mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue