forked from mirrors/nixpkgs
stdenv: Add platforms
This commit is contained in:
parent
ad371aaef9
commit
ff9491917f
|
@ -274,7 +274,10 @@ let
|
||||||
|
|
||||||
// rec {
|
// rec {
|
||||||
|
|
||||||
meta.description = "The default build environment for Unix packages in Nixpkgs";
|
meta = {
|
||||||
|
description = "The default build environment for Unix packages in Nixpkgs";
|
||||||
|
platforms = lib.platforms.all;
|
||||||
|
};
|
||||||
|
|
||||||
# Utility flags to test the type of platform.
|
# Utility flags to test the type of platform.
|
||||||
isDarwin = system == "x86_64-darwin";
|
isDarwin = system == "x86_64-darwin";
|
||||||
|
|
Loading…
Reference in a new issue