14 stdenv.mkDerivation (finalAttrs: {
18 # Or, already reconf'd: ftp://ftp.troglobit.com/merecat/merecat-${finalAttrs.version}.tar.xz
19 src = fetchFromGitHub {
22 rev = "v${finalAttrs.version}";
23 hash = "sha256-oIzOXUnCFqd3HPyKp58r+enRRpaE7f9hqNITtxCCB7I=";
37 testVersion = testers.testVersion {
39 command = "merecat -V";
41 inherit (nixosTests) merecat;
45 description = "Small and made-easy HTTP/HTTPS server based on Jef Poskanzer's thttpd";
46 homepage = "https://troglobit.com/projects/merecat/";
47 license = licenses.bsd2;
48 maintainers = with maintainers; [ fgaz ];
49 platforms = platforms.all;
50 # Strange header and/or linker errors
51 broken = stdenv.hostPlatform.isDarwin;