Commit graph

15 commits

Author SHA1 Message Date
Sandro 335412e81c
Merge pull request #112530 from evenbrenden/retext-fix-xdg-desktop
retext: fix XDG desktop file
2021-03-22 10:20:06 +01:00
Sandro e5d4513a51
Merge pull request #112529 from evenbrenden/retext-remove-overrides
retext: remove markdown and chardet overrides
2021-02-10 09:13:25 +01:00
Even Brenden fc5e831946 retext: fix XDG desktop file 2021-02-09 16:43:05 +01:00
Even Brenden f035e41219 retext: remove markdown and chardet overrides
python-markdown 3.0.1 breaks the build, latest (3.2.2) works fine.

No need to pin chardet, latest (3.0.4) works fine.
2021-02-09 16:36:26 +01: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 198e025172 retext: Fix build by using default qt5.15.
Bonus: Set `makeWrapperArgs` instead of calling `wrapQtApp` - to prevent
double wrapping.
2020-10-08 18:57:23 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ahiaao 145652462b retext: properly wrap with wrapQtApp 2019-11-16 23:50:07 -08:00
ahiaao d3ac0e987c retext: fix chardet override 2019-11-16 23:23:26 -08:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
8084 4b1d08558c
moved makeWrapper to nativeBuildInputs 2019-03-23 10:40:04 +03:00
8084 3cfda8c3c2
retext: init at 7.0.4 2019-03-16 22:20:59 +03:00