Merge #130058: midori|vimb: fix tarball job

This commit is contained in:
Vladimír Čunát
2021-07-13 08:57:57 +02:00
2 changed files with 8 additions and 0 deletions
@@ -49,6 +49,10 @@ stdenv.mkDerivation rec {
libarchive
];
passthru = {
inherit gtk3;
};
meta = with lib; {
description = "Lightweight WebKitGTK web browser";
homepage = "https://www.midori-browser.org/";
@@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ wrapGAppsHook pkg-config ];
buildInputs = [ gtk3 libsoup webkitgtk glib-networking gsettings-desktop-schemas ];
passthru = {
inherit gtk3;
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];
meta = {