flock: fix cross
`ronn` is used for man page generation at build time
This commit is contained in:
parent
48c5ac5ce0
commit
947fc97a66
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-cCpckORtogs6Nt7c5q2+z0acXAnALdLV6uzxa5ng3s4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ ronn ];
|
||||
nativeBuildInputs = [ autoreconfHook ronn ];
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
|
|
Loading…
Reference in a new issue