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 = {
|
meta = {
|
||||||
homepage = "http://darwinsys.com/file";
|
homepage = "http://darwinsys.com/file";
|
||||||
description = "A program that shows the type of files";
|
description = "A program that shows the type of files";
|
||||||
platforms = with stdenv.lib.platforms; allBut darwin;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user