Commit graph

18 commits

Author SHA1 Message Date
Nikolay Korotkiy 6403ffe2e1
meteor: enable on darwin 2021-01-05 20:01:48 +03:00
sternenseemann 456ab13f90 meteor: 1.10.2 -> 1.12 2020-12-30 13:25:36 +01:00
sternenseemann aa35d565ff meteor: 1.10.1 -> 1.10.2 2020-05-14 21:33:52 -07:00
R. RyanTM abdeb15baf meteor: 1.9.3 -> 1.10.1 2020-05-06 11:21:03 -07:00
R. RyanTM b7ae4d6bf8 meteor: 1.8.2 -> 1.9.3 2020-03-24 11:14:44 -07:00
Kyle Sferrazza 262e79e3c3 meteor: 1.8.1 -> 1.8.2 2019-12-07 19:15:05 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Florian Klink 1b946574af meteor: 1.5 -> 1.8.1 2019-08-09 20:51:33 +02:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
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-26 14:10:49 +00:00
Gabriel Adomnicai 49eb1664d8 meteor: 1.4.2.3 -> 1.5 (#28905) 2017-09-13 19:35:36 +00:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Gabriel Adomnicai bc7c311c4d Fixed meteor Future is not defined error 2017-07-09 09:15:33 -07:00
Wei Tang 4a80a97ca9
meteor: 1.4.2.1 -> 1.4.2.3 2017-03-06 09:03:44 -05:00
Wei Tang 15ea9bcfee
meteor: 1.2.0.1 -> 1.4.2.1 2017-03-06 09:03:41 -05:00
Tuomas Tynkkynen 1829c84009 meteor: Use makeLibraryPath 2016-06-07 21:18:29 +03:00
Nikolay Amiantov 87ebab128a replace ${stdenv.cc.cc}/lib occurences 2016-05-01 00:13:23 +03:00
Tuomas Tynkkynen ed7dbb46a8 treewide: Mass replace 'zlib}/lib' to refer the 'out' output 2016-01-24 10:03:39 +02:00
Charles Strahan 25e582c497 meteor: init at 1.2.0.1
closes #10064
2015-09-28 10:39:37 -04:00