Merge pull request #94057 from lf-/master

ncdns: fix patch extension
This commit is contained in:
Michele Guerini Rocco
2020-07-28 08:42:17 +02:00
committed by GitHub
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 ];