summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2022-08-04 17:19:02 -0400
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-18 02:31:28 +0000
commit49d61a91f8709e08b05be6b41d79a63652a58714 (patch)
tree79f93875ac0c08e597e30ec3c74183d70dd70817
parentzynaddsubfx: use Zyn-Fusion logo for zest build (diff)
downloadnixpkgs-49d61a91f8709e08b05be6b41d79a63652a58714.tar.gz
zynaddsubfx: separate doc output
(cherry picked from commit 5b44e6010db36f0213bb422da67daec9dae90308)
-rw-r--r--pkgs/applications/audio/zynaddsubfx/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/zynaddsubfx/default.nix b/pkgs/applications/audio/zynaddsubfx/default.nix
index 9b09040fc8ce..1e79db8bf679 100644
--- a/pkgs/applications/audio/zynaddsubfx/default.nix
+++ b/pkgs/applications/audio/zynaddsubfx/default.nix
@@ -63,6 +63,8 @@ in stdenv.mkDerivation rec {
fetchSubmodules = true;
};
+ outputs = [ "out" "doc" ];
+
postPatch = ''
substituteInPlace src/Misc/Config.cpp --replace /usr $out
'';