Ben Siraphob
|
2e34288f0d
|
pkgs/games: stdenv.lib -> lib
|
2021-01-15 13:36:04 +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 |
|
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 |
|
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 |
|
R. RyanTM
|
0c6f3da93b
|
dhewm3: 1.4.1 -> 1.5.0 (#52910)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dhewm3/versions
|
2018-12-29 20:37:44 +01:00 |
|
Alexander V. Nikolaev
|
0acec7e984
|
treewide: transition mesa to libGLU_combined
|
2018-02-24 17:06:49 +02:00 |
|
Cray Elliott
|
45f51f05b8
|
dhewm3: 20130113 -> 1.4.1
|
2017-02-02 15:36:52 -08:00 |
|
Joachim Schiele
|
bbd342dcf4
|
openal to openalSoft conversion
|
2015-05-16 04:04:35 +02: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
|
3db052eb7a
|
dhewm3: linking with mesa (for non-nvidia cards)
It was just doing a dlopen(libGL), so mesa wasn't in the rpath.
Now it is.
|
2013-04-04 23:07:23 +02:00 |
|
Lluís Batlle i Rossell
|
bbbedf56c6
|
dhewm3: adding enableParallelBuilding
|
2013-04-04 23:07:23 +02:00 |
|
Carles Pagès
|
1717b494bf
|
dhewm3: add mesa to build inputs
I also removed an unused line I left over in previous commits.
|
2013-04-02 22:52:50 +02:00 |
|
Carles Pagès
|
8f2662d480
|
dhewm3: add current master from github
This is a port of the Doom 3 source code released under GPL. Amongst others,
this makes use of SDL to be multiplatform, and supports amd64.
|
2013-04-02 22:28:30 +02:00 |
|