3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixpkgs/trunk/; revision=18406

This commit is contained in:
Eelco Dolstra 2009-11-18 11:46:35 +00:00
parent 4437778e33
commit b4636d333c
2 changed files with 10 additions and 13 deletions

View file

@ -1,10 +1,7 @@
args: with args;
let name = "redland-${version}";
in
stdenv.mkDerivation {
inherit name;
stdenv.mkDerivation rec {
name = "redland-1.0.8";
src = fetchurl {
url = "mirror://sf/librdf/${name}.tar.gz";