3
0
Fork 0
forked from mirrors/nixpkgs

stdenv: Add platforms

This commit is contained in:
Tuomas Tynkkynen 2016-08-28 17:56:31 +03:00
parent ad371aaef9
commit ff9491917f

View file

@ -274,7 +274,10 @@ let
// 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.
isDarwin = system == "x86_64-darwin";