use overideAttrs
This commit is contained in:
parent
289154e2bb
commit
056fd0c05d
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ let
|
|||
with_pkgconf = true;
|
||||
};
|
||||
tinylog = callPackage ./pkgs/t/tinylog/package.nix {};
|
||||
unity_test_with_color = callPackage ./pkgs/u/unity-test/package.nix {};
|
||||
unity_test_with_color = pkgs.unity-test.overrideAttrs {
|
||||
env.NIX_CFLAGS_COMPILE = "-DUNITY_OUTPUT_COLOR=1";
|
||||
};
|
||||
uem = callPackage ./pkgs/u/uem/package.nix {
|
||||
pkgs = pkgs;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue