mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Fixed some beta names
svn path=/nixpkgs/trunk/; revision=10136
This commit is contained in:
parent
c996da631a
commit
dbea319399
|
@ -1,7 +1,7 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "kdebase-4.0beta4";
|
||||
name = "kdebase-4.0.0";
|
||||
#builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "kdegraphics-4.0beta4";
|
||||
name = "kdegraphics-4.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://download.kde.org/stable/4.0.0/src/kdegraphics-4.0.0.tar.bz2;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "kdebase-workspace-4.0beta4";
|
||||
name = "kdebase-workspace-4.0.0";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue