Commit graph

18 commits

Author SHA1 Message Date
Artturin e0e396f357 interception-tools: 0.6.6 -> 0.6.7 2021-07-22 04:43:42 +03:00
fortuneteller2k 6cfd6f91af interception-tools-plugins.dual-function-keys: 1.1.0 -> 1.4.0 2021-06-13 10:02:37 +08:00
fortuneteller2k 2850d06833 interception-tools-plugins.caps2esc: 0.1.3 -> 0.3.2 2021-06-13 09:58:21 +08:00
Hoàng Minh Thắng ceab4362b2 interception-tools: 0.2.1 -> 0.6.6
- use fetchFromGitLab
- add boost to build inputs
- remove outdated patches
2021-06-06 22:33:51 +07:00
Sandro 7de82fbe61
Merge pull request #94097 from svend/dual-function-keys 2021-01-19 13:41:19 +01:00
Svend Sorensen ea7e4b3486
Apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-18 19:30:22 -08:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
Svend Sorensen 802ec1b556 dual-function-keys: init at 1.1.0 2020-12-28 17:13:45 -08:00
Justin Lovinger 97a2dbdce5 caps2esc: 0.1.0 -> 0.1.3 2020-07-10 14:14:23 -04:00
R. RyanTM 84696de0f9 interception-tools: 0.1.1 -> 0.2.1 2020-06-17 12:39:23 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer 76999cc40e 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
2018-07-18 23:25:20 -04:00
Andreas Rammhold 85d0eb712f
interception-tools: removed custom libyamlcppWithoutBoost
Since upstream libyaml-cpp does not reuqire boost anymore it is safe to
remove.
2018-02-13 16:31:51 +01:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Jan Malakhovski 1858e8909e tree-wide: fix either check-meta or meta attrs of all the packages I evaluate 2017-12-05 13:46:52 +01:00
xd1le e0b44a09b8 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.)
2017-09-02 16:17:53 +10:00