slade: fix GLib-GIO-ERROR

Prevent crash when opening a file or directory.
This commit is contained in:
Gliczy 2024-01-23 15:06:38 +01:00
parent 6ab5992b6f
commit ec1754f86b

View File

@ -15,6 +15,7 @@
, glew
, lua
, mpg123
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
pkg-config
which
zip
wrapGAppsHook
];
buildInputs = [