mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
kde3: use meta.platforms
svn path=/nixpkgs/trunk/; revision=29596
This commit is contained in:
parent
86d3591d7e
commit
371cd8bc51
5 changed files with 6 additions and 7 deletions
|
@ -17,5 +17,6 @@ stdenv.mkDerivation {
|
|||
description = "An integrated LaTeX editor for KDE";
|
||||
homepage = http://kile.sourceforge.net;
|
||||
license = "GPLv2";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,5 +15,6 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
description = "A CD and DVD authoring application for KDE";
|
||||
homepage = http://www.k3b.org/;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -52,4 +52,6 @@ stdenv.mkDerivation {
|
|||
|
||||
# Work around some inexplicable build failure starting in kdebase 3.5.9.
|
||||
LDFLAGS = "-L${kdelibs}/lib";
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.linux;
|
||||
}
|
||||
|
|
|
@ -49,4 +49,6 @@ stdenv.mkDerivation {
|
|||
--x-includes=${xlibs.libX11}/include
|
||||
--x-libraries=${xlibs.libX11}/lib
|
||||
'';
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.linux;
|
||||
}
|
||||
|
|
|
@ -436,13 +436,6 @@ with (import ./release-lib.nix);
|
|||
};
|
||||
*/
|
||||
|
||||
kde3 = {
|
||||
kdebase = linux;
|
||||
kdelibs = linux;
|
||||
k3b = linux;
|
||||
kile = linux;
|
||||
};
|
||||
|
||||
linuxPackages_2_6_25 = {
|
||||
aufs = linux;
|
||||
kernel = linux;
|
||||
|
|
Loading…
Reference in a new issue