4JX 2023-06-04 18:18:42 +02:00
parent 2e56a85078
commit 37695f78bb

View file

@ -36,7 +36,14 @@ let
echo "${metadata}" | base64 --decode > $out/metadata.json
'';
};
dontBuild = true;
nativeBuildInputs = with pkgs; [ glib ];
buildPhase = ''
runHook preBuild
if [ -d schemas ]; then
glib-compile-schemas --strict schemas
fi
runHook postBuild
'';
installPhase = ''
runHook preInstall
mkdir -p $out/share/gnome-shell/extensions/