mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
streamlink-twitch-gui: add mesa dependency
This commit is contained in:
parent
5e35b5c420
commit
9d90e2dda2
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
, gtk3-x11
|
||||
, libudev0-shim
|
||||
, libuuid
|
||||
, mesa
|
||||
, nss
|
||||
, nspr
|
||||
, xorg
|
||||
|
@ -63,6 +64,7 @@ stdenv.mkDerivation rec {
|
|||
glib
|
||||
pango
|
||||
gtk3-x11
|
||||
mesa
|
||||
nss
|
||||
nspr
|
||||
libuuid
|
||||
|
|
Loading…
Reference in a new issue