0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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";