| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: sha256 -> hash attribute for gitlab.com fetchers | aleksana | 2024-07-13 | 2 | -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 Hildebrandt | 2024-06-09 | 1 | -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. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | Merge pull request #275026 from bew/patch-1•••dual-function-keys: 1.4.0 -> 1.5.0 | Weijia Wang | 2024-01-23 | 1 | -2/+2 |
| |\ | |||||
| | * | dual-function-keys: 1.4.0 -> 1.5.0 | Benoit de Chezelles | 2023-12-17 | 1 | -2/+2 |
| * | | treewide: update meta.description to fit the guidelines | GetPsyched | 2024-01-09 | 1 | -1/+1 |
| |/ | |||||
| * | dual-function-keys: add `mainProgram` | musjj | 2023-08-13 | 1 | -0/+1 |
| * | treewide: Rename libyamlcpp* to yaml-cpp* | OPNA2608 | 2023-01-31 | 2 | -4/+4 |
| * | interception-tools: 0.6.7 -> 0.6.8 | R. Ryantm | 2021-12-10 | 1 | -2/+2 |
| * | interception-tools: 0.6.6 -> 0.6.7 | Artturin | 2021-07-22 | 1 | -8/+2 |
| * | interception-tools-plugins.dual-function-keys: 1.1.0 -> 1.4.0 | fortuneteller2k | 2021-06-13 | 1 | -3/+5 |
| * | interception-tools-plugins.caps2esc: 0.1.3 -> 0.3.2 | fortuneteller2k | 2021-06-13 | 1 | -3/+4 |
| * | interception-tools: 0.2.1 -> 0.6.6•••- use fetchFromGitLab - add boost to build inputs - remove outdated patches | Hoàng Minh Thắng | 2021-06-06 | 2 | -47/+12 |
| * | Merge pull request #94097 from svend/dual-function-keys | Sandro | 2021-01-19 | 1 | -0/+32 |
| |\ | |||||
| | * | Apply suggestions from code review•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | Svend Sorensen | 2021-01-18 | 1 | -2/+2 |
| | * | dual-function-keys: init at 1.1.0 | Svend Sorensen | 2020-12-28 | 1 | -0/+32 |
| * | | pkgs/tools: pkgconfig -> pkg-config (2) | Ben Siraphob | 2021-01-17 | 1 | -2/+2 |
| * | | pkgs/tools: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 1 | -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 | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| |/ | |||||
| * | caps2esc: 0.1.0 -> 0.1.3 | Justin Lovinger | 2020-07-10 | 1 | -10/+10 |
| * | interception-tools: 0.1.1 -> 0.2.1 | R. RyanTM | 2020-06-17 | 1 | -2/+2 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -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 Bauer | 2018-07-18 | 1 | -2/+2 |
| * | interception-tools: removed custom libyamlcppWithoutBoost•••Since upstream libyaml-cpp does not reuqire boost anymore it is safe to remove. | Andreas Rammhold | 2018-02-13 | 1 | -3/+3 |
| * | treewide: checkMeta fixes for x86_64-linux | Vladimír Čunát | 2017-12-07 | 1 | -1/+1 |
| * | tree-wide: fix either check-meta or meta attrs of all the packages I evaluate | Jan Malakhovski | 2017-12-05 | 1 | -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.) | xd1le | 2017-09-02 | 3 | -0/+88 |
