From ab8474e30fe8d84814517e23e4eeb2884d8a8885 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Thu, 8 Sep 2016 16:31:01 +0200 Subject: [PATCH] zimg: meta.platform -> platforms --- pkgs/development/libraries/zimg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/zimg/default.nix b/pkgs/development/libraries/zimg/default.nix index 3f11cd71a3f8..9e8de5a5aace 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 ]; }; }