AndersonTorres
28dd9e8a6c
mgba: 0.3.0 -> 0.3.1
2015-12-15 23:30:42 -02:00
Domen Kožar
0acc32e836
libvirt: add numa support
2015-12-15 23:42:03 +01:00
Domen Kožar
caa9c53d6e
qemu: enable numa
2015-12-15 23:41:55 +01:00
Domen Kožar
a2f8812096
add numad: daemon that manages application locality
2015-12-15 23:41:43 +01:00
Arseniy Seroka
e0d5bd4e55
Merge pull request #11756 from lancelotsix/update_slurm
...
pkgs.slurm-llnl: 14-11-5-1 -> 15-08-5-1
2015-12-16 01:32:22 +03:00
Lancelot SIX
8638952ede
pkgs.slurm-llnl: 14-11-5-1 -> 15-08-5-1
2015-12-15 22:54:05 +01:00
vbgl
3ebd2df8dd
Merge pull request #11630 from lancelotsix/update_xorriso
...
pkgs.xorriso: 1.4.0 -> 1.4.2
2015-12-15 22:52:15 +01:00
Vincent Laporte
48e7eb65f2
ocaml-iso8601: init at 0.2.4
...
OCaml library for ISO 8601 and RFC 3999 date parsing.
Homepage: http://sagotch.github.io/ISO8601.ml/
2015-12-15 22:43:25 +01:00
Vincent Laporte
23efd0e617
ocaml-hex: 0.2.0 -> 1.0.0
2015-12-15 22:02:15 +01:00
Vincent Laporte
4a00e1793b
ocaml-tuntap: init at 1.3.0
2015-12-15 21:57:54 +01:00
Vincent Laporte
038f4ce1d1
menhir: 20151110 -> 20151112
2015-12-15 21:36:57 +01:00
Vincent Laporte
680d909c97
ocaml-easy-format: 1.1.0 -> 1.2.0
2015-12-15 21:07:33 +01:00
Vincent Laporte
db9a93f992
ocaml-batteries: 2.3.1 -> 2.4.0
2015-12-15 20:58:46 +01:00
Thomas Tuegel
9732b2a635
Merge pull request #11747 from rened/master
...
update julia to 0.4.2
2015-12-15 13:53:26 -06:00
Rene Donner
36ab097c6c
julia: 0.4.0 -> 0.4.2
2015-12-15 20:38:08 +01:00
Tobias Geerinckx-Rice
b566f73f38
linuxPackages.phc-intel: 0.4.0-rev{18 -> 19}
...
Fixes #11733 .
Minimum Linux kernel version is now 4.3.x.
2015-12-15 19:18:49 +01:00
Peter Simons
82c673d4c9
Merge pull request #11651 from gleber/add-erlang-modules
...
Add erlang modules
2015-12-15 17:55:25 +01:00
Nikolay Amiantov
83a8e8e4ef
polkit_gnome: cleanup, add platforms
2015-12-15 18:09:07 +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
Nikolay Amiantov
8fb2141a69
Merge pull request #11710 from kevincox/userenv-no-path
...
Remove PATH assumption from fhs-userenv.
2015-12-15 16:51:44 +03: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
acaf2c179e
Allow specifying meta for buildHex and buildErlang.
...
Adds "meta" for meck package as a test.
2015-12-15 14:01:38 +01:00
Gleb Peregud
2a7e77cac5
Move registrySnapshot into it's own file for easier automation.
2015-12-15 14:01:37 +01:00
Gleb Peregud
7e57b20abc
Add rebar3-pc to plugin deps automatically if compilePorts is enabled
2015-12-15 14:01:37 +01:00
Gleb Peregud
13a1ab440c
Replace deprecated uniqList with unique function
2015-12-15 14:01:37 +01:00
Gleb Peregud
5d3680d265
Fetch hex.pm registry snapshot with external github repo.
...
This allows to avoid fetching registry file from S3 at build time,
making the build hermetic and much faster. Automatic tools will be used
to update said external repo content when Hex packages are
imported/update.
2015-12-15 14:01:37 +01:00
Gleb Peregud
3a9110b15c
Add support for rebar3 plugins to buildHex.
...
Allow specifying pluginDeps for buildHex listing rebar3 plugins which
are required for given package to be built by rebar3.
2015-12-15 14:01:37 +01:00
Gleb Peregud
eac25eaf69
Simplify patch and move pc compile call into buildPhase
2015-12-15 14:01:37 +01:00
Gleb Peregud
406b974420
Add "compilePorts" enabling rebar3 "pc" plugin
...
If compilePorts is enabled plugin "pc" is added to the rebar.config
during postPatch. This makes rebar3 compile download the plugin, hence
added TODO.
2015-12-15 14:01:36 +01:00
Gleb Peregud
2251a942fc
Add support for Hex package name
...
There are some packages on Hex which have custom hex-specific names, but
inside there's a base project name.
Remove most packages andadd ibrowse, meck, jiffy
2015-12-15 14:01:36 +01:00
Gleb Peregud
6dcbe059e1
Automagically download files from hex.pm tarball S3 repo
2015-12-15 14:01:36 +01:00
Gleb Peregud
a05e2dbe65
Add few erlang modules
2015-12-15 14:01:21 +01:00
Arseniy Seroka
b941f3b4d2
Merge pull request #11735 from robberer/pkgs/terraria
...
add Terraria dedicated server for Linux x86_64
2015-12-15 14:59:22 +03:00
System administrator
6d3a89f6da
terraria-server: add dedicated server version 1308 for Linux x86_64
...
fix
fix
limit to 64bit linux
2015-12-15 12:56:30 +01:00
Arseniy Seroka
a7ff459335
Merge pull request #11726 from ericsagnes/logkeys
...
logkeys: 5ef6b0dcb9e3 -> 2015-11-10
2015-12-15 14:22:40 +03:00
Eric Sagnes
64a2b7f11c
logkeys: 5ef6b0dcb9e3 -> 2015-11-10
2015-12-15 20:20:41 +09:00
Shea Levy
0fbe4bb21c
Merge branch 'zip-unicode' of git://github.com/spacefrogg/nixpkgs
2015-12-15 06:18:42 -05:00
Michael Raitza
c087ea5f81
zip: fixed build phase (i.e. unicode support)
...
The build did not use the current build infrastructure correctly. As a
consequence zip lacked support for unicode and 64bit files.
2015-12-15 10:09:02 +00:00
Rickard Nilsson
46905425cf
Merge pull request #11477 from jgillich/mopidy-gmusic
...
mopidy-gmusic: init at 1.0.0
2015-12-15 10:15:51 +01:00
viric
63eb3395cb
Merge pull request #11727 from ericsagnes/praat
...
praat: 5417 -> 5.4.17
2015-12-15 09:57:37 +01:00
Domen Kožar
d6c81b9507
Merge pull request #11734 from FRidh/ansible
...
python ansible, ansible2, mygpoclient: fix platforms
2015-12-15 09:05:48 +01:00
Frederik Rietdijk
7f0080ac32
python ansible, ansible2, mygpoclient: fix platforms
2015-12-15 09:03:08 +01:00
Eric Seidel
1cfb0f3070
Merge pull request #11692 from sigma/fix/corkscrew-darwin
...
corkscrew: fix darwin build
2015-12-14 22:05:11 -08:00
Arseniy Seroka
c9636c9d0c
Merge pull request #11725 from ericsagnes/slurm
...
slurm-llnl: 14.11.5 -> 14-11-5-1
2015-12-15 09:03:32 +03:00
Eric Sagnes
c393711b43
praat: 5417 -> 5.4.17
2015-12-15 11:56:28 +09:00
Eric Sagnes
2c36e9cf5f
slurm-llnl: 14.11.5 -> 14-11-5-1
2015-12-15 10:22:00 +09:00
Gleb Peregud
bcc4ca029a
Add rebar3 package
2015-12-15 01:02:52 +01:00