add glib-networking to env
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
udev
|
udev
|
||||||
alsa-lib
|
alsa-lib
|
||||||
]);
|
]);
|
||||||
runScript = ''env GI_TYPELIB_PATH=/usr/lib/girepository-1.0 python $HOME/.nutstore/dist/bin/nutstore-pydaemon.py'';
|
runScript = ''env GI_TYPELIB_PATH=/usr/lib/girepository-1.0 GIO_MODULE_DIR=${pkgs.glib-networking} python $HOME/.nutstore/dist/bin/nutstore-pydaemon.py'';
|
||||||
});
|
});
|
||||||
nutstore = pkgs.stdenv.mkDerivation {
|
nutstore = pkgs.stdenv.mkDerivation {
|
||||||
name = "nutstore";
|
name = "nutstore";
|
||||||
|
Reference in New Issue
Block a user