about summary refs log tree commit diff
path: root/pkgs/applications/misc/vym
AgeCommit message (Collapse)AuthorFilesLines
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-05-02Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-6/+2
2016-04-20vym: move to qmake4HookNikolay Amiantov1-6/+2
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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-28Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+1
2016-02-28use the sourceforge mirrors everywherezimbatm1-1/+1
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-24vym: disable format hardeningRobin Gloster1-1/+3
2014-09-26fixed some meta.maintainers attributesPascal Wittmann1-1/+1
2014-09-10Small style fixupsAndersonTorres1-4/+4
In this commit, I modified some files, conforming them to a idiosyncratic standard - mainly, a template for meta attribs.
2014-09-03Fix maintainers entryMichael Raskin1-1/+1
2014-08-22vym: new packageAndersonTorres1-0/+35
VYM (View Your Mind) is a mind-mapping program. [Bjørn: two whitespace adjustments and quote the "$out" variable.]