Skip to content

Commit

Permalink
reaper: don't strip upstream binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
viraptor committed Jan 24, 2025
1 parent 3372e9a commit cd19d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/audio/reaper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ stdenv.mkDerivation rec {
++ lib.optional pulseaudioSupport libpulseaudio;

dontBuild = true;
dontStrip = true;

installPhase =
if stdenv.hostPlatform.isDarwin then
Expand Down

0 comments on commit cd19d78

Please sign in to comment.