summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-02-22 21:13:06 -0800
committerGitHub <noreply@github.com>2019-02-22 21:13:06 -0800
commit3917bb8f5a4ac589b9a9ff016cdf7208ccefaf3e (patch)
tree7284faabb4e507f6240564d517ddda9f3cb1bb2a /pkgs/top-level
parent7d83ff297940751cb60016bec492e2a352b0287c (diff)
parent649e3357e98e17784d48869837a2fc28b3d51e4f (diff)
Merge pull request #56163 from hlolli/csound-manual
csound-manual: init at 6.12.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 1c382b67e31c..c0af19845399 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -16455,6 +16455,11 @@ in
fluidsynth = fluidsynth_1;
};
+ csound-manual = callPackage ../applications/audio/csound/csound-manual {
+ python = python27;
+ pygments = python27Packages.pygments;
+ };
+
csound-qt = callPackage ../applications/audio/csound/csound-qt {
python = python27;
qmake = qt59.qmake;