about summary refs log tree commit diff
path: root/pkgs/applications/audio/galaxy-buds-client
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2024-04-17 16:11:47 -0300
committerDavid McFarland <corngood@gmail.com>2024-04-17 19:51:31 -0300
commit57d6e5bda67775c68b198d0ac62efd3ecb3eb898 (patch)
treea7d742135883f17c9dc9c34ed2b7b299286ac27f /pkgs/applications/audio/galaxy-buds-client
parentbd934093f4dd2528403f5ee8aa67788e8843d238 (diff)
treewide: remove autoPatchelfHook from dotnet packages
Diffstat (limited to 'pkgs/applications/audio/galaxy-buds-client')
-rw-r--r--pkgs/applications/audio/galaxy-buds-client/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/audio/galaxy-buds-client/default.nix b/pkgs/applications/audio/galaxy-buds-client/default.nix
index 15125358e4647..6dd2256d7c8a4 100644
--- a/pkgs/applications/audio/galaxy-buds-client/default.nix
+++ b/pkgs/applications/audio/galaxy-buds-client/default.nix
@@ -2,7 +2,6 @@
 , stdenv
 , buildDotnetModule
 , fetchFromGitHub
-, autoPatchelfHook
 , fontconfig
 , xorg
 , libglvnd
@@ -27,7 +26,6 @@ buildDotnetModule rec {
   dotnetFlags = [ "-p:Runtimeidentifier=linux-x64" ];
 
   nativeBuildInputs = [
-    autoPatchelfHook
     copyDesktopItems
     graphicsmagick
   ];