bugdom: 1.3.3 -> 1.3.4

`bugdom` failed to build on GCC 13 because GCC stopped transitively
including `cstdint` in many scenarios and its external dependency
`Pomme` didn't properly include `cstdint` in all of its headers.

Luckily, this issue has already been fixed by upstream `Pomme`
and the fix has also been pulled into the latest `bugdom` release.
This commit is contained in:
Manuel Frischknecht 2024-01-25 22:13:21 +00:00
parent 5465c7e2d7
commit fcc93d6a44
1 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bugdom";
version = "1.3.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "jorio";
repo = pname;
rev = version;
hash = "sha256-oe7xxvoL82YF+EoIJDK6AfN3PmpqeGRlIsbaGx8xGeM=";
hash = "sha256-0c7v5tSqYuqtLOFl4sqD7+naJNqX/wlKHVntkZQGJ8A=";
fetchSubmodules = true;
};
@ -51,8 +51,8 @@ stdenv.mkDerivation rec {
mv Data $out/share/bugdom
install -Dm755 {.,$out/bin}/Bugdom
wrapProgram $out/bin/Bugdom --run "cd $out/share/bugdom"
install -Dm644 $src/packaging/bugdom.desktop $out/share/applications/bugdom.desktop
install -Dm644 $src/packaging/bugdom-desktopicon.png $out/share/pixmaps/bugdom-desktopicon.png
install -Dm644 $src/packaging/io.jor.bugdom.desktop $out/share/applications/io.jor.bugdom.desktop
install -Dm644 $src/packaging/io.jor.bugdom.png $out/share/pixmaps/io.jor.bugdom.png
'') + ''
runHook postInstall