Leona Maroni
2024-05-09 16:48:24 +02:00
parent bc69480f6f
commit 68c889daa0
+3 -3
View File
@@ -57,11 +57,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "glib";
version = "2.80.0";
version = "2.80.2";
src = fetchurl {
url = "mirror://gnome/sources/glib/${lib.versions.majorMinor finalAttrs.version}/glib-${finalAttrs.version}.tar.xz";
hash = "sha256-giipL5KkEhYLE5rmi2NFvSjyRDSnta8VDr4h/1h6Vh0=";
hash = "sha256-uc+296W9WzEjj9XVbfImst2l6jdhFHW/ifag+UAP6L0=";
};
patches = lib.optionals stdenv.isDarwin [
@@ -236,7 +236,7 @@ stdenv.mkDerivation (finalAttrs: {
done
# Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
moveToOutput "share/doc/glib-2.0" "$devdoc"
moveToOutput "share/doc" "$devdoc"
'';
nativeCheckInputs = [ tzdata desktop-file-utils shared-mime-info ];