helvum: use rustPlatform.bindgenHook

This commit is contained in:
Guillaume Girol
2022-02-22 19:41:24 +01:00
parent bedabfbcef
commit 7e29b55e9d
+1 -2
View File
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
rustPlatform.cargoSetupHook
rustPlatform.rust.cargo
rustPlatform.rust.rustc
rustPlatform.bindgenHook
];
buildInputs = [
@@ -49,8 +50,6 @@ stdenv.mkDerivation rec {
pipewire
];
LIBCLANG_PATH = "${libclang.lib}/lib";
meta = with lib; {
description = "A GTK patchbay for pipewire";
homepage = "https://gitlab.freedesktop.org/pipewire/helvum";