Platforms for file derivation to include darwin
This commit is contained in:
parent
5ac0318332
commit
d6dd4fd9d0
|
@ -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…
Reference in New Issue