Commit graph

13 commits

Author SHA1 Message Date
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
Justin Humm 5d815cce8a
ghostwriter: 1.0.1 -> 2.0.0-rc3, build with newest libsForQt5
- mark as broken on darwin
- add myself as maintainer
2021-01-07 13:38:31 +01:00
R. RyanTM 9090ce676b ghostwriter: 1.8.0 -> 1.8.1 2020-02-23 13:42:30 -08:00
worldofpeace 06b45a8d70 ghostwriter: use qt5's mkDerivation 2019-07-31 21:42:32 -04:00
Robert Schütz 6b73aa91e0 ghostwriter: 1.7.4 -> 1.8.0 2019-04-29 17:44:24 +02:00
Robert Schütz 7685e17ea6 ghostwriter: install translations
Fixes #52724.
The `lrelease` binary is used to do that, so I had to add qttools.
2018-12-23 16:54:13 +01:00
Robert Schütz da92eb2601 ghostwriter: 1.7.3 -> 1.7.4 2018-12-11 16:13:53 +01:00
R. RyanTM 16e3728e4d ghostwriter: 1.7.2 -> 1.7.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ghostwriter/versions.
2018-08-17 03:02:36 -07:00
Robert Schütz 55b41a7e33 ghostwriter: 1.7.0 -> 1.7.2 2018-07-31 08:45:17 +02:00
Robert Schütz 35d4640b03 ghostwriter: 1.6.2 -> 1.7.0 2018-07-10 14:48:36 +02:00
Robert Schütz 231e8e2a34 ghostwriter: 1.6.1 -> 1.6.2 2018-04-16 07:57:12 +02:00
Robert Schütz c8a1993123 ghostwriter: 1.5.0 -> 1.6.1 2018-04-09 19:03:31 +02:00
Robert Schütz 2bcb897e46 ghostwriter: init at 1.5.0 2018-02-10 20:50:29 +01:00