20 stdenv.mkDerivation rec {
24 src = fetchFromGitHub {
28 hash = "sha256-366UdWw2lJ30LhPR4Q0Iym1BTcgauEwwsGzn6Wew9gk=";
33 docutils # for rst2man
51 env.NIX_CFLAGS_COMPILE = "-Wno-error";
54 description = "Backup / restore solution for PostgreSQL";
55 homepage = "https://pgmoneta.github.io/";
56 changelog = "https://github.com/pgmoneta/pgmoneta/releases/tag/${version}";
57 license = licenses.bsd3;
59 platforms = platforms.linux;