8 pname = "pthreads-w32";
12 url = "https://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.tar.gz";
13 sha256 = "1s8iny7g06z289ahdj0kzaxj0cd3wvjbd8j3bh9xlg7g444lhy9w";
17 "CROSS=${stdenv.cc.targetPrefix}"
24 install -D libpthreadGC2.a $out/lib/libpthread.a
30 description = "POSIX threads library for Windows";
31 homepage = "https://sourceware.org/pthreads-win32";
32 license = licenses.lgpl21Plus;
34 platforms = platforms.windows;