summary refs log tree commit diff
path: root/pkgs/tools/archivers/xarchive/default.nix
Commit message (Collapse)AuthorAge
* tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | | | GTK was renamed.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\
| * rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
| |
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | xarchive: disable format hardeningRobin Gloster2016-02-24
|/
* Adopt a few packagesMichael Raskin2014-11-05
|
* xarchive: add gtk archiverDomen Kozar2013-05-05