rekonq-0.7.0, remove unused source.nix
svn path=/nixpkgs/trunk/; revision=28602
This commit is contained in:
parent
06a34e5825
commit
fdd58b2de4
2 changed files with 2 additions and 30 deletions
|
@ -2,12 +2,12 @@
|
|||
, gettext}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rekonq-0.6.1";
|
||||
name = "rekonq-0.7.0";
|
||||
passthru = { inherit stdenv; };
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sf/rekonq/${name}.tar.bz2";
|
||||
sha256 = "1hgy8ph4k4ngdy1kr4w3qwkfdylapsj7rjpk8wxn97yc4qnk57by";
|
||||
sha256 = "14gi8ic53jkam2v52zp4p965dw6pqhjm3xhqssm5vimx7hp0kc1w";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake qt4 kdelibs automoc4 phonon perl gettext ];
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
{ fetchurl, fetchgit }:
|
||||
|
||||
builtins.listToAttrs
|
||||
[
|
||||
{
|
||||
name = "0.4.90";
|
||||
value = rec {
|
||||
name = "rekonq-0.4.90";
|
||||
src = fetchurl {
|
||||
url = "http://kde-apps.org/CONTENT/content-files/94258-${name}.tar.bz2";
|
||||
name = "${name}.tar.bz2";
|
||||
sha256 = "1dmdx54asv0b4xzc8p5nadn92l8pks9cl1y9j8a46lsslwsjw3ws";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
name = "scm";
|
||||
value = {
|
||||
name = "rekonq-0.4.0-20100514";
|
||||
src = fetchgit {
|
||||
url = git://gitorious.org/rekonq/mainline.git;
|
||||
rev = "6b4f4d69a3c599bc958ccddc5f7ac1c8648a7042";
|
||||
sha256 = "1qcwf7rsrnsbnq62cl44r48bmavc2nysi2wqhy1jxmj2ndwvsxy1";
|
||||
};
|
||||
};
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue