summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-09-21 15:55:24 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-09-21 15:55:24 +0000
commit1d7de3605fcbbd38fd5edce9e3b2e16c0ea98425 (patch)
tree050e2c9b0fd8b0f995f5df208a115903264fcba8 /pkgs/applications/audio
parent63dce1ab5cc40c74e88f28d4a78a0e036b848770 (diff)
ardour: fix source using a copy
svn path=/nixpkgs/trunk/; revision=17339
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/ardour/default.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ardour/default.nix b/pkgs/applications/audio/ardour/default.nix
index c8bfe880758c..529d9cf87d09 100644
--- a/pkgs/applications/audio/ardour/default.nix
+++ b/pkgs/applications/audio/ardour/default.nix
@@ -1,9 +1,16 @@
args: with args;
+
stdenv.mkDerivation {
+
name = "ardour-2.8.2";
- # svn is the source to get official releases from their site.. :-(
- src = /tmp/ardour-2.8.2.tar.bz2;
+ # svn is the source to get official releases from their site?
+ # alternative: wget --data-urlencode 'key=7c4b2e1df903aae5ff5cc4077cda801e' http://ardour.org/downloader
+ # but hash is changing ?
+ src = fetchurl {
+ url = http://mawercer.de/~nix/ardour-2.8.2.tar.bz2;
+ sha256 = "1igwv1r6rlybdac24qady5asaf34f9k7kawkkgyvsifhl984m735";
+ };
buildInputs = [
scons boost