about summary refs log tree commit diff
path: root/pkgs/aszlig/radare2/default.nix
blob: f786656b83c9f0afb75fd94c29758175ca273e96 (plain) (blame)
1
2
3
4
5
{ radare2 }:

radare2.overrideAttrs (drv: {
  patches = (drv.patches or []) ++ [ ./att-syntax-by-default.patch ];
})