svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=32273
This commit is contained in:
parent
02eaa57b56
commit
c81f618a34
@ -5,6 +5,13 @@ kde {
|
||||
buildInputs = [ kdepimlibs akonadi boost shared_desktop_ontologies libxml2
|
||||
libxslt ];
|
||||
|
||||
patches = map fetchurl [ {
|
||||
# See https://bugs.kde.org/show_bug.cgi?id=289932
|
||||
url = "http://bugsfiles.kde.org/attachment.cgi?id=68763";
|
||||
name = "delays-in-nepomuk-indexing.patch";
|
||||
sha256 = "0j3ndqwvi4bg789jb0wqsh2zpwi1gwdyng9gdmng189dx409jf85";
|
||||
} ];
|
||||
|
||||
meta = {
|
||||
description = "KDE PIM runtime";
|
||||
license = "GPL";
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation ({
|
||||
homepage = http://www.info-zip.org;
|
||||
description = "An extraction utility for archives compressed in .zip format";
|
||||
license = "free"; # http://www.info-zip.org/license.html
|
||||
meta.platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
} // (if enableNLS then {
|
||||
patches =
|
||||
|
@ -304,7 +304,6 @@ with (import ./release-lib.nix);
|
||||
udev = linux;
|
||||
uml = ["i686-linux"];
|
||||
unrar = linux;
|
||||
unzip = all;
|
||||
upstart = linux;
|
||||
usbutils = linux;
|
||||
utillinux = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user