14 stdenv.mkDerivation rec {
23 outputBin = "devdoc"; # demo app
25 src = fetchFromGitea {
26 domain = "notabug.org";
29 rev = "gflow_${version}";
30 hash = "sha256-JoVq7U5JQ3pRxptR7igWFw7lcBTsgr3aVXxayLqhyFo=";
47 # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
48 moveToOutput "share/doc" "$devdoc"
52 "-Denable_valadoc=true"
58 description = "Flow graph widget for GTK 3";
59 homepage = "https://notabug.org/grindhold/libgtkflow";
60 maintainers = with maintainers; [ grindhold ];
61 license = licenses.lgpl3Plus;
62 platforms = platforms.unix;