Commit Graph

15 Commits

Author SHA1 Message Date
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
Jan Tojnar
04d6123309
pytrainer: fix missing pkg_resources 2020-03-09 22:30:46 +01:00
R. RyanTM
fa5b8c2da6 pytrainer: 2.0.0 -> 2.0.1 2019-11-03 10:05:30 +01:00
Jan Tojnar
99e72dc413
pytrainer: 1.12.1 → 2.0.0 2019-07-17 09:20:49 +02:00
Robert Helgesson
cc083fa907
pytrainer: 1.12.0 -> 1.12.1 2018-05-10 21:46:54 +02:00
Tuomas Tynkkynen
34f95d92a2 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/applications/misc/pytrainer/default.nix
	pkgs/development/tools/pew/default.nix
	pkgs/tools/misc/you-get/default.nix
2018-02-28 20:52:49 +02:00
Robert Helgesson
e21057ae4f
pytrainer: 1.11.0 -> 1.12.0 2018-02-27 22:21:38 +01:00
Vladimír Čunát
f5ce8f86df
Revert "Merge staging at '8d490ca9934d0' into master"
This reverts commit fc23242220, reversing
changes made to 754816b84b.
We don't have many binaries yet.  Comment on the original merge commit.
2018-02-26 22:53:18 +01:00
Robert Schütz
da31b47790 pytrainer: fix tests 2018-02-22 01:46:11 +01:00
Robert Helgesson
03eae7a38d
pytrainer: add missing patch file 2017-09-30 19:06:27 +02:00
Robert Helgesson
181c6216d4
pytrainer: 1.10.0 -> 1.11.0
Also explicitly use python2 and default to running without webkit.
2017-09-30 19:05:35 +02:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Domen Kožar
704c8bab41 buildPythonPackage: fix standalone applications using it 2015-11-21 21:44:12 +01:00
Robert Helgesson
b2be4092c6 Add package 'pytrainer'. 2015-01-18 13:34:02 +01:00