Use npth as "pth" for portability, for now only w/musl.
This commit is contained in:
parent
8cbf295b6c
commit
a11afa901f
1 changed files with 2 additions and 1 deletions
|
@ -11002,7 +11002,8 @@ with pkgs;
|
|||
|
||||
flatbuffers = callPackage ../development/libraries/flatbuffers { };
|
||||
|
||||
pth = callPackage ../development/libraries/pth { };
|
||||
gnupth = callPackage ../development/libraries/pth { };
|
||||
pth = if stdenv.hostPlatform.isMusl then npth else gnupth;
|
||||
|
||||
ptlib = callPackage ../development/libraries/ptlib {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue