about summary refs log tree commit diff
path: root/pkgs/applications/audio/helvum
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2022-02-13 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2022-02-22 19:41:24 +0100
commit7e29b55e9d4c09ed7d045bcb2593ed025ad95107 (patch)
treeade9b505713bdd292a12ed35f1387bc65e2bb9be /pkgs/applications/audio/helvum
parentbedabfbcef9285804729aa78f933d8ceb4897ecf (diff)
helvum: use rustPlatform.bindgenHook
Diffstat (limited to 'pkgs/applications/audio/helvum')
-rw-r--r--pkgs/applications/audio/helvum/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/audio/helvum/default.nix b/pkgs/applications/audio/helvum/default.nix
index dc8bf53026498..798af97ab32f9 100644
--- a/pkgs/applications/audio/helvum/default.nix
+++ b/pkgs/applications/audio/helvum/default.nix
@@ -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";