libskk: fix cross build

This ensures the proper configureFlags are passed to autogen.sh

+1 -3
+1 -3
pkgs/by-name/li/libskk/package.nix
··· 55 json-glib 56 ]; 57 58 - preConfigure = '' 59 - ./autogen.sh 60 - ''; 61 62 # link SKK-JISYO.L from skkdicts for the bundled tool `skk` 63 preInstall = ''
··· 55 json-glib 56 ]; 57 58 + configureScript = "./autogen.sh"; 59 60 # link SKK-JISYO.L from skkdicts for the bundled tool `skk` 61 preInstall = ''