From 345f8e597ab83099a2a5bd55d19929afd9efc1a4 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 12 Feb 2025 23:18:01 -0800 Subject: Revise geamulator build options --- pkgs/gearmulator/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') 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" -- cgit v1.2.3