cproto: use patch file extension

This commit is contained in:
zowoq 2020-08-05 19:53:41 +10:00
parent ed2e74d9db
commit 32e87e8b02
2 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};
# patch made by Joe Khoobyar copied from gentoo bugs
patches = ./cproto_patch;
patches = [ ./cproto.patch ];
nativeBuildInputs = [ flex bison ];