nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

tdb: fix build with libxcrypt

authored by

Franz Pletz and committed by
Martin Weinelt
ae4e703c dd331ad1

+2
+2
pkgs/development/libraries/tdb/default.nix
··· 5 5 , python3 6 6 , readline 7 7 , libxslt 8 + , libxcrypt 8 9 , docbook-xsl-nons 9 10 , docbook_xml_dtd_45 10 11 }: ··· 31 30 buildInputs = [ 32 31 python3 33 32 readline # required to build python 33 + libxcrypt 34 34 ]; 35 35 36 36 wafPath = "buildtools/bin/waf";