flatpak: propagate glib and ostree
Pantheon's sideload broke: ``` meson.build:17:0: ERROR: Could not generate cargs for flatpak: Package ostree-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `ostree-1.pc' to the PKG_CONFIG_PATH environment variable Package 'ostree-1', required by 'flatpak', not found ``` https://hydra.nixos.org/build/113077888 ZHF: #80379
This commit is contained in:
parent
0564815e46
commit
461ea02544
@ -128,7 +128,6 @@ stdenv.mkDerivation rec {
|
||||
bzip2
|
||||
dbus
|
||||
dconf
|
||||
glib
|
||||
gpgme
|
||||
json-glib
|
||||
libarchive
|
||||
@ -136,7 +135,6 @@ stdenv.mkDerivation rec {
|
||||
libseccomp
|
||||
libsoup
|
||||
lzma
|
||||
ostree
|
||||
polkit
|
||||
python3
|
||||
systemd
|
||||
@ -148,6 +146,12 @@ stdenv.mkDerivation rec {
|
||||
librsvg # for flatpak-validate-icon
|
||||
];
|
||||
|
||||
# Required by flatpak.pc
|
||||
propagatedBuildInputs = [
|
||||
glib
|
||||
ostree
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
valgrind
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user