Commit graph

15 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
R. RyanTM 90ebc2efc3 python37Packages.mysqlclient: 2.0.2 -> 2.0.3 2021-01-02 06:07:05 +00:00
R. RyanTM beade0f11d python37Packages.mysqlclient: 2.0.1 -> 2.0.2 2020-12-12 20:15:40 +00:00
Frederik Rietdijk 487d839b84 python: mysqlclient: 1.4.6 -> 2.0.1 2020-08-16 19:31:08 +02:00
Frederik Rietdijk 84e0764b45 python: mysqlclient: 1.4.5 -> 1.4.6 2019-12-15 16:23:15 +01:00
Frederik Rietdijk fbf69412c4 python: mysqlclient: 1.4.4 -> 1.4.5 2019-11-12 14:57:20 +01:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
R. RyanTM d1fda615dc python37Packages.mysqlclient: 1.4.2.post1 -> 1.4.4
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-mysqlclient/versions
2019-08-20 04:52:24 -07:00
Robert Schütz ea7885fd7a python.pkgs.mysqlclient: fix build
fallout of https://github.com/NixOS/nixpkgs/pull/54182
fixes https://github.com/NixOS/nixpkgs/issues/57263
2019-03-18 15:57:11 +01:00
Frederik Rietdijk d95ebbae7a python: mysqlclient: 1.3.14 -> 1.4.2.post1 2019-02-17 14:40:28 +01:00
R. RyanTM 49268e7a20 python37Packages.mysqlclient: 1.3.13 -> 1.3.14
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-mysqlclient/versions
2018-12-23 11:03:53 +01:00
Frederik Rietdijk fae2795c04 python: mysqlclient: 1.3.12 -> 1.3.13 2018-07-22 16:52:46 +02:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
y0no 38719d170d pythonPackages.mysqlclient: init at 1.3.12 2018-03-19 11:40:57 +01:00