summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/ht
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-10ht: fix gcc7 compilationJörg Thalheim
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-08-22Merge branch 'hardened-stdenv' into stagingobadz
Closes #12895 Amazing work by @globin & @fpletz getting hardened compiler flags by enabled default on the whole package set
2016-08-20ht: switch sf downloads to mirror://J Phani Mahesh
This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
2016-08-20Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"Joachim Fasting
This reverts commit 217594fd1d0b4cc36c98c1605b73ccb50ce57bc8, reversing changes made to 8e8a89d8a8f9d801f9e17d48325d06f20743b364. Turns out it wasn't ready afterall ...
2016-08-20ht: switch sf downloads to mirror://J Phani Mahesh
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-11ht: turn off format hardeningRobin Gloster
2015-05-27ht: new packageCharles Strahan
HT is a file editor/viewer/analyzer for executables.