15 stdenv.mkDerivation rec {
16 pname = "libgtkflow3";
24 outputBin = "devdoc"; # demo app
26 src = fetchFromGitea {
27 domain = "notabug.org";
30 rev = "gtkflow3_${version}";
31 hash = "sha256-JoVq7U5JQ3pRxptR7igWFw7lcBTsgr3aVXxayLqhyFo=";
49 # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
50 moveToOutput "share/doc" "$devdoc"
54 "-Denable_valadoc=true"
56 "-Denable_gflow=false"
64 description = "Flow graph widget for GTK 3";
65 homepage = "https://notabug.org/grindhold/libgtkflow";
66 maintainers = with maintainers; [ grindhold ];
67 license = licenses.lgpl3Plus;
68 platforms = platforms.unix;