cproto: use patch file extension
This commit is contained in:
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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue