mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-xmobar: restrict meta.platforms to Linux; we cannot build that package on Darwin
This commit is contained in:
parent
3280939974
commit
e0a7a3a7c3
@ -23,6 +23,6 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "http://xmobar.org";
|
homepage = "http://xmobar.org";
|
||||||
description = "A Minimalistic Text Based Status Bar";
|
description = "A Minimalistic Text Based Status Bar";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user