mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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 New Issue
Block a user