Fix missing semicolon
svn path=/nixpkgs/trunk/; revision=25992
This commit is contained in:
parent
59904446e4
commit
7c339958f9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
else stdenv.mkDerivation)
|
||||
|
||||
rec {
|
||||
name = "guile-2.0.0"
|
||||
name = "guile-2.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/guile/${name}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue