summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-11-03 12:01:36 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-11-03 14:43:13 +0100
commit46818a55b1c3bc06d170d2dc21686d27e6e32d34 (patch)
tree30de727a55eb43967a1d8fccbcedf735a4b67be6 /pkgs/applications/graphics/gimp
parenta73ad445a9b4a96eb21b9ad51e0254f5931fe5de (diff)
downloadnixpkgs-46818a55b1c3bc06d170d2dc21686d27e6e32d34.tar
nixpkgs-46818a55b1c3bc06d170d2dc21686d27e6e32d34.tar.gz
nixpkgs-46818a55b1c3bc06d170d2dc21686d27e6e32d34.tar.bz2
nixpkgs-46818a55b1c3bc06d170d2dc21686d27e6e32d34.tar.lz
nixpkgs-46818a55b1c3bc06d170d2dc21686d27e6e32d34.tar.xz
nixpkgs-46818a55b1c3bc06d170d2dc21686d27e6e32d34.tar.zst
nixpkgs-46818a55b1c3bc06d170d2dc21686d27e6e32d34.zip
gimpPlugins.gap: fix build
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index a1bd7eac153..29835242193 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -48,6 +48,7 @@ stdenv.lib.makeScope pkgs.newScope (self: with self; {
       url = https://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap/gimp-gap-2.6.0.tar.bz2;
       sha256 = "1jic7ixcmsn4kx2cn32nc5087rk6g8xsrz022xy11yfmgvhzb0ql";
     };
+    NIX_LDFLAGS = [ "-lm" ];
     patchPhase = ''
       sed -e 's,^\(GIMP_PLUGIN_DIR=\).*,\1'"$out/${gimp.name}-plugins", \
        -e 's,^\(GIMP_DATA_DIR=\).*,\1'"$out/share/${gimp.name}", -i configure