summary refs log tree commit diff
path: root/pkgs/development/libraries/zimg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/zimg/default.nix')
-rw-r--r--pkgs/development/libraries/zimg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/zimg/default.nix b/pkgs/development/libraries/zimg/default.nix
index 3f11cd71a3f..9e8de5a5aac 100644
--- a/pkgs/development/libraries/zimg/default.nix
+++ b/pkgs/development/libraries/zimg/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec{
     description = "Scaling, colorspace conversion and dithering library";
     homepage = https://github.com/sekrit-twc/zimg;
     license  = licenses.wtfpl;
-    platform = platforms.linux; # check upstream issue #52
+    platforms = platforms.linux; # check upstream issue #52
     maintainers = with maintainers; [ rnhmjoj ];
   };
 }