ncdns: fix patch extension

The incorrect extension was confusing my code search tool.
This commit is contained in:
lf- 2020-07-27 23:08:40 -07:00
parent ad4deefa9f
commit 231e74dcbf
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ buildGoPackage rec {
sha256 = "12q5al48mkjhgyk7z5wyklzzrdbcqhwxl79axa4gh9ld75prghbq";
};
patches = [ ./fix-tpl-path.nix ];
patches = [ ./fix-tpl-path.patch ];
buildInputs = [ libcap ];