Commit graph

21 commits

Author SHA1 Message Date
Ben Siraphob 223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07: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
Frederik Rietdijk b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
Ben Siraphob 58d6dc3359 zdbsp: update maintainers 2021-01-04 17:39:12 +07:00
Ben Siraphob c602076c8f zdoom: refactor 2021-01-04 16:46:57 +07:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
Ertugrul Söylemez a5f91d1f15 doom-bcc-git: CC=cc (for Darwin) 2018-02-04 01:00:58 +01:00
Ertugrul Söylemez 3a53aa0141 doom-bcc-git: init at 2018.01.04 2018-02-04 00:13:07 +01:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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
2017-08-01 22:03:30 +02:00
Ertugrul Söylemez 0980003040 zdbsp: init at 1.19 2017-02-11 05:47:09 +01:00
John Ericson 508d9499b1 zdoom: Fix typo from 1cc9d9ef2c 2016-12-18 04:29:33 -05:00
Nikolay Amiantov 1cc9d9ef2c zdoom: 2.7.1 -> 2.8.1 2016-12-17 15:33:12 +03:00
Jookia e5154f2ab2 zdoom: Mark it and its forks as nonfree.
See http://zdoom.org/wiki/License and the source code of each package.
2016-07-11 11:05:34 +10:00
Vladimír Čunát d039c87984 Merge branch 'master' into closure-size 2016-02-14 08:33:51 +01:00
Eelco Dolstra aea262f654 Fix misspelled meta.maintainers attributes 2016-02-10 14:59:50 +01:00
Vladimír Čunát 9da12a6713 SDL: split the dev output and fix referrers 2015-10-13 20:18:56 +02:00
lassulus 871b472c66 update zdoom to v2.7.1 2015-05-15 10:04:08 +02:00
Florian Friesdorf 7d717444e5 zdoom 2.6.1 (instead of svn) 2012-11-26 14:32:03 +01:00
Lluís Batlle i Rossell 5b3759c30d Adding zdoom.
svn path=/nixpkgs/trunk/; revision=14194
2009-02-22 22:06:34 +00:00