1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "http://www.ross.net/funnelweb/download/funnelweb_v320/funnelweb_v320_source.tar.gz";
9 sha256 = "0zqhys0j9gabrd12mnk8ibblpc8dal4kbl8vnhxmdlplsdpwn4wg";
14 ${stdenv.cc}/bin/cc -D__linux__ -o fw *.c
19 install fw $out/bin/fw
24 description = "Simple, reliable literate-programming macro preprocessor";
26 homepage = "http://www.ross.net/funnelweb/";
27 license = licenses.gpl2;
28 platforms = platforms.linux;
29 maintainers = [ maintainers.AndersonTorres ];
32 #TODO: implement it for other platforms
33 #TODO: Documentation files