icoutils: already supports darwin
This commit is contained in:
parent
bd07af92ec
commit
fe9b9e7f38
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.nongnu.org/icoutils/;
|
homepage = http://www.nongnu.org/icoutils/;
|
||||||
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";
|
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue