repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuze: drop (#358309)
[NixPkgs.git]
/
pkgs
/
tools
/
text
/
patchutils
/
0.3.3.nix
blob
f50354199c3fff8cf780acead54008b7d0712d85
1
{ callPackage, ... } @ args:
2
3
callPackage ./generic.nix (args // {
4
version = "0.3.3";
5
sha256 = "0g5df00cj4nczrmr4k791l7la0sq2wnf8rn981fsrz1f3d2yix4i";
6
patches = [ ./drop-comments.patch ]; # we would get into a cycle when using fetchpatch on this one
7
})