Commit graph

4 commits

Author SHA1 Message Date
Atemu 9bfb0c7df6 libgaminggear: apply workaround for missing hb.h
Same issue as https://github.com/NixOS/nixpkgs/pull/75789
2020-08-16 13:08:58 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
aszlig e9300aa12c
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>
2018-09-28 22:15:44 +02:00