wUse stdenvNoCC where appropriate
Which at present means in all packages.
This commit is contained in:
parent
99885b2be2
commit
6d0534b319
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, stdenv }:
|
||||
{ pkgs, stdenvNoCC }:
|
||||
|
||||
with pkgs;
|
||||
with stdenv;
|
||||
with stdenvNoCC;
|
||||
|
||||
mkDerivation {
|
||||
pname = "journalctl-last-invocation";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue