summary refs log tree commit diff
path: root/pkgs/applications/misc/thinking-rock
Commit message (Collapse)AuthorAge
* 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
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* thinkingRock: put -binary suffix where it belongsEvgeny Egorochkin2016-05-16
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* fix thinking rock urlMarc Weber2010-05-09
| | | | svn path=/nixpkgs/trunk/; revision=21682
* thinking rock updateMarc Weber2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17078
* fix url thinkingrockMarc Weber2009-02-12
| | | | svn path=/nixpkgs/trunk/; revision=14063
* added thinkingRockMarc Weber2009-02-06
svn path=/nixpkgs/trunk/; revision=13993