aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/autotrace (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: remove redundant recvolth2019-08-281-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-2/+2
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-261-3/+4
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* autotrace: mark as insecurePiotr Bogdan2017-10-271-0/+54
|
* autotrace: fix darwin buildDaiderd Jordan2017-09-081-3/+3
|
* autotrace: build with pstoeditBenno Fünfstück2017-06-301-4/+13
|
* autotrace: init at 0.31.1Chris Hodapp2017-06-102-0/+71
Add ApplicationServices for Darwin build Clean up comments