about summary refs log tree commit diff
path: root/pkgs/servers/meteor
AgeCommit message (Collapse)AuthorFilesLines
2021-12-31meteor: fix meta.homepageBen Siraphob1-1/+1
2021-01-05meteor: enable on darwinNikolay Korotkiy1-38/+49
2020-12-30meteor: 1.10.2 -> 1.12sternenseemann1-2/+2
2020-05-14meteor: 1.10.1 -> 1.10.2sternenseemann1-2/+2
2020-05-06meteor: 1.9.3 -> 1.10.1R. RyanTM1-2/+2
2020-03-24meteor: 1.8.2 -> 1.9.3R. RyanTM1-3/+3
2019-12-07meteor: 1.8.1 -> 1.8.2Kyle Sferrazza1-2/+2
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-09meteor: 1.5 -> 1.8.1Florian Klink1-12/+9
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.
2017-09-13meteor: 1.4.2.3 -> 1.5 (#28905)Gabriel Adomnicai2-9/+15
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-09Fixed meteor Future is not defined errorGabriel Adomnicai1-1/+2
2017-03-06meteor: 1.4.2.1 -> 1.4.2.3Wei Tang1-3/+3
2017-03-06meteor: 1.2.0.1 -> 1.4.2.1Wei Tang1-4/+4
2016-06-07meteor: Use makeLibraryPathTuomas Tynkkynen1-2/+2
2016-05-01replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov1-4/+4
2016-01-24treewide: Mass replace 'zlib}/lib' to refer the 'out' outputTuomas Tynkkynen1-2/+2
2015-09-28meteor: init at 1.2.0.1Charles Strahan2-0/+142
closes #10064