forked from mirrors/nixpkgs
Merge pull request #6154 from tel/build-file-on-darwin
Platforms for "file" derivation to include darwin
This commit is contained in:
commit
ab49ac71b8
|
@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = "http://darwinsys.com/file";
|
||||
description = "A program that shows the type of files";
|
||||
platforms = with stdenv.lib.platforms; allBut darwin;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue