Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 712da92800f7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d83dc008531a
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 28, 2018

  1. libgaminggear: init at 0.15.1

    This is a requirement for roccat-tools, which is going to be introduced
    soon.
    
    The reason why I'm using propagatedBuildInputs here is because the
    pkg-config file lists *all* of the dependencies in Requires and
    Requires.private, so those libraries are needed whenever any software
    uses that library.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Sep 28, 2018
    Copy the full SHA
    e9300aa View commit details
    Browse the repository at this point in the history
  2. 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
    aszlig committed Sep 28, 2018
    Copy the full SHA
    c502dd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47493 (add roccat-tools)

    This adds roccat-tools and one required dependency (libgaminggear),
    which I had laying around since June 2016 but never submitted upstream
    until now.
    
    The tools are required if you want to configure one of the hardware
    devices from the manufactorer ROCCAT.
    
    Builds for both have been tested against i686-linux, x86_64-linux and
    aarch64-linux.
    aszlig committed Sep 28, 2018
    Copy the full SHA
    d83dc00 View commit details
    Browse the repository at this point in the history