gnomeExtensions.buildShellExtension: fix cross compilation

This commit is contained in:
Nick Cao 2023-06-21 17:16:52 +08:00
parent b51a53644c
commit 80315f304f
No known key found for this signature in database

View file

@ -36,7 +36,7 @@ let
echo "${metadata}" | base64 --decode > $out/metadata.json echo "${metadata}" | base64 --decode > $out/metadata.json
''; '';
}; };
nativeBuildInputs = with pkgs; [ glib ]; nativeBuildInputs = with pkgs; [ buildPackages.glib ];
buildPhase = '' buildPhase = ''
runHook preBuild runHook preBuild
if [ -d schemas ]; then if [ -d schemas ]; then