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
|
79a01d91e2
|
python27Packages.libtmux: 0.8.3 -> 0.8.5
|
2020-11-06 09:37:06 -08:00 |
|
Frederik Rietdijk
|
61b006e9de
|
python: libtmux: 0.8.2 -> 0.8.3
|
2020-08-16 19:31:06 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
R. RyanTM
|
4c9f4136d4
|
python37Packages.libtmux: 0.8.1 -> 0.8.2
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-libtmux/versions
|
2019-06-17 13:47:04 -07:00 |
|
Jascha Geerds
|
ffedc3e4a9
|
misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
|
2019-03-12 23:50:52 +01:00 |
|
R. RyanTM
|
93b6beeb03
|
python37Packages.libtmux: 0.8.0 -> 0.8.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-libtmux/versions
|
2019-02-04 02:44:51 -08:00 |
|
Mario Rodas
|
7f76246bef
|
pythonPackages.libtmux: enable darwin build
|
2019-01-06 11:35:21 -05:00 |
|
Frederik Rietdijk
|
1126220b8b
|
python: libtmux: 0.7.7 -> 0.8.0
|
2018-04-08 11:34:54 +02:00 |
|
Frederik Rietdijk
|
6d282fa3b6
|
python.pkgs.libtmux: fix expression
|
2018-01-20 12:57:34 +01:00 |
|
Frederik Rietdijk
|
44e98de414
|
python.pkgs: maintenance updates
|
2017-11-24 20:36:20 +01:00 |
|
Frederik Rietdijk
|
7ce848309e
|
python.pkgs: updates
|
2017-10-27 21:34:42 +02:00 |
|
Frederik Rietdijk
|
d58e1f1c7b
|
python.pkgs: many updates
|
2017-08-25 19:36:14 +02:00 |
|
rnhmjoj
|
11236d9baa
|
pythonPackages.libtmux: 0.6.4 -> 0.7.3
|
2017-06-03 13:49:35 +02:00 |
|