Commit graph

19 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
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
Jan Tojnar f3110db864
uim: fix build 2019-04-05 12:14:05 +02:00
Jan Malakhovski f431f209d7 uim: 1.8.6-20180501-git -> 1.8.8 (#41850) 2018-06-11 19:16:53 +02:00
Jan Malakhovski 13f44694dc uim: 1.8.6 -> 1.8.6-20180501-git, switch to fetchFromGitHub
Old version fails to build.
2018-05-15 15:23:59 +00:00
gnidorah 03f2f8524a uim: drop kde4 parts 2017-12-22 15:19:37 +03:00
Jan Malakhovski ceb46d5f9d uim: cleanup meta, add me to maintainers 2017-12-05 11:45:11 +00:00
Jan Malakhovski 83713d4277 uim: prefer libnotify instead of knotify because it works with both GTK and QT 2017-12-05 11:44:55 +00:00
Jan Malakhovski b1186bcb47 uim: add even more options 2017-12-05 11:44:42 +00:00
Jan Malakhovski 8c877804e3 uim: use system expat 2017-12-05 11:44:30 +00:00
Jan Malakhovski 2d6c56e457 uim: make most things optional 2017-12-05 11:43:58 +00:00
c0bw3b 525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
Thomas Tuegel f28848cb4d
kde4.kdelibs -> kdelibs4
Our kdelibs4 package does not come from KDE 4, so per upstream's request I am
moving it out of the kde4 set.
2017-02-24 17:16:28 -06:00
Eric Sagnes dcd4728095 uim: enable fep (#15355) 2016-05-17 00:26:15 +02:00
Eric Sagnes 2dac18aa01 uim: removed gtk and qt plugin update logic 2016-02-17 20:44:29 +09:00
Alexander Tsamutali c7bbe15102 pkgs/tools/inputmethods/uim: Now depends on m17n-db and m17n-lib.
This adds support for some simple input methods like russian ЙЦУКЕН keyboard.
2016-02-01 03:31:57 +03:00
Nikolay Amiantov 9a21011f08 uim: don't accept additional arguments 2015-03-05 20:49:45 +03:00
Alexey Levan 662d357684 Add anthy support to uim 2014-11-07 11:17:48 +02:00
taku0 a0c91d66f1 uim, gtk-exe-env, qt-plugin-env: Add input method modules for GTK+ and Qt 2014-07-14 21:33:05 +09:00