refactor: update dependencies

This commit is contained in:
2025-03-31 13:37:56 +02:00
parent b93724add3
commit 6545124aa2
6 changed files with 1265 additions and 1190 deletions

View File

@@ -65,7 +65,7 @@
openssl_3
glib
gtk3
libsoup
libsoup_2_4
webkitgtk
librsvg
# serial plugin
@@ -76,7 +76,7 @@
devShell = pkgs.mkShell {
buildInputs = packages;
shellHook = ''
export LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath libraries}:$LD_LIBRARY_PATH
#export LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath libraries}:$LD_LIBRARY_PATH
'';
};
}