clan: revert flake.lock upgrade
This commit is contained in:
@@ -126,7 +126,7 @@ class Webview:
|
||||
c_callback = _webview_lib.CFUNCTYPE(
|
||||
None, ctypes.c_char_p, ctypes.c_char_p, ctypes.c_void_p
|
||||
)(wrapper)
|
||||
log.debug(f"Binding {name} to {method}")
|
||||
|
||||
if name in self._callbacks:
|
||||
msg = f"Callback {name} already exists. Skipping binding."
|
||||
raise RuntimeError(msg)
|
||||
|
||||
@@ -68,7 +68,7 @@ mkShell {
|
||||
export XDG_DATA_DIRS=${gtk4}/share/gsettings-schemas/gtk4-4.14.4:$XDG_DATA_DIRS
|
||||
export XDG_DATA_DIRS=${gsettings-desktop-schemas}/share/gsettings-schemas/gsettings-desktop-schemas-46.0:$XDG_DATA_DIRS
|
||||
|
||||
# export WEBVIEW_LIB_DIR=${webview-lib}/lib
|
||||
export WEBVIEW_LIB_DIR=$HOME/Projects/webview/build/core
|
||||
export WEBVIEW_LIB_DIR=${webview-lib}/lib
|
||||
# export WEBVIEW_LIB_DIR=$HOME/Projects/webview/build/core
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user