Commit 947fc97a authored by Yureka's avatar Yureka
Browse files

flock: fix cross

`ronn` is used for man page generation at build time
parent 48c5ac5c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-cCpckORtogs6Nt7c5q2+z0acXAnALdLV6uzxa5ng3s4=";
  };

  nativeBuildInputs = [ autoreconfHook ];
  buildInputs = [ ronn ];
  nativeBuildInputs = [ autoreconfHook ronn ];

  patches = [
    (fetchpatch {