Commit Graph

26 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Anderson Torres
4f1186ef15 vym: 2.9.22 -> 2.9.26 2023-12-29 13:02:35 -03:00
Anderson Torres
9671dc9aea vym: 2.9.0 -> 2.9.22 2023-12-29 13:02:35 -03:00
Anderson Torres
20812393c5 vym: 2.8.42 -> 2.9.0 2023-12-29 13:02:35 -03:00
eryngion
fc8fa7c26b treewide: remove unused qmake and cmake 2023-12-04 11:03:46 +03:00
AndersonTorres
169d4a1704 vym: 2.7.1 -> 2.8.42 2022-10-23 22:51:39 -03:00
Michal Sojka
200f2a7c58
treewide: remove unnecessary dontGzipMan (#134963) 2021-08-20 22:42:37 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
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