flock: fix cross

`ronn` is used for man page generation at build time
This commit is contained in:
Yureka 2023-09-16 01:49:23 +02:00
parent 48c5ac5ce0
commit 947fc97a66

View File

@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-cCpckORtogs6Nt7c5q2+z0acXAnALdLV6uzxa5ng3s4=";
};
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ ronn ];
nativeBuildInputs = [ autoreconfHook ronn ];
patches = [
(fetchpatch {