Skip to content

Commit 32e87e8

Browse files
committed
cproto: use patch file extension
1 parent ed2e74d commit 32e87e8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

pkgs/development/tools/misc/cproto/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
1414
};
1515

1616
# patch made by Joe Khoobyar copied from gentoo bugs
17-
patches = ./cproto_patch;
17+
patches = [ ./cproto.patch ];
1818

1919
nativeBuildInputs = [ flex bison ];
2020

0 commit comments

Comments
 (0)