{ mkDerivation, base, filepath, lib, process }: mkDerivation { pname = "funcmp"; version = "1.8"; sha256 = "deadbeef"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base filepath process ]; homepage = "http://savannah.nongnu.org/projects/funcmp/"; description = "Functional MetaPost"; license = lib.licenses.gpl3Only; }