summaryrefslogtreecommitdiff
path: root/pkgs/tools/inputmethods/interception-tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: sha256 -> hash attribute for gitlab.com fetchersaleksana2024-07-132-2/+2
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* Merge pull request #275026 from bew/patch-1•••dual-function-keys: 1.4.0 -> 1.5.0Weijia Wang2024-01-231-2/+2
|\
| * dual-function-keys: 1.4.0 -> 1.5.0Benoit de Chezelles2023-12-171-2/+2
* | treewide: update meta.description to fit the guidelinesGetPsyched2024-01-091-1/+1
|/
* dual-function-keys: add `mainProgram`musjj2023-08-131-0/+1
* treewide: Rename libyamlcpp* to yaml-cpp*OPNA26082023-01-312-4/+4
* interception-tools: 0.6.7 -> 0.6.8R. Ryantm2021-12-101-2/+2
* interception-tools: 0.6.6 -> 0.6.7Artturin2021-07-221-8/+2
* interception-tools-plugins.dual-function-keys: 1.1.0 -> 1.4.0fortuneteller2k2021-06-131-3/+5
* interception-tools-plugins.caps2esc: 0.1.3 -> 0.3.2fortuneteller2k2021-06-131-3/+4
* interception-tools: 0.2.1 -> 0.6.6•••- use fetchFromGitLab - add boost to build inputs - remove outdated patches Hoàng Minh Thắng2021-06-062-47/+12
* Merge pull request #94097 from svend/dual-function-keysSandro2021-01-191-0/+32
|\
| * Apply suggestions from code review•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com>Svend Sorensen2021-01-181-2/+2
| * dual-function-keys: init at 1.1.0Svend Sorensen2020-12-281-0/+32
* | pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-171-2/+2
* | pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-151-4/+4
* | 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 Profpatsch2021-01-111-2/+2
|/
* caps2esc: 0.1.0 -> 0.1.3Justin Lovinger2020-07-101-10/+10
* interception-tools: 0.1.1 -> 0.2.1R. RyanTM2020-06-171-2/+2
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* treewide: remove aliases in nixpkgs•••This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup Matthew Bauer2018-07-181-2/+2
* interception-tools: removed custom libyamlcppWithoutBoost•••Since upstream libyaml-cpp does not reuqire boost anymore it is safe to remove. Andreas Rammhold2018-02-131-3/+3
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-071-1/+1
* tree-wide: fix either check-meta or meta attrs of all the packages I evaluateJan Malakhovski2017-12-051-4/+4
* interception-tools: init at 0.1.1•••The latest release of libyamlcpp in nixpkgs does not build because it uses an older version of boost than the one in nixpkgs and therefore expects a particular header file which does not exist in the latest boost anymore. For this reason, a later (git) version of libyamlcpp is used here (which actually doesn't even require boost). The substituteInPlace in the prePatch phase is needed because libevdev places its headers in non-standard places, meaning Nix cannot normally find them. The `cut` command removes the first two "-I" characters from the output of `pkg-config`. This needs to be in the prePatch phase because otherwise Nix will patch these lines to `/var/empty`, meaning you would have less specific replacement (in case other lines are also patched to `/var/empty`). I wrote the patch. (I believe it is NixOS specific.) xd1le2017-09-023-0/+88