mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
routino: move env vars into env for structuredAttrs
This commit is contained in:
parent
aa9895ef8f
commit
044366e19a
1 changed files with 3 additions and 1 deletions
|
|
@ -46,7 +46,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"doc"
|
||||
];
|
||||
|
||||
CLANG = lib.optionalString stdenv.cc.isClang "1";
|
||||
env = lib.optionalAttrs stdenv.cc.isClang {
|
||||
CLANG = "1";
|
||||
};
|
||||
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue