xdg-desktop-portal: sort argument/package lists

This commit is contained in:
zseri 2021-12-02 09:46:18 +01:00
parent 9bc2cd9866
commit bf664d85b4

View file

@ -1,21 +1,22 @@
{ stdenv
, lib
, fetchFromGitHub
, nixosTests
, substituteAll
, autoreconfHook
, pkg-config
, libxml2
, glib
, pipewire
, flatpak
, gsettings-desktop-schemas
{ lib
, acl
, autoreconfHook
, dbus
, fetchFromGitHub
, fetchpatch
, flatpak
, fuse
, libportal
, geoclue2
, glib
, gsettings-desktop-schemas
, json-glib
, libportal
, libxml2
, nixosTests
, pipewire
, pkg-config
, stdenv
, substituteAll
, wrapGAppsHook
}:
@ -42,22 +43,22 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
pkg-config
libxml2
pkg-config
wrapGAppsHook
];
buildInputs = [
glib
pipewire
flatpak
acl
dbus
geoclue2
flatpak
fuse
libportal
geoclue2
glib
gsettings-desktop-schemas
json-glib
libportal
pipewire
];
configureFlags = [