treewide: use flat lists for *Inputs, fix env usage

This commit is contained in:
Maximilian Bosch
2019-11-10 02:08:01 +01:00
committed by Jan Tojnar
parent 839c0ea7a5
commit 81ffabdf4f
3 changed files with 4 additions and 4 deletions

View File

@@ -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