ledger: build this package only on Linux, all other platforms fail
svn path=/nixpkgs/trunk/; revision=27857
This commit is contained in:
parent
01fc263ff2
commit
5b96eac910
@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
||||
their data, there really is no alternative.
|
||||
'';
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user