Commit graph

16 commits

Author SHA1 Message Date
Jonathan Ringer 117f5dbaa7 python3Packages.gsd: 2.4.1 -> 2.4.2 2021-06-22 13:42:47 +02:00
Robert T. McGibbon 1ccf09884b python3Packages.gsd: 1.9.3 -> 2.4.1 2021-04-04 19:49:08 -04:00
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
Frederik Rietdijk af92611103 Revert "python: gsd: 1.7.0 -> 1.9.3"
Incorrect update. Should not update the Python 2 version.

This reverts commit d1a46d4ff3.
2020-09-17 11:35:38 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk d1a46d4ff3 python: gsd: 1.7.0 -> 1.9.3 2019-10-27 16:26:44 +01:00
Jonathan Ringer 8f0aba000b python3Packages.gsd: 1.7.0 -> 1.9.3 2019-10-18 08:55:20 -07:00
Jonathan Ringer 697be7554a pythonPackages.gsd: freeze at 1.7.0 2019-10-18 08:55:20 -07:00
R. RyanTM 03a32ec60b python37Packages.gsd: 1.6.2 -> 1.7.0
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-gsd/versions
2019-06-02 11:03:23 -07:00
Frederik Rietdijk aefc5de623 python: gsd: 1.6.1 -> 1.6.2 2019-04-24 18:43:25 +02:00
R. RyanTM 3f0f9a017d python37Packages.gsd: 1.6.0 -> 1.6.1
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-gsd/versions

(cherry picked from commit 7d2c71a6e12e3cc32c2509f10b0016c9834433c9)
2019-04-07 13:53:42 +02:00
Frederik Rietdijk b725eb4ed5 python: gsd: 1.5.5 -> 1.6.0 2019-02-17 14:40:23 +01:00
Frederik Rietdijk 0a87ef4df2 python: gsd: 1.5.4 -> 1.5.5 2019-01-18 09:37:08 +01:00
R. RyanTM 4188094106 python36Packages.gsd: 1.5.2 -> 1.5.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.6-gsd/versions
2018-10-24 20:07:55 +02:00
Chris Ostrouchov 08d2c98e2b pythonPackages.gsd: init at 1.5.2 2018-10-13 10:09:44 +02:00