R. RyanTM
|
e937d5db28
|
ibus-engines.m17n: 1.4.3 -> 1.4.4
|
2021-02-11 10:22:37 +01:00 |
|
Ben Siraphob
|
d6aeae8f90
|
pkgs/tools: pkgconfig -> pkg-config (2)
|
2021-01-17 23:27:27 +07: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
|
576db6a059
|
ibus-engines.m17n: 1.4.2 -> 1.4.3
|
2020-07-06 04:18:47 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
R. RyanTM
|
b6feea4a68
|
ibus-engines.m17n: 1.4.1 -> 1.4.2
|
2020-02-09 09:49:24 +01:00 |
|
Jan Tojnar
|
6bc71fb30e
|
ibus-engines.m17n: fix setup
* add setup again
* patch shebangs instead of wrapping
* format the expression
|
2019-12-07 00:51:29 +01:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
R. RyanTM
|
1b6984bec1
|
ibus-engines.m17n: 1.3.4 -> 1.4.1 (#50089)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ibus-m17n/versions
|
2018-11-12 21:00:57 +01:00 |
|
Samuel Dionne-Riel
|
1f89ba117c
|
ibus-m17n: fix homepage URL.
The URL was erroneous.
|
2017-05-27 22:39:16 -04:00 |
|
Nikolay Amiantov
|
66b05cd4e6
|
ibus-engines: use wrapPythonPrograms
This is needed now that PYTHONPATH is not propagated. Also several packages
with additional dependencies are now properly wrapped.
|
2017-03-26 02:20:02 +03:00 |
|
Robin Gloster
|
c4ba389a9f
|
ibus-engines.m17n: use autoreconfHook
|
2016-08-24 20:18:52 +00:00 |
|
Thomas Tuegel
|
41204574be
|
ibus-m17n: use Python 3
|
2016-02-28 07:12:55 -06:00 |
|
zimbatm
|
17348dc094
|
Remove all dots at end of descriptions
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
|
2016-02-27 17:30:29 +00:00 |
|
Eric Sagnes
|
9e7ddbdcbd
|
ibus-m17n: init at 1.3.4
|
2016-02-20 10:50:52 +09:00 |
|