Merge pull request #238924

gnomeExtensions.buildShellExtension: fix cross compilation
This commit is contained in:
piegames 2023-06-22 23:55:33 +02:00 committed by GitHub
commit 145bf2a670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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