Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Flakebi
08a304f6b5
rbtools: 0.7.2 -> 1.0.2
2020-02-13 08:09:53 -08:00
Jos van Bakel
ee0de85b4e
rbtools: propagate setuptools
...
(#71180 )
2019-11-14 14:33:04 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Jos van Bakel
382abc9207
pythonPackages.rbtools: fix tests ( #57258 )
2019-03-12 22:30:49 +01:00
Patrick Hilhorst
b0e9fc131c
treewide: Fix packages using name where they should use pname
2018-11-06 00:06:17 +01:00
Chris Ostrouchov
14ed72da04
pythonPackages.rbtools: refactor move to python-modules
2018-10-27 09:07:22 +02:00
Frederik Rietdijk
f9acc95a09
python rbtools: move expression to python-packages.nix
...
cc @domenkozar
2015-12-11 10:45:20 +01:00
Domen Kožar
8f648b2d14
rbtools: 0.7.1 -> 0.7.2
2015-05-19 15:26:02 +02:00
Benjamin Staffin
fbeae50296
rbtools: update to 0.7.1
...
Change-Id: Ib41400507447564375a2ec61467b2ceb148e663c
2015-02-16 16:41:31 -08:00
Domen Kožar
c6fa90f322
rbtools: 0.4.1 -> 0.6.1
2014-09-10 15:41:07 +02:00
Domen Kožar
332dd4854f
Move namePrefix="" python packages out of python-packges.nix
...
It doesn't make sense to build tools/applications with three different
python interpreter versions, so move them out of python modules list.
Also reverts 53ffc6e0ef
.
2013-07-31 13:34:11 +02:00