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