Commit Graph

13 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
Gabriel Ebner
96dfa21d37 python3Packages.pivy: 0.6.5a2 -> 0.6.5 2020-09-26 13:49:42 +02:00
Thomas Tuegel
8c3cef55c5
pivy: import soqt properly 2020-09-07 10:55:46 -05:00
Thomas Tuegel
e865c6ffcc
pivy: pin to qt514 2020-09-07 10:53:37 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer
5961f211f3 python.pkgs wide: fix problematic urls 2020-01-10 21:02:12 -08:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Gabriel Ebner
91fc12514f pythonPackages.pivy: fix build 2019-09-10 18:37:04 +02:00
Gabriel Ebner
611717602b pythonPackages.pivy: 20101207 -> 0.6.5a2 2019-06-17 18:39:21 +02:00
timor
17369ceae9 pythonPackages.pivy: fix build 2019-03-24 18:50:25 +01:00
Vladimír Čunát
aca17ae849
pythonPackages.pivy: provide libs missed by the linker
It builds again now, though it seems outdated.
I suspect this is needed after the large X update.
2019-01-13 15:46:58 +01:00
Chris Ostrouchov
c33c576212
pythonPackages.pivy: refactor move to python-modules 2018-10-30 00:51:23 -04:00