Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 461 B view raw
1diff --git a/setup/main.py b/setup/main.py 2index 8d581cd..2ac47b9 100644 3--- a/setup/main.py 4+++ b/setup/main.py 5@@ -37,7 +37,7 @@ 6 7 def get_hangul_keyboard_list(): 8 from ctypes import CDLL, c_int, c_char_p 9- libhangul = CDLL('libhangul.so.1') 10+ libhangul = CDLL('@libhangul@') 11 libhangul.hangul_ic_get_n_keyboards.argtypes = [] 12 libhangul.hangul_ic_get_n_keyboards.restype = c_int 13 libhangul.hangul_ic_get_keyboard_id.argtypes = [c_int]