mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
xdg-desktop-portal-xapp: 1.1.0 -> 1.1.1
https://github.com/linuxmint/xdg-desktop-portal-xapp/compare/1.1.0...1.1.1
This commit is contained in:
parent
7ed2b28ffb
commit
c871afc972
1 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
wrapGAppsNoGuiHook,
|
||||
cinnamon-desktop,
|
||||
glib,
|
||||
gtk3,
|
||||
gsettings-desktop-schemas,
|
||||
mate,
|
||||
xdg-desktop-portal,
|
||||
|
@ -16,13 +17,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xdg-desktop-portal-xapp";
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "linuxmint";
|
||||
repo = "xdg-desktop-portal-xapp";
|
||||
rev = version;
|
||||
hash = "sha256-9v0faB5HhUUPXOWDDyTUPaPwzMjhqdiAyuv9kM4mm2Q=";
|
||||
hash = "sha256-i6odMJcQpzQjeFI7nw5sKPYZi5Q3eFEundQzu9PZljc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -35,6 +36,7 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [
|
||||
cinnamon-desktop # org.cinnamon.desktop.background
|
||||
glib
|
||||
gtk3
|
||||
gsettings-desktop-schemas # org.gnome.system.location
|
||||
mate.mate-desktop # org.mate.background
|
||||
xdg-desktop-portal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue