cygwin: patchShebangs fails without proper findutils
This commit is contained in:
parent
7c67c350a3
commit
fac474080f
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, python }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, python, findutils }:
|
||||||
|
|
||||||
let version = "2.0.22"; in
|
let version = "2.0.22"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python ] ++ stdenv.lib.optional stdenv.isCygwin findutils;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
patchShebangs event_rpcgen.py
|
patchShebangs event_rpcgen.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user