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:
parent
085321ab38
commit
a820dba469
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user