summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/qrcode
AgeCommit message (Collapse)Author
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2019-08-28treewide: remove redundant recvolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-01-07qrcode: 2014-01-01 -> 2016-08-04Peter Hoeg
2016-08-12qrcode: enable fortify hardening, disable warningFranz Pletz
2016-06-10Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen
2016-03-05Use general hardening flag toggle listsFranz Pletz
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-12qrcode: turn off fortify hardeningRobin Gloster
2014-11-28Add qrcode minimalistic QR-code decode/encode tool (for pure codes only)Michael Raskin