Merge pull request #204207 from urandom2/gtkcord4

gktcord4: add nativeBuildInput wrapGappsHook
This commit is contained in:
figsoda 2022-12-02 20:52:52 -05:00 committed by GitHub
commit 8149fc8438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
, lib
, pango
, pkg-config
, wrapGAppsHook4
}:
buildGoModule rec {
@ -25,6 +26,7 @@ buildGoModule rec {
nativeBuildInputs = [
gobject-introspection
pkg-config
wrapGAppsHook4
];
buildInputs = [
@ -42,6 +44,6 @@ buildGoModule rec {
description = "GTK4 Discord client in Go, attempt #4.";
homepage = "https://github.com/diamondburned/gtkcord4";
license = licenses.gpl3Only;
maintainers = with maintainers; [ urandom ];
maintainers = with maintainers; [ hmenke urandom ];
};
}