ledger: build this package only on Linux, all other platforms fail

svn path=/nixpkgs/trunk/; revision=27857
This commit is contained in:
Peter Simons 2011-07-20 18:41:25 +00:00
parent 01fc263ff2
commit 5b96eac910

View file

@ -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 ];
};
}