tkrzw: fix building on impure platforms

main
Emery Hemingway 2 years ago
parent 8e33d1c6dd
commit 93a0067a9c
  1. 6
      pkgs/development/libraries/tkrzw/default.nix

@ -10,12 +10,16 @@ stdenv.mkDerivation rec {
hash = "sha256-G7SVKgU4b8I5iwAlGHL/w8z0fhI+Awe3V6aqFsOnUrA=";
};
postPatch = ''
substituteInPlace configure \
--replace 'PATH=".:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:$PATH"' ""
'';
enableParallelBuilding = true;
doCheck = false; # memory intensive
meta = with lib; {
broken = stdenv.isDarwin;
description = "A set of implementations of DBM";
homepage = "https://dbmx.net/tkrzw/";
maintainers = with maintainers; [ ehmry ];

Loading…
Cancel
Save