3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #150404 from magnetophon/zrythm

zrythm: don't strip
This commit is contained in:
Thiago Kenji Okada 2021-12-12 11:52:29 -03:00 committed by GitHub
commit a39272d76b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,12 +141,15 @@ stdenv.mkDerivation rec {
# "-Duser_manual=true" # needs sphinx-intl
"-Dlsp_dsp=disabled"
"-Db_lto=false"
"-Ddebug=true"
];
NIX_LDFLAGS = ''
-lfftw3_threads -lfftw3f_threads
'';
dontStrip = true;
postPatch = ''
chmod +x scripts/meson-post-install.sh
patchShebangs ext/sh-manpage-completions/run.sh scripts/generic_guile_wrap.sh \