tkrzw: fix building on impure platforms
This commit is contained in:
parent
8e33d1c6dd
commit
93a0067a9c
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue