diff options
-rw-r--r-- | pkgs/gearmulator/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/gearmulator/default.nix b/pkgs/gearmulator/default.nix index 1c76235..2de6eca 100644 --- a/pkgs/gearmulator/default.nix +++ b/pkgs/gearmulator/default.nix @@ -7,7 +7,6 @@ freetype, lib, libX11, - libXcomposite, libXcursor, libXext, libXinerama, @@ -41,7 +40,6 @@ stdenv.mkDerivation rec { freeglut freetype libX11 - libXcomposite libXcursor libXext libXinerama @@ -52,8 +50,10 @@ stdenv.mkDerivation rec { NIX_LDFLAGS = ( toString [ + "-lfontconfig" + "-lfreeglut" + "-lfreetype" "-lX11" - "-lXcomposite" "-lXcursor" "-lXext" "-lXinerama" |