kde 4.8 release candidate uses unstable directory for download.
svn path=/nixpkgs/trunk/; revision=31798
This commit is contained in:
parent
05bbc5edd5
commit
90563b958f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let
|
|||
name = "kde-l10n-${saneName}-${release}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kde/stable/${release}/src/kde-l10n/kde-l10n-${lang}-${release}.tar.bz2";
|
||||
url = "mirror://kde/unstable/${release}/src/kde-l10n/kde-l10n-${lang}-${release}.tar.bz2";
|
||||
name = "${name}.tar.bz2";
|
||||
inherit sha256;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue