summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-01-19 19:19:17 +0000
committerGitHub <noreply@github.com>2018-01-19 19:19:17 +0000
commit866717d75b64cb07cab16d0357edfd00cf339c20 (patch)
tree059bc7925b5adbfa234f00f82afc36feff18410c
parent6060a6dd220bc62dcf48eece8e8f201b93cfeb52 (diff)
parentdda4457eb1dc55a50fb21fb084a1ff1d28e205f8 (diff)
downloadnixlib-866717d75b64cb07cab16d0357edfd00cf339c20.tar
nixlib-866717d75b64cb07cab16d0357edfd00cf339c20.tar.gz
nixlib-866717d75b64cb07cab16d0357edfd00cf339c20.tar.bz2
nixlib-866717d75b64cb07cab16d0357edfd00cf339c20.tar.lz
nixlib-866717d75b64cb07cab16d0357edfd00cf339c20.tar.xz
nixlib-866717d75b64cb07cab16d0357edfd00cf339c20.tar.zst
nixlib-866717d75b64cb07cab16d0357edfd00cf339c20.zip
Merge pull request #34057 from boronine/master
pngquant: change platforms from linux to unix
-rw-r--r--pkgs/tools/graphics/pngquant/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/pngquant/default.nix b/pkgs/tools/graphics/pngquant/default.nix
index 93f57f95e3e2..992e66965f8d 100644
--- a/pkgs/tools/graphics/pngquant/default.nix
+++ b/pkgs/tools/graphics/pngquant/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = https://pngquant.org/;
     description = "A tool to convert 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved";
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     license = licenses.gpl3;
     maintainers = [ maintainers.volth ];
   };