add gcc to nix-ld profile
helps with pip doing sdist stuff
This commit is contained in:
parent
cd63719915
commit
36188d39b7
@ -59,4 +59,9 @@
|
||||
xorg.libxshmfence
|
||||
zlib
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user