about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/audacity/default.nix1
-rw-r--r--pkgs/applications/audio/ladspa-plugins/default.nix1
-rw-r--r--pkgs/applications/audio/ladspa-plugins/ladspah.nix1
-rw-r--r--pkgs/applications/audio/snd/default.nix1
4 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 159c99c49990..950a8e93907c 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation {
   meta = {
     description = "Audacity sound editor.";
     homepage = http://audacity.sourceforge.net;
+    inherit src;
   };
 }
diff --git a/pkgs/applications/audio/ladspa-plugins/default.nix b/pkgs/applications/audio/ladspa-plugins/default.nix
index 9f2fcbc0ed0f..0c24a0fda454 100644
--- a/pkgs/applications/audio/ladspa-plugins/default.nix
+++ b/pkgs/applications/audio/ladspa-plugins/default.nix
@@ -24,5 +24,6 @@ stdenv.mkDerivation {
 		description = "
 	LADSPA format audio plugins.
 ";
+		inherit src;
 	};
 }
diff --git a/pkgs/applications/audio/ladspa-plugins/ladspah.nix b/pkgs/applications/audio/ladspa-plugins/ladspah.nix
index 65647cf0a22d..82595b4163e9 100644
--- a/pkgs/applications/audio/ladspa-plugins/ladspah.nix
+++ b/pkgs/applications/audio/ladspa-plugins/ladspah.nix
@@ -25,5 +25,6 @@ stdenv.mkDerivation {
 		description = "
 	LADSPA format audio plugins.
 ";
+		inherit src;
 	};
 }
diff --git a/pkgs/applications/audio/snd/default.nix b/pkgs/applications/audio/snd/default.nix
index 38bebb12fd3b..42a235a4cb8f 100644
--- a/pkgs/applications/audio/snd/default.nix
+++ b/pkgs/applications/audio/snd/default.nix
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
 	meta = {
 		description = "Snd sound editor.";
     homepage = http://ccrma.stanford.edu/software/snd;
+		inherit src;
 	};
 }