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
commit c36525e3d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 ];