7 stdenv.mkDerivation rec {
12 url = "http://www.ross.net/funnelweb/download/funnelweb_v320/funnelweb_v320_source.tar.gz";
13 sha256 = "0zqhys0j9gabrd12mnk8ibblpc8dal4kbl8vnhxmdlplsdpwn4wg";
18 ${stdenv.cc}/bin/cc -D__linux__ -o fw *.c
23 install fw $out/bin/fw
28 description = "Simple, reliable literate-programming macro preprocessor";
30 homepage = "http://www.ross.net/funnelweb/";
31 license = licenses.gpl2;
32 platforms = platforms.linux;
33 maintainers = [ maintainers.AndersonTorres ];
36 #TODO: implement it for other platforms
37 #TODO: Documentation files