mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 18:34:38 +00:00
Merge pull request #238924
gnomeExtensions.buildShellExtension: fix cross compilation
This commit is contained in:
commit
145bf2a670
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user