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