xdg-desktop-portal: 1.8.0 -> 1.8.1 (#113632)
fontconfig dependency was dropped. Co-authored-by: Daniël de Kok <me@danieldk.eu>
This commit is contained in:
parent
5e6c9ffac8
commit
cad32a90a1
@ -7,7 +7,6 @@
|
||||
, libxml2
|
||||
, glib
|
||||
, pipewire
|
||||
, fontconfig
|
||||
, flatpak
|
||||
, gsettings-desktop-schemas
|
||||
, acl
|
||||
@ -21,7 +20,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xdg-desktop-portal";
|
||||
version = "1.8.0";
|
||||
version = "1.8.1";
|
||||
|
||||
outputs = [ "out" "installedTests" ];
|
||||
|
||||
@ -29,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "flatpak";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1f1f79hy259lm017zaq4rpvys8zkmjspqily4a3lbnm77zk3y079";
|
||||
sha256 = "sha256-tuRKCBj9ELC7yFPs/Sut/EdO+L8nwW3S8NWU+XedAF8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -50,7 +49,6 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
glib
|
||||
pipewire
|
||||
fontconfig
|
||||
flatpak
|
||||
acl
|
||||
dbus
|
||||
|
Loading…
Reference in New Issue
Block a user