Commit graph

11 commits

Author SHA1 Message Date
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
Pavol Rusnak 8eea9bd923 pioneers: 15.4 -> 15.6 2020-11-23 09:12:57 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Franz Pletz 9d65dbf37b
pioneers: build with gtk3
Won't build the gtk client otherwise. cc #35967
2018-03-04 18:55:41 +01:00
Ryan Mulligan faa8454e91 pioneers: 0.12.3 -> 15.4
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneersai -h` got 0 exit code
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneersai --help` got 0 exit code
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneersai help` got 0 exit code
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneersai --version` and found version 15.4
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneers-server-console -h` got 0 exit code
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneers-server-console --help` got 0 exit code
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneers-server-console --version` and found version 15.4
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneers-metaserver -h` got 0 exit code
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneers-metaserver --help` got 0 exit code
- ran `/nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4/bin/pioneers-metaserver --version` and found version 15.4
- found 15.4 with grep in /nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4
- found 15.4 in filename of file in /nix/store/524fd6bk2g3158rgmsc460p1ml0cqzlm-pioneers-15.4

cc "@viric"
2018-03-04 17:39:17 +00: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
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +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 295602945e pioneers: turn off format hardening 2016-02-12 14:10:31 +00:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Lluís Batlle i Rossell bb08c61a35 Adding the game 'pioneers'
svn path=/nixpkgs/trunk/; revision=19769
2010-02-02 22:21:56 +00:00