Merge pull request #180554 from ElXreno/flatpak-builder-migrate

flatpak-builder: remove libdwarf dependency and fix tests
This commit is contained in:
Jan Tojnar 2022-07-07 20:49:38 +02:00 committed by GitHub
commit b88fe63b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,7 @@ makeInstalledTest {
testConfig = {
services.flatpak.enable = true;
xdg.portal.enable = true;
xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
environment.systemPackages = with pkgs; [ flatpak-builder ] ++ flatpak-builder.installedTestsDependencies;
virtualisation.diskSize = 2048;
};

View File

@ -32,7 +32,6 @@
, gnutar
, json-glib
, libcap
, libdwarf
, libsoup
, libyaml
, ostree
@ -106,7 +105,6 @@ in stdenv.mkDerivation rec {
glib
json-glib
libcap
libdwarf
libsoup
libxml2
libyaml