mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
hledger-chart: build this package only on Linux
The build should work on haskellPlatforms, but an attempt to build it on Darwin generates assertion errors because it somehow ends up depending on the Linux kernel headers. svn path=/nixpkgs/trunk/; revision=27920
This commit is contained in:
parent
31d1abd4a1
commit
1bc8594052
@ -7,7 +7,7 @@ cabal.mkDerivation (self : {
|
||||
propagatedBuildInputs = [Chart colour hledger hledgerLib safe];
|
||||
meta = {
|
||||
description = "generate simple pie chart graphics showing hledger account balances";
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
platforms = self.stdenv.lib.platforms.linux;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user