Author: simons
Date: Sun Aug 14 10:44:23 2011
New Revision: 28559
URL: https://svn.nixos.org/websvn/nix/?rev=28559&sc=1

Log:
pkgs/applications/misc/xmobar: added missing meta.platforms attribute

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

Modified: nixpkgs/trunk/pkgs/applications/misc/xmobar/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/misc/xmobar/default.nix     Sun Aug 14 
05:03:54 2011        (r28558)
+++ nixpkgs/trunk/pkgs/applications/misc/xmobar/default.nix     Sun Aug 14 
10:44:23 2011        (r28559)
@@ -11,6 +11,7 @@
     homepage = "http://projects.haskell.org/xmobar/";;
     description = "A Minimalistic Text Based Status Bar";
     license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
     maintainers = [
       self.stdenv.lib.maintainers.andres
       self.stdenv.lib.maintainers.simons
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to