xdg-desktop-portal-gtk: 1.2.0 -> 1.4.0
Stylize expression. https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.4.0
This commit is contained in:
parent
2eb94bdbb8
commit
46d0ebb144
@ -1,18 +1,39 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libxml2, xdg-desktop-portal, gtk3, glib, wrapGAppsHook, gsettings-desktop-schemas }:
|
{ stdenv
|
||||||
|
, fetchFromGitHub
|
||||||
|
, autoreconfHook
|
||||||
|
, pkgconfig
|
||||||
|
, libxml2
|
||||||
|
, xdg-desktop-portal
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, wrapGAppsHook
|
||||||
|
, gsettings-desktop-schemas
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xdg-desktop-portal-gtk";
|
pname = "xdg-desktop-portal-gtk";
|
||||||
version = "1.2.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "flatpak";
|
owner = "flatpak";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1vgnsahljzrjcdjzv1dxhp2rf709pnf8595an82llnylwa8rdp1j";
|
sha256 = "1zryfg6232vz1pmv0zqcxvl4clnbb15kjf55b24cimkcnidklbap";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig libxml2 xdg-desktop-portal wrapGAppsHook ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ glib gtk3 gsettings-desktop-schemas ];
|
autoreconfHook
|
||||||
|
libxml2
|
||||||
|
pkgconfig
|
||||||
|
wrapGAppsHook
|
||||||
|
xdg-desktop-portal
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
glib
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
gtk3
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Desktop integration portals for sandboxed apps";
|
description = "Desktop integration portals for sandboxed apps";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user