mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
ncdns: fix patch extension
The incorrect extension was confusing my code search tool.
This commit is contained in:
parent
ad4deefa9f
commit
231e74dcbf
@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
sha256 = "12q5al48mkjhgyk7z5wyklzzrdbcqhwxl79axa4gh9ld75prghbq";
|
||||
};
|
||||
|
||||
patches = [ ./fix-tpl-path.nix ];
|
||||
patches = [ ./fix-tpl-path.patch ];
|
||||
|
||||
buildInputs = [ libcap ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user