zrythm: move NIX_LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -178,11 +178,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# "-Duser_manual=true" # needs sphinx-intl
|
||||
];
|
||||
|
||||
NIX_LDFLAGS = ''
|
||||
-lfftw3_threads -lfftw3f_threads
|
||||
'';
|
||||
env = {
|
||||
NIX_LDFLAGS = toString [
|
||||
"-lfftw3_threads"
|
||||
"-lfftw3f_threads"
|
||||
];
|
||||
|
||||
GUILE_AUTO_COMPILE = 0;
|
||||
GUILE_AUTO_COMPILE = 0;
|
||||
};
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user