file: fails to build on darwin

This commit is contained in:
Luca Bruno 2014-08-09 14:36:57 +02:00
parent 1e1deda543
commit 7926b587c3

View file

@ -13,5 +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;
};
}