Commit graph

13 commits

Author SHA1 Message Date
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
Sandro Jäckel 65eccfad5d
pythonPackages.lmdb: Fix build 2021-01-06 11:05:13 +01:00
Frederik Rietdijk ce6c3a13e4 python3Packages.lmdb: 0.99 -> 1.0.0 2020-12-01 14:44:14 +01:00
Frederik Rietdijk 00b3794f58 python: lmdb: 0.98 -> 0.99 2020-08-16 19:31:06 +02:00
Frederik Rietdijk 23278b2749 python: lmdb: 0.97 -> 0.98 2019-12-30 16:46:44 +01:00
Ivan Kozik 39d0c9693e pythonPackages.lmdb: fix build
This fixes:

pythonCatchConflictsPhase
Found duplicated packages in closure for dependency 'lmdb':
  lmdb 0.97 (/build/lmdb-0.97)
  lmdb 0.97 (/nix/store/js0iimri6y9yqgfc111jzp3mrv5ic9cj-python3.7-lmdb-0.97/lib/python3.7/site-packages)

Package duplicates found in closure, see above. Usually this happens if two packages depend on different version of the same dependency.
builder for '/nix/store/9bcn2m3r5v8slmpj31hxw05j906qgl5l-python3.7-lmdb-0.97.drv' failed with exit code 1

This was probably broken by f7e28bf5d8
2019-09-09 14:33:58 +00:00
R. RyanTM 5c22d64e45 python37Packages.lmdb: 0.96 -> 0.97
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-lmdb/versions
2019-08-20 05:56:21 -07:00
R. RyanTM 838b6e9f55 python37Packages.lmdb: 0.95 -> 0.96
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-lmdb/versions
2019-08-05 09:16:10 -07:00
R. RyanTM a6ee5acac7 python37Packages.lmdb: 0.94 -> 0.95
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-lmdb/versions
2019-06-17 13:53:37 -07:00
Ivan Kozik f1b814a879 pythonPackages.lmdb: enable tests (#51931) 2018-12-13 09:08:05 +01:00
R. RyanTM 32032825bf python36Packages.lmdb: 0.92 -> 0.94
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-lmdb/versions
2018-10-24 12:32:17 +02:00
Chris Ostrouchov dd44ffbcbe pythonPackages.lmdb: refactor move to python-modules 2018-10-17 07:46:57 +02:00