summary refs log tree commit diff
path: root/pkgs/os-specific/linux/roccat-tools
Commit message (Collapse)AuthorAge
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* roccat-tools: apply workaround for missing hb.hAtemu2020-08-16
| | | | Same issue as https://github.com/NixOS/nixpkgs/pull/75789
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* roccat-tools: 5.8.0 -> 5.9.0R. RyanTM2019-05-24
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/roccat-tools/versions
* roccat-tools: 5.7.0 -> 5.8.0 (#58872)R. RyanTM2019-04-07
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/roccat-tools/versions
* treewide: fix allowAliases = false evaluation problemsRyan Mulligan2018-10-02
|
* roccat-tools: init at 5.7.0aszlig2018-09-28
I had this package along with libgaminggear laying around since June 2016[1] and basically just did the setup for the ROCCAT device once and never touched it again since then. However, I got requests from other users who might need this, so I decided to finally upstream it along with using the latest versions. There were a few hardcoded paths to fix, like eg. /etc/xdg and another one that used /var/lib/roccat, the latter I moved into $XDG_DATA_HOME instead. The reason why I put it in os-specific/linux is that the official site explicitly states that it's for Linux only and I specified the platforms attribute accordingly. [1]: https://gist.github.com/aszlig/3a01c0c23254a68c2be4c6df59e26862 Signed-off-by: aszlig <aszlig@nix.build> Cc: @devhell