forked from mirrors/nixpkgs
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
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lpthread"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue