gnome-online-accounts-gtk: 3.50.7 -> 3.50.8 (#463333)
This commit is contained in:
@@ -11,17 +11,18 @@
|
||||
gnome-online-accounts,
|
||||
gtk4,
|
||||
libadwaita,
|
||||
xapp-symbolic-icons,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-online-accounts-gtk";
|
||||
version = "3.50.7";
|
||||
version = "3.50.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xapp-project";
|
||||
repo = "gnome-online-accounts-gtk";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-CFPaCx3tfOIoovm9AXofBdZzl/Rxiz5RVOrVKCuxZbI=";
|
||||
hash = "sha256-DcW88Zx8uoxOL+2mV7uBIsnmQEuy02tbAO1ljf0ZigQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -39,6 +40,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libadwaita # for goa-backend
|
||||
];
|
||||
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(
|
||||
--prefix XDG_DATA_DIRS : ${lib.makeSearchPath "share" [ xapp-symbolic-icons ]}
|
||||
)
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Online accounts configuration utility";
|
||||
homepage = "https://github.com/xapp-project/gnome-online-accounts-gtk";
|
||||
|
||||
Reference in New Issue
Block a user