junction: fix runtime errors with correct deps

This commit is contained in:
Gabriel Arazas 2022-02-24 11:45:40 +08:00
parent f8cbf04137
commit b4836a58c9

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, desktop-file-utils, gjs, appstream-glib
, gobject-introspection, gsettings-desktop-schemas, libadwaita, meson
, ninja, wrapGAppsHook4 }:
, ninja, wrapGAppsHook4, glib, libportal }:
stdenv.mkDerivation rec {
pname = "junction";
@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
gjs
gobject-introspection
libadwaita
glib
libportal
];
preFixup = ''