mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
tmon: fix missing libgcc_s.so required by pthreads
This commit is contained in:
parent
364f922cbf
commit
6e222ef496
@ -12,6 +12,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
makeFlags = kernel.makeFlags ++ [ "INSTALL_ROOT=\"$(out)\"" "BINDIR=bin" ];
|
||||
NIX_CFLAGS_LINK = "-lgcc_s";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user