summary refs log tree commit diff
path: root/pkgs/development/libraries/gegl
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-11-10 02:08:01 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-31 01:13:55 +0100
commit81ffabdf4f228732607796fc3c58148c8d62affe (patch)
treefa849d11e5cb52c510e28c8ff2173e1a8188d08e /pkgs/development/libraries/gegl
parent839c0ea7a551b48db68a4f666b9b493bcc2a044b (diff)
downloadnixpkgs-81ffabdf4f228732607796fc3c58148c8d62affe.tar
nixpkgs-81ffabdf4f228732607796fc3c58148c8d62affe.tar.gz
nixpkgs-81ffabdf4f228732607796fc3c58148c8d62affe.tar.bz2
nixpkgs-81ffabdf4f228732607796fc3c58148c8d62affe.tar.lz
nixpkgs-81ffabdf4f228732607796fc3c58148c8d62affe.tar.xz
nixpkgs-81ffabdf4f228732607796fc3c58148c8d62affe.tar.zst
nixpkgs-81ffabdf4f228732607796fc3c58148c8d62affe.zip
treewide: use flat lists for *Inputs, fix env usage
Diffstat (limited to 'pkgs/development/libraries/gegl')
-rw-r--r--pkgs/development/libraries/gegl/4.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gegl/4.0.nix b/pkgs/development/libraries/gegl/4.0.nix
index 1bdf557f399..75897b036bf 100644
--- a/pkgs/development/libraries/gegl/4.0.nix
+++ b/pkgs/development/libraries/gegl/4.0.nix
@@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
 
   # TODO: Fix missing math symbols in gegl seamless clone.
   # It only appears when we use packaged poly2tri-c instead of vendored one.
-  NIX_CFLAGS_COMPILE = [ "-lm" ];
+  NIX_CFLAGS_COMPILE = "-lm";
 
   postPatch = ''
     chmod +x tests/opencl/opencl_test.sh tests/buffer/buffer-tests-run.sh