summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-09-28 21:40:23 +0200
committeraszlig <aszlig@nix.build>2018-09-28 22:15:46 +0200
commitc502dd8a5b8af017007adddf73e614fc7bfbbe51 (patch)
tree33c57e6af70f782dce46880579f88134951be095 /pkgs/top-level
parente9300aa12c9c18c1214df84ca50ba9b41b2f165f (diff)
downloadnixlib-c502dd8a5b8af017007adddf73e614fc7bfbbe51.tar
nixlib-c502dd8a5b8af017007adddf73e614fc7bfbbe51.tar.gz
nixlib-c502dd8a5b8af017007adddf73e614fc7bfbbe51.tar.bz2
nixlib-c502dd8a5b8af017007adddf73e614fc7bfbbe51.tar.lz
nixlib-c502dd8a5b8af017007adddf73e614fc7bfbbe51.tar.xz
nixlib-c502dd8a5b8af017007adddf73e614fc7bfbbe51.tar.zst
nixlib-c502dd8a5b8af017007adddf73e614fc7bfbbe51.zip
roccat-tools: init at 5.7.0
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
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 68a98ba5e726..65fdd745e4dd 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -14661,6 +14661,8 @@ with pkgs;
     payload = "${linux_riscv}/vmlinux";
   };
 
+  roccat-tools = callPackage ../os-specific/linux/roccat-tools { };
+
   rtkit = callPackage ../os-specific/linux/rtkit { };
 
   rt5677-firmware = callPackage ../os-specific/linux/firmware/rt5677 { };