Tobias Geerinckx-Rice
ddd48258e8
gnustep-make: 2.6.6 -> 2.6.7
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
4f1559a751
gnustep-make: fix installation path
...
Get rid of the nested /nix/store/.../nix/store/... directories.
2016-01-03 00:24:28 +01:00
Michael Raskin
1dba4b4e6a
scons: 2.3.6 -> 2.4.1
2016-01-01 12:30:17 +03:00
Robin Gloster
2faea53f8e
cargo: 0.6.0 -> 0.7.0
2015-12-24 13:20:24 +01:00
Tim Steinbach
d509f8a30a
gradle: 2.9 -> 2.10
2015-12-23 08:44:49 -05:00
Tim Steinbach
895875bdac
maven: 3.3.3 -> 3.3.9, fixes #11867
2015-12-22 02:11:00 +01:00
Tim Steinbach
9121277144
gradle: 2.8 -> 2.9
2015-12-21 11:37:21 -05:00
Herwig Hochleitner
b3b7f9f37f
fix lib path for gradle, fixes #11191
2015-12-18 23:12:43 +03:00
Gleb Peregud
bb1b5c7194
Update hex.pm registry
2015-12-15 15:06:47 +01:00
Gleb Peregud
474da3bf24
Add sources of specific rebar bootstrap deps via new fetchHex
...
derivation.
2015-12-15 15:06:44 +01:00
Gleb Peregud
108f3cf67f
Add patch which makes rebar compilation hermetic
2015-12-15 14:05:51 +01:00
Gleb Peregud
4ba1a51b7f
Move registry to rebar3, since it needs it itself to be bootstrapped.
...
This makes rebar3 build a bit more hermetic. Next stage is to pull in
rebar3 plugins dependencies for bootstrap to pick up.
2015-12-15 14:05:19 +01:00
Gleb Peregud
033902d269
Refactor fetchHex out of buildHex.
...
This will allow to reuse this code to fetch rebar3's dependencies to
ensure it's hermetic build.
2015-12-15 14:01:38 +01:00
Gleb Peregud
bcc4ca029a
Add rebar3 package
2015-12-15 01:02:52 +01:00
Herwig Hochleitner
58ba1d5bd3
leiningen: 2.5.2 -> 2.5.3, fixes #11537
2015-12-08 02:58:33 +01:00
Vladimír Čunát
f2ad4a47e8
cmake: remove conditional patch that no longer applies
...
Close #11290 . The patch will no longer apply on *any* platform.
2015-11-29 08:58:39 +01:00
Domen Kožar
67e03d0c50
Merge branch 'buildPythonPackage+wheels'
2015-11-26 17:38:35 +01:00
Joachim Fasting
6ccf87defe
bam: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Mikhail Volkhov
bc05b570e6
gradle: refactor
2015-11-22 12:46:10 +03:00
Domen Kožar
704c8bab41
buildPythonPackage: fix standalone applications using it
2015-11-21 21:44:12 +01:00
Danny Wilson
1ebc5bfa21
boot: 2.2.0 -> 2.4.2
2015-11-18 11:48:04 +01:00
Ricardo M. Correia
2b694c237b
cargo, cargoSnapshot: add rustc runtime dependency
...
It turns out that cargo implicitly depends on rustc at runtime: even
`cargo help` will fail if rustc is not in the PATH.
This means that we need to wrap the cargo binary to add rustc to PATH.
However, I have opted into doing something slightly unusual: instead of
tying down a specific cargo to use a specific rustc (i.e., wrap cargo so
that "${rustc}/bin" is prefixed into PATH), instead I'm adding the rustc
used to build cargo as a fallback rust compiler (i.e., wrap cargo so
that "${rustc}/bin" is suffixed into PATH). This means that cargo will
prefer to use a rust compiler that is in the default path, but fallback
into the one used to build cargo only if there wasn't any rust compiler
in the default path.
The reason I'm doing this is that otherwise it could cause unexpected
effects. For example, if you had a build environment with the
rustcMaster and cargo derivations, you would expect cargo to use
rustcMaster to compile your project (since rustcMaster would be the only
compiler available in $PATH), but this wouldn't happen if we tied down
cargo to use the rustc that was used to compile it (because the default
cargo derivation gets compiled with the stable rust compiler).
That said, I have slightly modified makeRustPlatform so that a rust
platform will always use the rust compiler that was used to build cargo,
because this prevents mistakenly depending on two different versions of
the rust compiler (stable and unstable) in the same rust platform,
something which is usually undesirable.
Fixes #11053
2015-11-18 02:41:45 +01:00
William A. Kennington III
050bebb8c4
cmake: 3.3.2 -> 3.4.0
2015-11-13 15:55:44 -08:00
Desmond O. Chang
b9c11de2a8
gradle: 2.6 -> 2.8
2015-11-11 16:45:19 +08:00
Edward Tjörnhammar
38ca909811
maven: 3.2.5 -> 3.3.3
2015-11-10 08:46:14 +01:00
Aristid Breitkreuz
c35e349409
rename make->gnustep-make to avoid people installing it accidentally
2015-11-07 16:08:17 +01:00
Pascal Wittmann
fcb4627695
Merge pull request #9980 from wavewave/gradle25
...
add gradle 2.5.
2015-11-06 17:17:28 +01:00
Ian-Woo Kim
3d5f95d61b
gradle: reinit at 2.5.
...
For some projects (especially using android ndk), we still need to keep 2.5.
2015-11-06 07:31:58 -08:00
Ricardo M. Correia
84afac6b89
cargo: 0.5.0 -> 0.6.0
2015-11-03 20:32:12 +01:00
Pascal Wittmann
36a529e566
icmake: 7.22.01 -> 7.23.02
2015-10-28 17:43:41 +01:00
Cillian de Róiste
e42e4cfbd9
Meson: tidy up, untabify
2015-10-24 12:50:15 +02:00
Brandon Edens
6774b09af7
Add meson build system package.
2015-10-21 09:08:48 -07:00
Edward Tjörnhammar
c10caef1a2
Merge pull request #10062 from gebner/sbt-loader-package
...
sbt: use sbt-launcher-package.
2015-10-12 23:02:58 +02:00
Gabriel Ebner
98be4ed5e8
sbt: use sbt-launcher-package.
2015-09-25 16:54:35 +02:00
William A. Kennington III
d5395b0506
Merge pull request #10024 from mayflower/update-rust
...
Update rust and dependants
2015-09-23 22:43:25 -07:00
William A. Kennington III
5cfe893cc4
Merge commit '2d464f75ed46869b5942c4b479772a0367b30608' into master.upstream
...
This is a partial commit from staging in an attempt to make merges
smaller.
2015-09-23 14:35:36 -07:00
Robin Gloster
feda2925f7
cargo: 0.3.0 -> 0.5.0
2015-09-23 21:16:16 +00:00
Tobias Geerinckx-Rice
ee7df6a566
dub: 0.9.23 -> 0.9.24
...
Use fetchFromGitHub, and drop a seemingly spurious 'unzip' dependency
(I can find no reference to it in either the source or the resulting
binary).
2015-09-21 19:22:14 +02:00
William A. Kennington III
5ba050a1a3
cmake: 3.3.1 -> 3.3.2
2015-09-20 14:08:22 -07:00
goibhniu
529fad3fcf
Merge pull request #9691 from samuelrivas/update-argyllcms
...
Update argyllcms
2015-09-14 10:01:36 +02:00
Tim Cuthbertson
9dfef9ff26
gup: init at version 0.5.1
2015-09-08 20:45:20 +10:00
Samuel Rivas
4ef2d19981
jam: add yacc as build input
...
I am not sure why do I need this locally, it seems to be passing in hydra
anyway...
2015-09-07 11:37:18 +02:00
Peter Simons
fcb0bdbaa0
Merge pull request #9639 from k0ral/scons
...
scons: 2.3.5 -> 2.3.6
2015-09-03 21:08:32 +02:00
koral
bfe09b88fc
scons: 2.3.5 -> 2.3.6
2015-09-03 17:37:56 +00:00
Eelco Dolstra
6cadec8906
ant: Update to 1.9.6
2015-09-01 12:00:04 +02:00
Tobias Geerinckx-Rice
687d60ec73
icmake: Sourceforge -> (fetchFrom)GitHub
...
Also add myself as a maintainer.
CC@ pSub
2015-09-01 05:28:53 +02:00
Thomas Tuegel
90a72bd177
Merge branch 'master' into staging
2015-08-23 10:29:12 -05:00
Desmond O. Chang
ef721079ca
gradle: 2.2.1 -> 2.6
2015-08-23 12:07:16 +02:00
William A. Kennington III
901482ad99
Merge branch 'master.upstream' into staging.upstream
2015-08-19 13:54:48 -07:00
Moritz Ulrich
2ffc2099be
leiningen: 2.5.1 -> 2.5.2.
2015-08-19 12:25:50 +02:00