diff options
Diffstat (limited to 'pkgs/gearmulator/default.nix')
-rw-r--r-- | pkgs/gearmulator/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/gearmulator/default.nix b/pkgs/gearmulator/default.nix index a0e6fe0..887e853 100644 --- a/pkgs/gearmulator/default.nix +++ b/pkgs/gearmulator/default.nix @@ -6,8 +6,8 @@ freeglut, freetype, lib, + libjack2, libX11, - libXcomposite, libXcursor, libXext, libXinerama, @@ -40,8 +40,8 @@ stdenv.mkDerivation rec { fontconfig freeglut freetype + libjack2 libX11 - libXcomposite libXcursor libXext libXinerama @@ -53,7 +53,6 @@ stdenv.mkDerivation rec { NIX_LDFLAGS = ( toString [ "-lX11" - "-lXcomposite" "-lXcursor" "-lXext" "-lXinerama" |