Author: guibert
Date: Sat Aug 20 05:24:19 2011
New Revision: 28703
URL: https://svn.nixos.org/websvn/nix/?rev=28703&sc=1

Log:
surf: build only on linux platforms

Modified:
   nixpkgs/trunk/pkgs/applications/misc/surf/default.nix

Modified: nixpkgs/trunk/pkgs/applications/misc/surf/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/misc/surf/default.nix       Fri Aug 19 
20:44:12 2011        (r28702)
+++ nixpkgs/trunk/pkgs/applications/misc/surf/default.nix       Sat Aug 20 
05:24:19 2011        (r28703)
@@ -24,6 +24,6 @@
       description = "surf is a simple web browser based on WebKit/GTK+. It is 
able to display websites and follow links. It supports the XEmbed protocol 
which makes it possible to embed it in another application. Furthermore, one 
can point surf to another URI by setting its XProperties.";
       homepage = http://surf.suckless.org;
       license = "MIT";
-      platforms = with stdenv.lib.platforms; all;
+      platforms = stdenv.lib.platforms.linux;
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to