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
|
bzip2
|
||||||
dbus
|
dbus
|
||||||
dconf
|
dconf
|
||||||
glib
|
|
||||||
gpgme
|
gpgme
|
||||||
json-glib
|
json-glib
|
||||||
libarchive
|
libarchive
|
||||||
@ -136,7 +135,6 @@ stdenv.mkDerivation rec {
|
|||||||
libseccomp
|
libseccomp
|
||||||
libsoup
|
libsoup
|
||||||
lzma
|
lzma
|
||||||
ostree
|
|
||||||
polkit
|
polkit
|
||||||
python3
|
python3
|
||||||
systemd
|
systemd
|
||||||
@ -148,6 +146,12 @@ stdenv.mkDerivation rec {
|
|||||||
librsvg # for flatpak-validate-icon
|
librsvg # for flatpak-validate-icon
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Required by flatpak.pc
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
glib
|
||||||
|
ostree
|
||||||
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
valgrind
|
valgrind
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user