From cbf735e3f15ccbac3545a629b31f6b600f1012d5 Mon Sep 17 00:00:00 2001 From: mingchuan Date: Sun, 11 Mar 2018 23:46:05 +0800 Subject: [PATCH] brise: change platforms to linux only --- pkgs/data/misc/brise/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/data/misc/brise/default.nix b/pkgs/data/misc/brise/default.nix index 8b27f4fbf72..6c59a0faf04 100644 --- a/pkgs/data/misc/brise/default.nix +++ b/pkgs/data/misc/brise/default.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { # Note that individual packages in this collection # may be released under different licenses license = licenses.gpl3; - platforms = platforms.all; + platforms = platforms.linux; maintainers = [ maintainers.sifmelcara ]; }; }