summary refs log tree commit diff
path: root/pkgs/tools/graphics/icoutils
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-04-20 19:50:10 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-04-23 18:08:38 -0500
commitfe9b9e7f38999ca219ad9e6b4cf6447320ec9b70 (patch)
treecdedff0deca2286999ac99a16d1fff2163cb44cb /pkgs/tools/graphics/icoutils
parentbd07af92ec8ce30a7b99cfa8e91a6ba8e01dad93 (diff)
downloadnixpkgs-fe9b9e7f38999ca219ad9e6b4cf6447320ec9b70.tar
nixpkgs-fe9b9e7f38999ca219ad9e6b4cf6447320ec9b70.tar.gz
nixpkgs-fe9b9e7f38999ca219ad9e6b4cf6447320ec9b70.tar.bz2
nixpkgs-fe9b9e7f38999ca219ad9e6b4cf6447320ec9b70.tar.lz
nixpkgs-fe9b9e7f38999ca219ad9e6b4cf6447320ec9b70.tar.xz
nixpkgs-fe9b9e7f38999ca219ad9e6b4cf6447320ec9b70.tar.zst
nixpkgs-fe9b9e7f38999ca219ad9e6b4cf6447320ec9b70.zip
icoutils: already supports darwin
Diffstat (limited to 'pkgs/tools/graphics/icoutils')
-rw-r--r--pkgs/tools/graphics/icoutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/icoutils/default.nix b/pkgs/tools/graphics/icoutils/default.nix
index 8b26f4ce3c8..720af4622c7 100644
--- a/pkgs/tools/graphics/icoutils/default.nix
+++ b/pkgs/tools/graphics/icoutils/default.nix
@@ -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;
   };
 }