Commit Graph

16 Commits (f6da38a42b6677df1873c03304aa20cd824b120e)

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM fae417b5cc vym: 2.7.0 -> 2.7.1 2019-12-24 15:14:31 -08:00
MicrosoftTakeover 286ef7108f vym: 2.6.11 -> 2.7.0 (#73483)
* vym: 2.6.11 -> 2.7.1

* vym: install man page

* vym: fix /usr paths and move data from $out/vym

* Change version to 2.7.0

There was some concern that the release tarball 2.7.1 actually contains an in-development snapshot rather than a full release. The consensus seems to be that 2.7.0 should be used instead.
2019-12-12 23:08:11 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
rys ostrovid c89b6f47a7 vym: 2.2.4 -> 2.6.11 (#42186) 2018-06-19 09:09:20 +01:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Robin Gloster c92bca56f8 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-02 22:58:02 +00:00
Nikolay Amiantov 23e3372fea vym: move to qmake4Hook 2016-04-20 18:55:44 +03:00
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
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-03-05 18:55:26 +01:00
Robin Gloster 3b4765c9e5 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-02-28 16:32:57 +00:00
zimbatm 69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Robin Gloster 3d169b83cf vym: disable format hardening 2016-02-24 16:06:55 +00:00
Pascal Wittmann d346a9cc07 fixed some meta.maintainers attributes 2014-09-26 23:44:29 +02:00
AndersonTorres b39e5ce957 Small style fixups
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00
Michael Raskin 18c5119f18 Fix maintainers entry 2014-09-03 11:36:44 +04:00
AndersonTorres e0f976ba55 vym: new package
VYM (View Your Mind) is a mind-mapping program.

[Bjørn: two whitespace adjustments and quote the "$out" variable.]
2014-08-22 21:28:29 +02:00