Commit Graph

32 Commits

Author SHA1 Message Date
Pol Dellaiera
8f508af8dc
urbanterror: fix configurePhase phase
Use `preConfigure` and external file instead.
2023-08-21 22:00:46 +02:00
Pol Dellaiera
e632e42b65
urbanterror: reformat nix file 2023-08-19 19:09:58 +02:00
Pol Dellaiera
588e5ae83a
urbanterror: refactor installPhase
Get some inspiration from OpenArena derivation
2023-08-19 19:09:34 +02:00
Pol Dellaiera
47db9561ff
urbanterror: update meta.homepage attribute, use https 2023-08-19 19:09:10 +02:00
Pol Dellaiera
52947c5a3e
urbanterror: add meta.mainProgram attribute 2023-08-19 19:05:13 +02:00
Pol Dellaiera
ea53c4bd1b
urbanterror: add drupol as maintainer 2023-08-19 19:04:54 +02:00
Pol Dellaiera
199ba07f33
urbanterror: add desktop item 2023-08-19 17:41:11 +02:00
Pol Dellaiera
7082007e68
urbanterror: add missing phase hooks 2023-08-19 17:26:55 +02:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05: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
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00: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
Cray Elliott
04d2af6b1a urbanterror: 4.3.3 -> 4.3.4 2018-10-09 12:05:37 -07:00
Markus Kowalewski
ee8b87a359
urbanterror: update homepage 2018-09-03 22:36:55 +02:00
Franz Pletz
cda1e6c21b
urbanterror: 4.3.2 -> 4.3.3 for CVE-2017-6903 2018-03-05 18:06:29 +01:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Matthias Herrmann
f1480038a4 urbanterror: 4.3.1 -> 4.3.2 2017-04-05 20:47:15 +02:00
Cray Elliott
a430acb4d8 urbanterror: 4.2.023 -> 4.3.1 2017-02-02 15:37:11 -08:00
Tobias Geerinckx-Rice
158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice
b2d7f4b1ba Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings
remain.

Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.

Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Jason Moggridge
2aa2d8ac76 Update the sources to the latest version and added one new dependency 2015-02-25 00:25:14 -05:00
drozv
523cb5cf68 Fix broken checksums and update to version 4.2.018. 2014-06-21 19:30:27 -04:00
Eelco Dolstra
c88055e1a2 Set meta.hydraPlatforms instead of meta.platforms for some packages 2013-11-05 00:06:10 +01:00
Александр Цамутали
1921086ffa urbanterror: Correction for previous commit. 2013-02-16 21:52:36 +04:00
Александр Цамутали
bcc14b65c3 urbanterror: Update to 4.2.009. 2013-02-16 21:43:34 +04:00
Eelco Dolstra
0db6ea6f76 Remove some oversized packages from the channel
E.g. urbanterror takes up 2x720 MiB.
2013-01-17 22:34:08 +01:00
Alexander Tsamutali
a9c51d7af3 games/urbanterror: Fixed compilation issue, but it still doesn't work.
svn path=/nixpkgs/trunk/; revision=33795
2012-04-15 22:33:36 +00:00
Eelco Dolstra
c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Alexander Tsamutali
1f3943541b urbanterror: Enabled OpenAL and curl support.
svn path=/nixpkgs/trunk/; revision=21294
2010-04-24 12:39:10 +00:00
Alexander Tsamutali
4033c4aa31 games/urbanterror: New nixpkg for viric.
svn path=/nixpkgs/trunk/; revision=19770
2010-02-03 00:46:43 +00:00