svn path=/nixpkgs/trunk/; revision=16188
This commit is contained in:
Eelco Dolstra 2009-07-06 11:45:57 +00:00
parent ec14811950
commit 662055ee8d

View file

@ -95,7 +95,7 @@ rec {
firefox = stdenv.mkDerivation rec {
name = "firefox-3.0.11";
name = "firefox-${firefoxVersion}";
inherit src;