Skip to content

Commit

Permalink
Merge pull request #80384 from worldofpeace/flatpak-ostree
Browse files Browse the repository at this point in the history
flatpak: propagate glib and ostree
  • Loading branch information
worldofpeace authored Feb 18, 2020
2 parents 8fa73be + 26f1d1e commit 6f0cb03
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/development/libraries/flatpak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
version = "1.6.2";

# TODO: split out lib once we figure out what to do with triggerdir
outputs = [ "out" "man" "doc" "installedTests" ];
outputs = [ "out" "dev" "man" "doc" "installedTests" ];

src = fetchurl {
url = "https://github.com/flatpak/flatpak/releases/download/${version}/${pname}-${version}.tar.xz";
Expand Down Expand Up @@ -128,15 +128,13 @@ stdenv.mkDerivation rec {
bzip2
dbus
dconf
glib
gpgme
json-glib
libarchive
libcap
libseccomp
libsoup
lzma
ostree
polkit
python3
systemd
Expand All @@ -148,6 +146,12 @@ stdenv.mkDerivation rec {
librsvg # for flatpak-validate-icon
];

# Required by flatpak.pc
propagatedBuildInputs = [
glib
ostree
];

checkInputs = [
valgrind
];
Expand Down

0 comments on commit 6f0cb03

Please sign in to comment.