roccat-tools: apply workaround for missing hb.h

Same issue as https://github.com/NixOS/nixpkgs/pull/75789
gstqt5
Atemu 2020-08-13 21:38:19 +02:00 committed by Alyssa Ross
parent 9bfb0c7df6
commit b843475bdd
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ stdenv, fetchurl, cmake, pkgconfig, gettext
, dbus, dbus-glib, libgaminggear, libgudev, lua
, harfbuzz
}:
stdenv.mkDerivation rec {
@ -32,6 +33,8 @@ stdenv.mkDerivation rec {
"-DLIBDIR=lib"
];
NIX_CFLAGS_COMPILE = [ "-I${harfbuzz.dev}/include/harfbuzz" ];
meta = {
description = "Tools to configure ROCCAT devices";
homepage = "http://roccat.sourceforge.net/";