9 , gtk-mac-integration-gtk3
19 # Building with docs are still failing in unstable-2023-09-28
25 version = "unstable-2023-09-28";
27 src = fetchFromGitLab {
30 domain = "gitlab.gnome.org";
31 rev = "bd551bb2558dcc89bc0bf7b4dd85b38cd85ad322";
32 hash = "sha256-U+8TUE1ULt6MNxnvw9kFjCAVBecUy2Sarof6H9+kR7Q=";
35 # Required for the PDF plugin when building with clang.
36 CXXFLAGS = "-std=c++17";
49 lib.optionals withDocs [
52 lib.optionals stdenv.hostPlatform.isDarwin [
53 gtk-mac-integration-gtk3
65 lib.optionals withDocs [
70 description = "Gnome Diagram drawing software";
72 homepage = "http://live.gnome.org/Dia";
73 maintainers = with maintainers; [ raskin ];
74 license = licenses.gpl2;
75 platforms = platforms.unix;