gnomeExtensions.buildShellExtension: fix cross compilation
This commit is contained in:
parent
b51a53644c
commit
80315f304f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue