Skip to content

Commit

Permalink
glib: 2.80.0 -> 2.80.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya committed May 9, 2024
1 parent bc69480 commit 68c889d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/glib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit 68c889d

Please sign in to comment.