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;
|
args: with args;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "kdebase-4.0beta4";
|
name = "kdebase-4.0.0";
|
||||||
#builder = ./builder.sh;
|
#builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "kdegraphics-4.0beta4";
|
name = "kdegraphics-4.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://download.kde.org/stable/4.0.0/src/kdegraphics-4.0.0.tar.bz2;
|
url = http://download.kde.org/stable/4.0.0/src/kdegraphics-4.0.0.tar.bz2;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "kdebase-workspace-4.0beta4";
|
name = "kdebase-workspace-4.0.0";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user