mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
yarn: add platforms (#48912)
This commit is contained in:
parent
2829d860a4
commit
d0544a355b
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user