summary refs log tree commit diff
path: root/pkgs/applications/graphics/zgrviewer
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | 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.
* treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|
* zgrviewer: pass arguments and use full java pathImuli2016-10-17
| | | | | So the user doesn't need java in their environment and can pass filenames on the command line.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* Update zgrviewerMichael Raskin2014-11-03
|
* Replace lib/java -> share/javaEelco Dolstra2014-01-09
|
* Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
|
* Adding zgrviewerMichael Raskin2012-05-18
svn path=/nixpkgs/trunk/; revision=34166