about summary refs log tree commit diff
path: root/pkgs/applications/editors/standardnotes
AgeCommit message (Collapse)AuthorFilesLines
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.
2019-02-24standardnotes: 2.3.12 -> 3.0.6Aristid Breitkreuz1-3/+3
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-11-09standardnotes: init at 2.3.12MGregoire1-0/+48