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
|
c6f65b1d93
|
ulauncher: 5.8.1 -> 5.9.0
|
2020-12-22 14:24:52 +00:00 |
|
R. RyanTM
|
b8e7a8d923
|
ulauncher: 5.8.0 -> 5.8.1
|
2020-12-17 07:54:22 +01:00 |
|
Drew Risinger
|
6bb2eae2ff
|
treewide: remove dead pytestpep8 references
pytestpep8 was removed in 25c9946f95 .
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
|
2020-12-10 21:14:42 -05:00 |
|
worldofpeace
|
d12c11e30c
|
treewide: use nix-update updateScript for packages I maintain
|
2020-07-29 12:33:39 -04:00 |
|
R. RyanTM
|
359139ee3e
|
ulauncher: 5.7.3 -> 5.8.0
|
2020-07-02 10:09:56 -07:00 |
|
Oleksii Filonenko
|
535ac441c6
|
ulauncher: 5.6.1 -> 5.7.3
|
2020-04-14 00:46:38 +03:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Aaron Janse
|
276bfbc17e
|
ulauncher: 4.4.0.r1 -> 5.6.1
|
2020-03-27 13:47:10 -07:00 |
|
worldofpeace
|
b0c2aea20b
|
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
|
2019-09-18 22:47:26 +02:00 |
|
Mario Rodas
|
48e167e028
|
ulauncher: use latest pytest
|
2019-08-13 09:18:25 +02:00 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Aaron Janse
|
a9a03c7073
|
ulauncher: init at 4.4.0.r1
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
|
2019-06-01 13:59:50 -04:00 |
|