summary refs log tree commit diff
path: root/pkgs/applications/audio/zrythm
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2021-12-12 12:00:06 +0100
committerBart Brouns <bart@magnetophon.nl>2021-12-12 12:28:05 +0100
commitad9c4bcf5286c3bcf220afd7fde96b6e4f40ef01 (patch)
tree0d10c4fa9a9264535cbf27c168faf2c8765f6d64 /pkgs/applications/audio/zrythm
parent581d2d6c9cd5c289002203581d8aa0861963a933 (diff)
downloadnixpkgs-ad9c4bcf5286c3bcf220afd7fde96b6e4f40ef01.tar
nixpkgs-ad9c4bcf5286c3bcf220afd7fde96b6e4f40ef01.tar.gz
nixpkgs-ad9c4bcf5286c3bcf220afd7fde96b6e4f40ef01.tar.bz2
nixpkgs-ad9c4bcf5286c3bcf220afd7fde96b6e4f40ef01.tar.lz
nixpkgs-ad9c4bcf5286c3bcf220afd7fde96b6e4f40ef01.tar.xz
nixpkgs-ad9c4bcf5286c3bcf220afd7fde96b6e4f40ef01.tar.zst
nixpkgs-ad9c4bcf5286c3bcf220afd7fde96b6e4f40ef01.zip
zrythm: don't strip
Diffstat (limited to 'pkgs/applications/audio/zrythm')
-rw-r--r--pkgs/applications/audio/zrythm/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/zrythm/default.nix b/pkgs/applications/audio/zrythm/default.nix
index 480684525b1..00af572215e 100644
--- a/pkgs/applications/audio/zrythm/default.nix
+++ b/pkgs/applications/audio/zrythm/default.nix
@@ -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 \