Skip to content

Commit

Permalink
ncdns: fix patch extension
Browse files Browse the repository at this point in the history
The incorrect extension was confusing my code search tool.
  • Loading branch information
lf- committed Jul 28, 2020
1 parent ad4deef commit 231e74d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/dns/ncdns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildGoPackage rec {
sha256 = "12q5al48mkjhgyk7z5wyklzzrdbcqhwxl79axa4gh9ld75prghbq";
};

patches = [ ./fix-tpl-path.nix ];
patches = [ ./fix-tpl-path.patch ];

buildInputs = [ libcap ];

Expand Down
File renamed without changes.

0 comments on commit 231e74d

Please sign in to comment.