Vladimír Čunát
3b2627586d
Merge #16448 : gnumake: optionally build with guile
...
Fixed up nested lists within the merge.
2016-07-09 16:36:49 +02:00
Tim Steinbach
e00c572698
gradle: 2.13 -> 2.14
2016-07-01 02:23:28 +00:00
Rahul Gopinath
021dd6a5f6
waf: 1.8.19 -> 1.9.0
2016-06-26 21:59:23 -07:00
Rahul Gopinath
586a9c0d9c
gnumake: Allow guile extension language as an optional feature
2016-06-23 09:55:54 -07:00
Tobias Geerinckx-Rice
ffd2afd89d
dub: 0.9.25 -> 1.0.0
2016-06-20 19:34:19 +02:00
Moritz Ulrich
e72282be84
Merge pull request #16052 from dvc94ch/rust-cross
...
Rust and cargo improvements
2016-06-16 09:42:23 +02:00
Eric Merritt
864a0816c4
rebar3: remove no longer needed registrySnapshot.nix
2016-06-15 07:20:17 -07:00
Eric Merritt
b1cd08246f
beamPackages: turn on debug_info for beam packages
...
This allows you to turn on debug infor for all the beam packages in the
system with a single change at the top level. This is required for
debugging and dialyzer work. It also allows you to switch it on on a
package by package basis.
2016-06-15 07:20:01 -07:00
David Craven
54f80775cb
rust: Refactoring of rust and cargo packages
2016-06-15 12:47:13 +02:00
David Craven
0720373dfc
cargo: Use stable releases instead of snapshots
2016-06-14 23:09:21 +02:00
Moritz Ulrich
b05f991f5f
Rust infrastructure refactoring
...
Rust infrastructure updates & refactoring
2016-06-03 00:11:13 +02:00
David Craven
895db6daf3
Update cargo head
2016-06-02 17:15:52 +02:00
Thomas Tuegel
d5d4606190
Revert "cmake: use supplied RPATH instead of guessing"
...
This reverts commit 8ec5adc953
.
This broke stdenv on Darwin, see #15881 . A Darwin user will need to fix
the problem and un-revert. This commit causes CMake to use the same
RPATH settings as the compiler, so it is obviously correct.
2016-05-31 16:30:15 -05:00
Thomas Tuegel
8ec5adc953
cmake: use supplied RPATH instead of guessing
2016-05-31 13:02:10 -05:00
Moritz Ulrich
303aac8381
cargo: 0.9.0 -> 0.10.0, rustRegistry: 2016-05-12 -> 2016-05-28.
2016-05-28 15:05:11 +02:00
Joachim Fasting
4da35b7c56
Merge pull request #15705 from vrthra/redo
...
redo: Init at 1.2
2016-05-26 10:14:34 +02:00
Bjørn Forsman
25960389da
ninja: 1.6.0 -> 1.7.1
...
Release notes:
https://groups.google.com/forum/#!topic/ninja-build/bkDE7auQwiI/discussion
The current github src URL redirects to the "ninja-build" github user,
so use that directly.
2016-05-26 09:51:10 +02:00
Rahul Gopinath
df40533f11
redo: Init at 1.2
...
Redo is an alternative for Make. This package is a C++ implementation
of redo.
2016-05-25 13:49:21 -07:00
Bjørn Forsman
2fb4b797a1
meson: add meta.platforms
2016-05-25 21:18:48 +02:00
Bjørn Forsman
a35874b41a
meson: fix chroot build
...
/usr/bin/env is not available in chroot builds. Invoke the python3
interpreter directly instead of trying to let env do it (which fails).
Fixes this build error:
$ nix-build -A meson
...
/nix/store/HASH-stdenv/setup: ./install_meson.py: /usr/bin/env: bad interpreter: No such file or directory
builder for ‘/nix/store/HASH-meson-0.26.0.drv’ failed with exit code 126
2016-05-25 21:18:48 +02:00
Nick Novitski
93b99cd361
gnumake: add version 4.2
2016-05-23 15:30:41 +00:00
Tobias Geerinckx-Rice
2964212b45
dub: 0.9.24 -> 0.9.25
2016-05-23 01:31:58 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Vladimír Čunát
65a9fa8cdc
Merge branch 'master' into staging
2016-05-08 21:24:48 +02:00
Thomas Tuegel
b70d728ed7
cmake: use single output
...
Fixes #15184 . Install everything, including documentation, into one
output, increasing package size by 10%. Otherwise, the help commands for
CMake do not work. This is a good trade because CMake should be a
build-only dependency. The only reason the docs should ever make it to
runtime is if the user has actually installed CMake, in which case
there's a pretty good chance they want the docs, too.
2016-05-06 16:26:40 -05:00
Tim Steinbach
a17c90dcd1
gradle: 2.12 -> 2.13
2016-05-06 10:52:25 -04:00
Robin Gloster
9820cb1bf2
use dontBuild instead of hacks
...
changes:
* buildPhase = "true"
* buildPhase = ":"
2016-05-04 10:11:04 +00:00
Tuomas Tynkkynen
aadaa91379
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/networking/browsers/vivaldi/default.nix
pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Joachim Fasting
e1197f6896
Merge pull request #15082 from namore/init_rake
...
rake: init at 11.1.1
2016-05-02 03:20:51 +02:00
Nikolay Amiantov
87ebab128a
replace ${stdenv.cc.cc}/lib occurences
2016-05-01 00:13:23 +03:00
Roman Naumann
61c8af996f
rake: init at 11.1.1
2016-04-29 15:45:11 +02:00
Tuomas Tynkkynen
4ff8f377af
Merge remote-tracking branch 'upstream/master' into staging
2016-04-28 00:13:53 +03:00
Frederik Rietdijk
d5e6a4494a
Python: use PyPI mirror ( #15001 )
...
* mirrors: add pypi
* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Joachim Fasting
2dbfe512db
Merge pull request #14858 from ericbmerritt/elixir-support
...
Elixir support
2016-04-25 23:04:14 +02:00
Eric Merritt
cd27abe751
rebar3: refactor
...
cleanup up the code quite a bit in the bootstrapper
2016-04-25 08:34:55 -07:00
Nikolay Amiantov
96a5c34bc5
cmake2_8: use get(Output) functions
2016-04-25 13:24:40 +03:00
Nikolay Amiantov
5ff40ddedf
add get* helper functions and mass-replace manual outputs search with them
2016-04-25 13:24:39 +03:00
Eric Merritt
658a49b81d
rebar3: 3.0.0-beta.4 -> 3.1.0
2016-04-23 19:03:30 -07:00
Eric Merritt
383626b9d7
move rebar3-nix-bootstrap to rebar3
...
This moves rebar3-nix-bootstrap from its own repository to rebar3. Its a
single file and this vastly reduces the complexity of making changes.
2016-04-23 19:03:29 -07:00
Eric Merritt
8dbcb4e35e
beamPackages: Add support for Mix and Erlang.mk
2016-04-23 19:03:24 -07:00
Tadas Barzdzius
a49ffbb196
cargo: add libiconv to buildInputs to fix darwin build
2016-04-23 23:08:02 +03:00
Vladimír Čunát
e9379f7416
Merge branch 'staging'
...
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Thomas Tuegel
491f7f017c
cmake: set LIBDIR and INCLUDEDIR for multiple outputs
2016-04-20 10:01:06 -05:00
Tadas Barzdzius
7d661a4ab4
cargo: 0.8.0 -> 0.9.0. Enable Darwin
2016-04-20 12:42:37 +03:00
Mathieu Boespflug
6c9c59067b
gradle: fix attribute name for gcc libs path.
...
PR #14326 fixed gradle so that its native code library could find
libstdc++.so.6, but this fix is inoperative now, because this library
is in `"${stdenv.cc.cc.lib}/lib"` now, rather than
`"${stdenv.cc.cc}/lib"`.
2016-04-17 01:09:24 +02:00
Nikolay Amiantov
52637e22cd
cmake: add all glibc outputs to system prefix
2016-04-14 01:03:23 +03:00
Nikolay Amiantov
d528c7d8f5
cmake-2_8: fix for multiple outputs
2016-04-14 01:03:23 +03:00
Michael Raskin
238cb743bc
scons: 2.4.1 -> 2.5.0
2016-04-13 14:47:04 +02:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
Tobias Geerinckx-Rice
57ef1712e3
Substite new GitHub username ‘timbertson’ for ‘gfxmonk’
2016-04-11 16:35:18 +02:00