Ben Siraphob
|
fce00d15c2
|
pkgs/misc: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08: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 |
|
Jan Tojnar
|
72e7d569a7
|
tree-wide: s/GTK+/GTK/g
GTK was renamed.
|
2019-09-06 02:54:53 +02:00 |
|
Michael Raskin
|
529c62cd47
|
gensgs: update src link
|
2018-08-21 20:51:41 +03:00 |
|
Markus Kowalewski
|
a0f6e0552d
|
gens-gs: add license
|
2018-08-20 19:39:08 +02:00 |
|
Alexander V. Nikolaev
|
0acec7e984
|
treewide: transition mesa to libGLU_combined
|
2018-02-24 17:06:49 +02:00 |
|
Samuel Dionne-Riel
|
7b97c8c0c8
|
treewide: homepage+src updates (found by repology, #33263)
|
2018-01-05 20:42:46 +01: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 |
|
Yury G. Kudryashov
|
68fe867e19
|
Get rid of most references to gtkLibs
svn path=/nixpkgs/trunk/; revision=33088
|
2012-03-14 21:57:32 +00:00 |
|
Eelco Dolstra
|
37a95e0084
|
* Fix the gens-gs build (http://hydra.nixos.org/build/955354).
svn path=/nixpkgs/branches/x-updates/; revision=26297
|
2011-03-14 10:54:10 +00:00 |
|
Eelco Dolstra
|
8e73500282
|
* Gens/GS doesn't build on 64-bit systems.
svn path=/nixpkgs/trunk/; revision=23390
|
2010-08-24 09:57:57 +00:00 |
|
Eelco Dolstra
|
261a3eec35
|
* Added Gens/GS, a Mega Drive emulator.
svn path=/nixpkgs/trunk/; revision=23377
|
2010-08-23 20:28:14 +00:00 |
|