about summary refs log tree commit diff
path: root/pkgs/games/zdoom
AgeCommit message (Collapse)AuthorFilesLines
2022-06-09zdoom: use SRI hash formatAndersonTorres1-3/+8
2021-06-25games: /s/name/pname&version/Felix Buehler1-1/+2
2021-02-20treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch3-6/+6
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-04Merge staging-next into stagingFrederik Rietdijk1-7/+13
2021-01-04zdbsp: update maintainersBen Siraphob1-1/+1
2021-01-04zdoom: refactorBen Siraphob2-11/+9
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2-4/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-02-04doom-bcc-git: CC=cc (for Darwin)Ertugrul Söylemez1-0/+1
2018-02-04doom-bcc-git: init at 2018.01.04Ertugrul Söylemez2-0/+55
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2-2/+2
* 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-02-11zdbsp: init at 1.19Ertugrul Söylemez1-0/+27
2016-12-18zdoom: Fix typo from 1cc9d9ef2ce80dee5c8f2ef9f8ae20ae76337d73John Ericson1-1/+1
2016-12-17zdoom: 2.7.1 -> 2.8.1Nikolay Amiantov1-24/+41
2016-07-11zdoom: Mark it and its forks as nonfree.Jookia1-0/+1
See http://zdoom.org/wiki/License and the source code of each package.
2016-02-14Merge branch 'master' into closure-sizeVladimír Čunát1-1/+1
2016-02-10Fix misspelled meta.maintainers attributesEelco Dolstra1-1/+1
2015-10-13SDL: split the dev output and fix referrersVladimír Čunát1-2/+2
2015-05-15update zdoom to v2.7.1lassulus1-14/+16
2012-11-26zdoom 2.6.1 (instead of svn)Florian Friesdorf1-5/+13
2009-02-22Adding zdoom.Lluís Batlle i Rossell1-0/+29
svn path=/nixpkgs/trunk/; revision=14194