about summary refs log tree commit diff
path: root/pkgs/tools/security/jd-gui
AgeCommit message (Collapse)AuthorFilesLines
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
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.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-26jd-gui: 0.3.5 -> 1.4.0Tad Fisher1-36/+86
2017-08-11treewide: use less `phases` if not necessaryRobin Gloster1-1/+2
This removes some skipping of e.g. fixupPhase and cleans up occurences where this led to duplicating code
2017-07-04jd-gui: Fix interpreter, add many missing deps, un-upx.Will Dietz1-6/+24
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2014-06-17jd-gui: version 0.3.5Austin Seipp1-0/+33
Signed-off-by: Austin Seipp <aseipp@pobox.com>