12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 # Required for neon m4 macros, bundled neon not used
21 fetchSubmodules = true;
22 hash = "sha256-jWz0cnytgn7px3vvB9/ilWBNALQiW5/QvgguM27I3yQ=";
26 # neon version requirements are broken, remove them:
27 # configure: incompatible neon library version 0.32.5: wanted 0.27 28 29 30 31 32
28 # configure: using bundled neon (0.32.5)
29 sed -i /NE_REQUIRE_VERSIONS/d configure.ac
44 autoreconfFlags = [ "-I" "neon/macros" ];
47 description = "WebDAV server protocol compliance test suite";
48 homepage = "http://www.webdav.org/neon/litmus/";
49 license = licenses.gpl2Plus;
50 platforms = platforms.linux;
51 maintainers = [ maintainers.lorenz ];
52 mainProgram = "litmus";