7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-a84SxGMnfBEaoMEeeIFffTOtErSN5yzZBrAUDjkalGY=";
18 nativeBuildInputs = [ cmake ];
21 description = "Software for computing mincut/maxflow in a graph";
22 homepage = "https://github.com/gerddie/maxflow";
23 license = licenses.gpl3Plus;
24 platforms = platforms.all;
25 maintainers = [ maintainers.tadfisher ];