roccat-tools: apply workaround for missing hb.h
Same issue as https://github.com/NixOS/nixpkgs/pull/75789
This commit is contained in:
parent
9bfb0c7df6
commit
b843475bdd
@ -1,5 +1,6 @@
|
|||||||
{ stdenv, fetchurl, cmake, pkgconfig, gettext
|
{ stdenv, fetchurl, cmake, pkgconfig, gettext
|
||||||
, dbus, dbus-glib, libgaminggear, libgudev, lua
|
, dbus, dbus-glib, libgaminggear, libgudev, lua
|
||||||
|
, harfbuzz
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -32,6 +33,8 @@ stdenv.mkDerivation rec {
|
|||||||
"-DLIBDIR=lib"
|
"-DLIBDIR=lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-I${harfbuzz.dev}/include/harfbuzz" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tools to configure ROCCAT devices";
|
description = "Tools to configure ROCCAT devices";
|
||||||
homepage = "http://roccat.sourceforge.net/";
|
homepage = "http://roccat.sourceforge.net/";
|
||||||
|
Loading…
Reference in New Issue
Block a user