Merge pull request #204207 from urandom2/gtkcord4

gktcord4: add nativeBuildInput wrapGappsHook

authored by figsoda and committed by GitHub 8149fc84 068e7cb3

+3 -1
+3 -1
pkgs/applications/audio/gtkcord4/default.nix
··· 9 , lib 10 , pango 11 , pkg-config 12 }: 13 14 buildGoModule rec { ··· 25 nativeBuildInputs = [ 26 gobject-introspection 27 pkg-config 28 ]; 29 30 buildInputs = [ ··· 42 description = "GTK4 Discord client in Go, attempt #4."; 43 homepage = "https://github.com/diamondburned/gtkcord4"; 44 license = licenses.gpl3Only; 45 - maintainers = with maintainers; [ urandom ]; 46 }; 47 }
··· 9 , lib 10 , pango 11 , pkg-config 12 + , wrapGAppsHook4 13 }: 14 15 buildGoModule rec { ··· 26 nativeBuildInputs = [ 27 gobject-introspection 28 pkg-config 29 + wrapGAppsHook4 30 ]; 31 32 buildInputs = [ ··· 44 description = "GTK4 Discord client in Go, attempt #4."; 45 homepage = "https://github.com/diamondburned/gtkcord4"; 46 license = licenses.gpl3Only; 47 + maintainers = with maintainers; [ hmenke urandom ]; 48 }; 49 }