icoutils: already supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 19:50:10 -05:00
parent bd07af92ec
commit fe9b9e7f38
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

View File

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
homepage = http://www.nongnu.org/icoutils/;
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";
license = stdenv.lib.licenses.gpl3Plus;
platforms = with stdenv.lib.platforms; linux;
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}