summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-02-24 04:44:43 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-02-24 07:26:24 +0100
commit44cfba79509f6dd98ae306f62f2cc3183bbd1ab1 (patch)
tree79175153b47f449e9258d7a57641e93d664277ca /pkgs/top-level
parent4fde72c7d64c78de2e41ba91153cebb907e63100 (diff)
downloadnixlib-44cfba79509f6dd98ae306f62f2cc3183bbd1ab1.tar
nixlib-44cfba79509f6dd98ae306f62f2cc3183bbd1ab1.tar.gz
nixlib-44cfba79509f6dd98ae306f62f2cc3183bbd1ab1.tar.bz2
nixlib-44cfba79509f6dd98ae306f62f2cc3183bbd1ab1.tar.lz
nixlib-44cfba79509f6dd98ae306f62f2cc3183bbd1ab1.tar.xz
nixlib-44cfba79509f6dd98ae306f62f2cc3183bbd1ab1.tar.zst
nixlib-44cfba79509f6dd98ae306f62f2cc3183bbd1ab1.zip
mingw-w64-pthreads: Create based on mingw-w64.
The winpthreads library is part of the same source package, so let's
just override the name and the source directory.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 64f2bb688c4a..133ef21060c7 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7191,6 +7191,10 @@ let
       onlyHeaders = true;
     };
 
+    mingw_w64_pthreads = callPackage ../os-specific/windows/mingw-w64 {
+      onlyPthreads = true;
+    };
+
     pthreads = callPackage ../os-specific/windows/pthread-w32 {
       mingw_headers = mingw_headers3;
     };