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
|
077a2288f3
|
ibus-engines.hangul: 1.5.3 -> 1.5.4
|
2020-08-25 23:37:46 +00:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Jan Tojnar
|
c86b5ea0ff
|
ibus-engines.hangul: 1.5.1 → 1.5.3
* https://github.com/libhangul/ibus-hangul/releases/tag/1.5.2
* https://github.com/libhangul/ibus-hangul/releases/tag/1.5.3
* switch to gettext (8745e3f263 )
* drop wrapPython, patch shebangs hook will take care of that
|
2019-12-07 00:51:28 +01:00 |
|
Jan Tojnar
|
b73406d863
|
ibus-engines.hangul: fix ibus-setup-hangul
Closes: https://github.com/NixOS/nixpkgs/issues/27619
|
2019-09-03 15:46:20 +02:00 |
|
Jan Tojnar
|
743a62673f
|
ibus-engines.hangul: format with nixpkgs-fmt
|
2019-09-03 14:37:34 +02: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
|
3ab3e14e46
|
ibus-engines.hangul: 1.5.0 -> 1.5.1 (#44771)
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-hangul/versions.
|
2018-08-13 14:28:06 +02:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Lancelot SIX
|
f39ead7c74
|
ibus-engines.hangul: add python dependency
|
2017-09-27 20:41:02 +02: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 |
|
Thomas Tuegel
|
ab746ec902
|
ibus: consolidate wrappers
|
2016-02-28 09:30:09 -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 |
|
Thomas Tuegel
|
f7f965baaa
|
ibus-hangul: download release from GitHub
|
2016-02-26 18:08:48 -06:00 |
|
Eric Sagnes
|
52dd53373f
|
ibus service: refactoring
|
2016-02-17 20:44:29 +09:00 |
|
Eric Sagnes
|
ca2f9a4f15
|
ibus-mozc: 2015-05-02 -> 2.17.2313.102
|
2016-02-17 20:44:29 +09:00 |
|