mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
swift: fix build with libxcrypt
This commit is contained in:
parent
01f94c290d
commit
3cedef1b6a
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
, python3
|
, python3
|
||||||
, ncurses
|
, ncurses
|
||||||
, libuuid
|
, libuuid
|
||||||
|
, libxcrypt
|
||||||
, icu
|
, icu
|
||||||
, libgcc
|
, libgcc
|
||||||
, libblocksruntime
|
, libblocksruntime
|
||||||
|
@ -195,6 +196,7 @@ let
|
||||||
libedit
|
libedit
|
||||||
libgcc
|
libgcc
|
||||||
libuuid
|
libuuid
|
||||||
|
libxcrypt
|
||||||
libxml2
|
libxml2
|
||||||
ncurses
|
ncurses
|
||||||
sqlite
|
sqlite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue