slade: fix GLib-GIO-ERROR
Prevent crash when opening a file or directory.
This commit is contained in:
parent
6ab5992b6f
commit
ec1754f86b
@ -15,6 +15,7 @@
|
||||
, glew
|
||||
, lua
|
||||
, mpg123
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
|
||||
pkg-config
|
||||
which
|
||||
zip
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user