From d0544a355b259f1de82d80fccad81a5db66db29c Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Wed, 24 Oct 2018 10:27:06 +0200 Subject: yarn: add platforms (#48912) --- pkgs/development/tools/yarn/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/tools') diff --git a/pkgs/development/tools/yarn/default.nix b/pkgs/development/tools/yarn/default.nix index 69545a764c52..47a11e1b7f4d 100644 --- a/pkgs/development/tools/yarn/default.nix +++ b/pkgs/development/tools/yarn/default.nix @@ -23,5 +23,6 @@ stdenv.mkDerivation rec { description = "Fast, reliable, and secure dependency management for javascript"; license = licenses.bsd2; maintainers = [ maintainers.offline ]; + platforms = platforms.linux ++ platforms.darwin; }; } -- cgit 1.4.1