Author: urkud
Date: Sun Oct  2 21:15:36 2011
New Revision: 29596
URL: https://ssl.nixos.org/websvn/nix/?rev=29596&sc=1

Log:
kde3: use meta.platforms

Modified:
   nixpkgs/trunk/pkgs/applications/editors/kile/default.nix
   nixpkgs/trunk/pkgs/applications/misc/k3b/1.0.nix
   nixpkgs/trunk/pkgs/desktops/kde-3/kdebase/default.nix
   nixpkgs/trunk/pkgs/desktops/kde-3/kdelibs/default.nix
   nixpkgs/trunk/pkgs/top-level/release.nix

Modified: nixpkgs/trunk/pkgs/applications/editors/kile/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/editors/kile/default.nix    Sun Oct  2 
21:15:29 2011        (r29595)
+++ nixpkgs/trunk/pkgs/applications/editors/kile/default.nix    Sun Oct  2 
21:15:36 2011        (r29596)
@@ -17,5 +17,6 @@
     description = "An integrated LaTeX editor for KDE";
     homepage = http://kile.sourceforge.net;
     license = "GPLv2";
+    platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: nixpkgs/trunk/pkgs/applications/misc/k3b/1.0.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/misc/k3b/1.0.nix    Sun Oct  2 21:15:29 
2011        (r29595)
+++ nixpkgs/trunk/pkgs/applications/misc/k3b/1.0.nix    Sun Oct  2 21:15:36 
2011        (r29596)
@@ -15,5 +15,6 @@
   meta = {
     description = "A CD and DVD authoring application for KDE";
     homepage = http://www.k3b.org/;
+    platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: nixpkgs/trunk/pkgs/desktops/kde-3/kdebase/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/desktops/kde-3/kdebase/default.nix       Sun Oct  2 
21:15:29 2011        (r29595)
+++ nixpkgs/trunk/pkgs/desktops/kde-3/kdebase/default.nix       Sun Oct  2 
21:15:36 2011        (r29596)
@@ -52,4 +52,6 @@
 
   # Work around some inexplicable build failure starting in kdebase 3.5.9.
   LDFLAGS = "-L${kdelibs}/lib";
+
+  meta.platforms = stdenv.lib.platforms.linux;
 }

Modified: nixpkgs/trunk/pkgs/desktops/kde-3/kdelibs/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/desktops/kde-3/kdelibs/default.nix       Sun Oct  2 
21:15:29 2011        (r29595)
+++ nixpkgs/trunk/pkgs/desktops/kde-3/kdelibs/default.nix       Sun Oct  2 
21:15:36 2011        (r29596)
@@ -49,4 +49,6 @@
     --x-includes=${xlibs.libX11}/include
     --x-libraries=${xlibs.libX11}/lib
   '';
+
+  meta.platforms = stdenv.lib.platforms.linux;
 }

Modified: nixpkgs/trunk/pkgs/top-level/release.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/release.nix    Sun Oct  2 21:15:29 2011        
(r29595)
+++ nixpkgs/trunk/pkgs/top-level/release.nix    Sun Oct  2 21:15:36 2011        
(r29596)
@@ -436,13 +436,6 @@
   };
   */
 
-  kde3 = {
-    kdebase = linux;
-    kdelibs = linux;
-    k3b = linux;
-    kile = linux;
-  };
-
   linuxPackages_2_6_25 = {
     aufs = linux;
     kernel = linux;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to