summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/qgrep
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-28qgrep: fix darwin and aarch64-linux buildMaximilian Bosch
https://hydra.nixos.org/build/108321871 https://hydra.nixos.org/build/108556036 Things done: * SSE2 isn't available for the aarch64-target of GCC (the package builds on aarch64 without those flags and works fine as well). * Added missing darwin libraries. * Applied a darwin-specific patch which disables i386 as target platform (breaks at least on MacOS catalina otherwise).
2019-04-28qgrep: init at 1.1Yurii Rashkovskii