summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-09-27 04:30:17 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-09 18:09:42 +0200
commit5b572c53779e03b51c4ecebd94a4592d8e765566 (patch)
tree3f065abe76321bea8da15e3bf4be15a552ac5701
parentcc9be15a2f6f11a33d28a85857717bebd8312841 (diff)
downloadnixpkgs-5b572c53779e03b51c4ecebd94a4592d8e765566.tar
nixpkgs-5b572c53779e03b51c4ecebd94a4592d8e765566.tar.gz
nixpkgs-5b572c53779e03b51c4ecebd94a4592d8e765566.tar.bz2
nixpkgs-5b572c53779e03b51c4ecebd94a4592d8e765566.tar.lz
nixpkgs-5b572c53779e03b51c4ecebd94a4592d8e765566.tar.xz
nixpkgs-5b572c53779e03b51c4ecebd94a4592d8e765566.tar.zst
nixpkgs-5b572c53779e03b51c4ecebd94a4592d8e765566.zip
talloc: fix build with libxcrypt
-rw-r--r--pkgs/development/libraries/talloc/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/talloc/default.nix b/pkgs/development/libraries/talloc/default.nix
index cb7af61a63e..fb52f75f8c1 100644
--- a/pkgs/development/libraries/talloc/default.nix
+++ b/pkgs/development/libraries/talloc/default.nix
@@ -4,6 +4,7 @@
 , pkg-config
 , readline
 , libxslt
+, libxcrypt
 , docbook-xsl-nons
 , docbook_xml_dtd_42
 , fixDarwinDylibNames
@@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
     python3
     readline
     libxslt
+    libxcrypt
   ];
 
   wafPath = "buildtools/bin/waf";