Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01: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 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Dan Callahan
|
154a7d3cfb
|
renpy: 7.1.3 -> 7.2.0
|
2019-03-04 14:46:02 +00:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
rardiol
|
f83cbf2029
|
Renpy and pygame_sdl2 update - 6.99.14 (#33943)
* pygame_sdl2: 6.99.10.1227 -> 2.1.0-6.99.14
* renpy: 6.99.12.4 -> 6.99.14
|
2018-03-21 21:26:29 -05:00 |
|
Jörg Thalheim
|
b0e90b99db
|
python.pkgs.pygame_sdl2: python3 tests are non-functional
|
2017-08-27 07:08:53 +01:00 |
|
wisut hantanong
|
3e75b0fd12
|
python.pkgs.pygame_sdl2: move to separate expression
|
2017-07-15 17:40:54 +01:00 |
|