flatpak: link with pthreads explicitly
This commit is contained in:
parent
12c733c292
commit
6910266b01
@ -45,6 +45,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false; # TODO: some issues with temporary files
|
doCheck = false; # TODO: some issues with temporary files
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lpthread"
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user