Robert Hensing
|
8e3c5eb501
|
treewide: xvfb_run -> xvfb-run
|
2021-05-08 15:48:41 +02: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 |
|
Doron Behar
|
3d8267ee88
|
flent: Use qt5.15 just like pyqt5 use in it (#99956)
Bonus: Spare double wrapping.
|
2020-10-08 18:57:23 +02:00 |
|
R. RyanTM
|
a3f9612740
|
flent: 1.3.0 -> 1.3.2
|
2019-12-07 22:05:51 -08:00 |
|
Manuel Mendez
|
170caa4506
|
flent: 1.2.2 -> 1.3.0
|
2019-08-08 09:03:41 -04:00 |
|
Manuel Mendez
|
a48c4843cd
|
flent: use wrapQtAppsHook
|
2019-08-08 08:57:04 -04:00 |
|
Manuel Mendez
|
a88232c31a
|
flent: use fetchPypi
|
2019-08-08 08:51:44 -04:00 |
|
Manuel Mendez
|
1ba444e400
|
flent: run through nixfmt
|
2019-08-08 08:45:52 -04:00 |
|
ahiaao
|
7d558b2cdf
|
flent: add procps dep so checkPhase can succeed
Added missing dependency needed for testing flent (#60360)
|
2019-04-28 17:52:48 +02:00 |
|
Matthieu Coudron
|
e96ce01e76
|
flent: enable man by default
|
2018-06-14 08:27:53 +09:00 |
|
Matthieu Coudron
|
e14fa60cb6
|
flent: fix fetchFromGitHub version
Lacked a "v" in revision.
|
2018-06-06 11:22:23 +09:00 |
|
Manuel Mendez
|
b14f809bb1
|
flent: init at 1.2.2
|
2018-05-14 12:46:33 -04:00 |
|