about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libratbag
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09libratbag: 0.16 -> 0.17R. Ryantm1-2/+2
2021-06-26libratbag: 0.15 -> 0.16R. RyanTM1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-11-02libratbag: 0.14 -> 0.15R. RyanTM1-2/+2
2020-05-27libratbag: 0.13 -> 0.14R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-12libratbag: 0.12 -> 0.13R. RyanTM1-2/+2
2019-12-23libratbag: 0.11 -> 0.12R. RyanTM1-2/+2
2019-11-27libratbag: 0.10 -> 0.11R. RyanTM1-2/+2
2019-09-19libratbag: 0.9.905 -> 0.10Martin Weinelt1-4/+5
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-27libratbag: 0.9.904 -> 0.9.905 (#57292)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libratbag/versions
2019-01-28libratbag: 0.9.903 -> 0.9.904Tadeo Kondrak1-2/+2
2018-11-13libratbag: fix meson/python compatibilityJan Tojnar1-5/+4
2018-09-21libratbag: init at v0.9.903Matt Votava1-0/+36
Add package libratbag and service module ratbagd Libratbag contains ratbagd daemon and ratbagctl cli to configure buttons, dpi, leds, etc. of gaming mice. Add mvnetbiz to maintainers.