treewide: use flat lists for *Inputs, fix env usage
This commit is contained in:
committed by
Jan Tojnar
parent
839c0ea7a5
commit
81ffabdf4f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user