Merge pull request #180554 from ElXreno/flatpak-builder-migrate
flatpak-builder: remove libdwarf dependency and fix tests
This commit is contained in:
commit
b88fe63b17
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue