mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
junction: fix runtime errors with correct deps
This commit is contained in:
parent
f8cbf04137
commit
b4836a58c9
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user