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