12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-roaAzh6Mncu4qtaxEoXk41Mrmz/l7X1+n+Yh5skA65A=";
19 vendorHash = "sha256-mJWJdwbZq042//hM3WWp2rnLC1GebckUnsIopbF858Q=";
22 mv $out/bin/src $out/bin/$pname
31 description = "Simple Webserver";
33 Swiss army knife Webserver in Golang. Similar to the Python
34 SimpleHTTPServer but with many features.
36 homepage = "https://github.com/nodauf/Swego";
37 license = with licenses; [ gpl2Only ];
38 maintainers = with maintainers; [ fab ];
39 # darwin crashes with:
40 # src/controllers/parsingArgs.go:130:4: undefined: PrintEmbeddedFiles
41 broken = stdenv.isDarwin;
42 mainProgram = "swego";