From 91cad6a639bcd6d1d3cd3aeb66cf079683dbed2c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 14 Aug 2011 10:44:23 +0000 Subject: [PATCH] pkgs/applications/misc/xmobar: added missing meta.platforms attribute svn path=/nixpkgs/trunk/; revision=28559 --- pkgs/applications/misc/xmobar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/xmobar/default.nix b/pkgs/applications/misc/xmobar/default.nix index 55250042833..c2cb8726157 100644 --- a/pkgs/applications/misc/xmobar/default.nix +++ b/pkgs/applications/misc/xmobar/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { 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