nixpkgs/pkgs/applications/graphics/autotrace/autofig.nix
Chris Hodapp a24960d214 autotrace: init at 0.31.1
Add ApplicationServices for Darwin build

Clean up comments
2017-06-10 12:08:54 -04:00

11 lines
236 B
Nix

{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "autofig-0.1";
src = fetchurl {
url = "http://autotrace.sourceforge.net/tools/autofig.tar.gz";
sha256 = "11cs9hdbgcl3aamcs3149i8kvyyldmnjf6yq81kbcf8fdmfk2zdq";
};
}