Use stdenvNoCC in Nix package
This commit is contained in:
parent
fafb3b8a5b
commit
6f1e6ba04e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, stdenv }:
|
{ pkgs, stdenvNoCC }:
|
||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
with stdenv;
|
with stdenvNoCC;
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "personal-site";
|
pname = "personal-site";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue