uutils-coreutils: disable general unix build for now

Currently the installation on Darwin fails due to a bug in the
installation script: https://github.com/NixOS/nixpkgs/pull/34840#issuecomment-369227222

As I lack knowledge and resources to properly test this package against
Darwin I'll disallow Darwin builds for now.
This commit is contained in:
Maximilian Bosch 2018-03-03 01:47:57 +01:00
parent 085321ab38
commit a820dba469
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -34,6 +34,6 @@ rustPlatform.buildRustPackage {
homepage = https://github.com/uutils/coreutils;
maintainers = with maintainers; [ ma27 ];
license = licenses.mit;
platforms = platforms.unix;
platforms = platforms.linux;
};
}