mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
xdg-desktop-portal-gtk: 1.4.0 → 1.6.0
* https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.5.0 * https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.5.1 * https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.5.2 * https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.6.0
This commit is contained in:
parent
f1aa8416d7
commit
328f639f62
@ -5,6 +5,7 @@
|
||||
, libxml2
|
||||
, xdg-desktop-portal
|
||||
, gtk3
|
||||
, gnome3
|
||||
, glib
|
||||
, wrapGAppsHook
|
||||
, gsettings-desktop-schemas
|
||||
@ -12,13 +13,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xdg-desktop-portal-gtk";
|
||||
version = "1.4.0";
|
||||
version = "1.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "flatpak";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1zryfg6232vz1pmv0zqcxvl4clnbb15kjf55b24cimkcnidklbap";
|
||||
sha256 = "1gpbjkfkrpk96krc1zbccrq7sih282mg303ifxaaxbnj6d8drm5h";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
gsettings-desktop-schemas
|
||||
gtk3
|
||||
gnome3.gnome-desktop
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user