Eduard Bachmakov
7a0dbbbe43
qtcreator: 3.5.1 -> 3.6.0
2016-01-15 19:19:42 -05:00
Peter Simons
623664daaa
ghc-8.0.1: drop unused docbooc-related build inputs
...
The documentation is now built via Sphinx (todo).
2016-01-15 20:47:58 +01:00
Peter Simons
19e5ecfb49
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-7-g3384c26 using the following inputs:
- Nixpkgs: 65d4f18f9e
- Hackage: 03c5ce2cbc
- LTS Haskell: e72964a553
- Stackage Nightly: 23478137ac
2016-01-15 20:47:58 +01:00
Vladimír Čunát
340d3088aa
telepathy-qt: finish the of fix parallel build
...
Recommended by upstream
https://bugs.freedesktop.org/show_bug.cgi?id=93707#c5
2016-01-15 19:55:06 +01:00
Robin Gloster
00b2e1f704
Merge pull request #11809 from mayflower/fix/libvirtd_service
...
libvirtd service: Move mutable configs to /var
2016-01-15 18:58:40 +01:00
Eric Merritt
24a9dcd12f
rebar3: refactor
...
Move registrySnapshot to the erlang-nix github organization
2016-01-15 09:07:06 -08:00
Vladimír Čunát
dbfb717f55
telepathy-qt: tiny update 0.9.6 -> 0.9.6.1
2016-01-15 18:06:01 +01:00
Vladimír Čunát
cdb0db3f31
telepathy-qt: fix parallel build by upstream patch
2016-01-15 18:06:00 +01:00
Frederik Rietdijk
e99005382e
Merge pull request #12214 from FRidh/numpy
...
pythonPackages.numpy: 1.10.2 -> 1.10.4
2016-01-15 17:23:03 +01:00
Eric Merritt
e8933f6a4e
webdriver: init at 0.0.0+build.18.7ceaf1f
2016-01-15 08:17:33 -08:00
Eric Merritt
acf4bfd585
erlang support: overridable allow installPhase
...
This commit allows the installPhase of buildRebar3 to be overridden by
the user.
2016-01-15 08:17:33 -08:00
Eelco Dolstra
df2b9b48cb
elfutils: 163 -> 165
...
Also, install programs with the "eu-" prefix to prevent collisions
with binutils (as recommended by upstream), enable xz support, and
enable deterministic archives.
2016-01-15 15:01:13 +01:00
Tristan Helmich
bce59a1a8b
libvirtd service: Move mutable configs to /var
...
Modifies libvirt package to search for configs in /var/lib and changes
libvirtd service to copy the default configs to the new location.
This enables the user to change e.g. the networking configuration with
virsh or virt-manager and keep those settings.
2016-01-15 14:26:20 +01:00
Vladimír Čunát
6607b72dc0
Revert "eigen: 3.2.5 -> 3.3-alpha1" to fix freecad
...
This reverts commit c8b9753882
.
Fixes #12401 . It wasn't intended to have "alpha" version as default.
2016-01-15 13:56:37 +01:00
Vladimír Čunát
2d0893088f
Merge branch 'master' into staging
2016-01-15 13:43:57 +01:00
Vladimír Čunát
34fe0833c8
iozone: commit some forgotten fixups (/cc #12387 )
2016-01-15 10:26:18 +01:00
Vincent Laporte
60e1740763
goffice: 0.10.24 -> 0.10.26
2016-01-15 10:04:06 +01:00
Svein Ove Aas
a28032ed58
iozone: init at 3.434 ( close #12387 )
...
vcunat amended some $out/share/ install paths.
2016-01-15 09:47:57 +01:00
Damien Cassou
0b4c7d42a8
pharo-vm: Refactor to introduce new VMs ( close #12388 )
...
The Pharo community now has a Spur VM: this VM is the only one to
open Pharo50 images.
2016-01-15 09:29:11 +01:00
Vladimír Čunát
98218971c2
Merge #12299 : make firefox-like browsers wrapped by default
2016-01-15 08:53:58 +01:00
Vladimír Čunát
a8f1d40c1f
all-packages: browserWrapper -> browser
...
- I chose to keep `browser-unwrapped` attributes so that it's much
easier to override parameters for the browser (through `packageOverrides`).
- Aliases `browserWrapper` are retained for now, as usual.
2016-01-15 08:36:08 +01:00
Eric Merritt
4ed5836dd3
hex2nix: init at 0.0.2
2016-01-14 14:38:10 -08:00
Eric Merritt
b1719f9fcc
erlang support: Add 187 packages pulled from Hex
...
This commit adds 187 packages from Hex.pm and documents 100 more that
could not be imported for various reasons. The packages where generated
by hex2nix.
2016-01-14 14:37:56 -08:00
Eric Merritt
d541d0e640
erlang support: seperate hex and rebar3 support
...
Building Hex packages is a superset of building with rebar3. There is no
need to force folks that use rebar3 but not hex to build with hex. This
commit seperates the rebar3 specific bits and the hex specific bits into
seperate functions that can be used independently.
2016-01-14 14:37:35 -08:00
Eric Merritt
b509dadbf1
erlang support: remove broken buildErlang function
...
The buildErlang function is broken and and leads Engineers down a wrong
path. For vanilla erlang that doesn't user rebar3, its better to simply
use `stdenv.mkDerivation` along with a set setupHook then the existing
functionality.
2016-01-14 14:37:21 -08:00
Eric Merritt
10fd4dff99
erlang support: move hex packages to hex namespace
...
This commit moves all the hex based packages to a single namespace. It
also moves all the packages to a single file. This is in preparation
for the move to a system to generate the hex packages from the hex
package store.
2016-01-14 14:37:07 -08:00
Eric Merritt
474e417891
erlang support: allow nix-shell to work correctly
...
This changes build-hex.nix so that the buildHex and related functions
work correctly in a nix-shell.
2016-01-14 14:36:47 -08:00
Eric Merritt
a0309d871c
move callPackage into the export set for 'Erlang'
...
This allows us to have a callPackages that includes erlang packages
2016-01-14 14:35:03 -08:00
Eric Merritt
99bf9bf07a
rebar3-nix-boostrap: init at 0.0.1
2016-01-14 14:34:47 -08:00
Arseniy Seroka
be12086866
Merge pull request #12371 from otwieracz/master
...
ccl updated to 1.11
2016-01-14 19:01:32 +03:00
Nathan Zadoks
174221b744
go: 1.5.2 -> 1.5.3
...
This addresses CVE-2015-8618 (a vulnerability in math/big)
This issue can affect RSA computations in crypto/rsa, which is used by
crypto/tls. TLS servers on 32-bit systems could plausibly leak their RSA
private key due to this issue. Other protocol implementations that
create many RSA signatures could also be impacted in the same way.
https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4
2016-01-14 14:55:43 +01:00
Vladimír Čunát
e534896c7d
telepathy-qt: disable parallel make
...
http://hydra.nixos.org/build/30377457/nixlog/1/raw
https://bugs.freedesktop.org/show_bug.cgi?id=93707
2016-01-14 11:31:32 +01:00
Rob Vermaas
3da892a18e
Add binary openjdk 8 build for x86_64-darwin, similar to the openjdk 7 build for x86_64-darwin.
...
(cherry picked from commit 5f3e33b8ec
)
2016-01-14 10:29:18 +00:00
Rob Vermaas
5f3e33b8ec
Add binary openjdk 8 build for x86_64-darwin, similar to the openjdk 7 build for x86_64-darwin.
2016-01-14 02:28:16 -08:00
Slawomir Gonet
e056b66613
ccl: 1.10 -> 1.11
2016-01-14 08:33:23 +01:00
Jude Taylor
88f9fb7c21
build jailbreak-cabal on GHC 8.0.x
2016-01-13 14:06:53 -08:00
Jude Taylor
552207f5ef
package GHC-8.0.1-rc1
2016-01-13 12:04:18 -08:00
Nikolay Amiantov
ad735e76e7
vc: 1.0.0 -> 1.1.0
2016-01-13 21:21:43 +03:00
Nikolay Amiantov
530ac7b17b
cppzmq: 20150926 -> 20151203
2016-01-13 21:21:43 +03:00
Nikolay Amiantov
ca4e0a483e
libtirpc: 0.3.2 -> 1.0.1
2016-01-13 21:21:43 +03:00
Nikolay Amiantov
0f516115a4
libbluray: 0.9.0 -> 0.9.2
2016-01-13 21:21:43 +03:00
Joe Hermaszewski
9238521b1c
llvm: Add enableSharedLibraries option to 3.5 and 3.6
2016-01-13 15:21:23 +00:00
lethalman
091c74b1c8
Merge pull request #12062 from mogorman/platformio
...
platformio: init at 2.7.0
2016-01-13 15:47:25 +01:00
Sander van der Burg
6ea56a46fb
titaniumsdk: bump to version 5.1.2
2016-01-13 10:49:34 +00:00
Nikolay Amiantov
d1ed30ac0d
cargoUnstable: init at 2016-01-10
2016-01-13 13:48:24 +03:00
Nikolay Amiantov
cdb5f269e2
rustcMaster: 2015-12-09 -> 2016-01-10
2016-01-13 13:48:24 +03:00
Nikolay Amiantov
1ea34520cd
opendkim: adopt, cleanup and fix opendkim-genkey
2016-01-13 13:07:11 +03:00
Peter Simons
a7468dd951
Merge pull request #12201 from otwieracz/master
...
utox, libutoxcore and filter_audio version bump
2016-01-13 10:14:25 +01:00
Vladimír Čunát
cea8ee50c7
phantomjs2: fix evaluation and refactor
...
The error was due to the fact that with-introduced bindings have lower
priority and we do have `darwin` in scope already.
Fixes #12350 . Closes #12351 . (A slightly different fix.
I chose this to lower the risk of people re-introducing the mistake.)
2016-01-13 08:34:35 +01:00
Jude Taylor
e6a892bb55
phantomjs2: build on darwin
2016-01-12 21:52:49 -08:00
Vladimír Čunát
f8472457a4
pypy: fix build with multiple outputs
2016-01-12 23:57:48 +01:00
Vladimír Čunát
c0518e6777
ghc: fixup recent changes with multiple outputs
2016-01-12 23:57:47 +01:00
Vladimír Čunát
19d22184d3
stdenv/multiple-outputs.sh: small tweaks
...
- fix in silencing some moveToOutput messages
- allow removing (developer) documentation even without defining outputs
(note: some paths are auto-removed by default, e.g. gtk-doc and man3)
2016-01-12 23:57:47 +01:00
Slawomir Gonet
0d02182843
utox, libutoxcore and filter_audio version bump
2016-01-12 21:44:38 +01:00
Arseniy Seroka
28bd6a0e22
Merge pull request #12334 from couchemar/elixir-1.2.0
...
elixir: 1.1.1 -> 1.2.0
2016-01-12 20:07:49 +03:00
Florent Becker
f5e731168b
cohttp: 0.17.1 -> 0.19.3
2016-01-12 16:21:55 +01:00
Andrey Pavlov
9c2da8a296
elixir: 1.1.1 -> 1.2.0
2016-01-12 18:14:43 +03:00
Nikolay Amiantov
e9597ff555
Revert "libpcap: support static build"
...
This reverts commit ee6ca494d2
.
2016-01-12 17:15:14 +03:00
Nikolay Amiantov
ee6ca494d2
libpcap: support static build
2016-01-12 15:06:15 +03:00
Peter Simons
8e70d65652
haskell-cabal-helper: drop obsolete override
...
Tests are now being disabled by hackage2nix.
2016-01-12 11:02:51 +01:00
Peter Simons
c8da4cf7af
configuration-hackage2nix.yaml: update list of broken builds
2016-01-12 11:02:51 +01:00
Peter Simons
43f1de91f8
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-7-g3384c26 using the following inputs:
- Nixpkgs: 7cbc1f27d4
- Hackage: dfdbb526ed
- LTS Haskell: e72964a553
- Stackage Nightly: a9df6f5b32
2016-01-12 11:02:43 +01:00
Luke Clifton
8da514d726
Bring in krb5 for darwin builds seeing as we use
2016-01-12 21:00:33 +11:00
Tobias Geerinckx-Rice
b021d9aacf
metaEnvironment: remove dead packages
...
Broken since 2013. Upstream is dead.
2016-01-12 03:08:10 +01:00
Tobias Geerinckx-Rice
464f327aa6
Move some excess description to longDescription
2016-01-12 03:08:10 +01:00
Domen Kožar
5c2c881c57
pypy: parallel build improvements, remove some patching
...
incorporates http://paste.pound-python.org/show/oFyMaSSzvb07lenWYmAK/
from NixCon sprints
2016-01-11 20:42:00 +01:00
Corbin Simpson
da698fd9da
pypy: add some required build inputs and disable some unsafe tests
...
I had to disable another networking-centric test suite; it was trying to make
unapproved phone calls.
2016-01-11 20:42:00 +01:00
Tobias Geerinckx-Rice
64d15ab844
libpsl: list 2016-01-04 -> 2016-01-09
2016-01-11 18:35:50 +01:00
Peter Simons
1ec9144cad
ghcjs: mark broken
...
Citing from http://hydra.cryp.to/build/1533084/log/raw :
Configuring ghcjs-0.2.0...
Setup: At least the following dependencies are missing:
aeson >=0.7 && <0.10,
haskell-src-exts ==1.16.*,
optparse-applicative ==0.11.*,
syb >=0.4 && <0.6
This issue has been present for a while now, and it's only gotten worse.
2016-01-11 12:06:03 +01:00
Tobias Geerinckx-Rice
fcb913b3a7
systemtap: remove dead package
...
Broken since 2013. Depends on equally broken latex2html.
Our version 1.2 is almost six years old; latest is 2.9.
And it's (still) no dtrace.
2016-01-11 01:41:54 +01:00
Thomas Tuegel
521817fd76
Merge branch 'kde-frameworks-5.18'
2016-01-10 14:10:59 -06:00
Thomas Tuegel
f807f15942
kde5: remove kde-frameworks-5.17
2016-01-10 14:10:03 -06:00
Peter Simons
a05017cd6c
haskell-vector-algorithms: temporarily disable test suite to work around a compiler crash
2016-01-10 19:46:36 +01:00
Peter Simons
7fb70c2db9
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-6-g3c230ba using the following inputs:
- Nixpkgs: fbf35cf17d
- Hackage: 3e0920b425
- LTS Haskell: e72964a553
- Stackage Nightly: c0de8ca462
2016-01-10 19:46:28 +01:00
Thomas Tuegel
ab16bbd0a4
kde5_latest.ktexteditor: update patches and dependencies
...
ktexteditor-5.18.0 needs its patches updated. An optional dependency on
`libgit2` was also added. `makeQtWrapper` was added to
`nativeBuildInputs` to set `XDG_DATA_DIRS` correctly.
2016-01-10 10:58:03 -06:00
Thomas Tuegel
67d63d24e0
kde5_latest.kdelibs4support: add missing kded dependency
2016-01-10 10:16:55 -06:00
Thomas Tuegel
d03a25c5ea
kde5_latest.kpackage: update patches for 5.18.0
2016-01-10 09:43:23 -06:00
Thomas Tuegel
aaaf23f1e8
kde5_latest.frameworks: 5.17.0 -> 5.18.0
2016-01-10 09:09:40 -06:00
Arseniy Seroka
4a5bf88fde
Merge pull request #12296 from hrdinka/add/communi
...
Add communi IRC client
2016-01-10 16:02:00 +03:00
Christoph Hrdinka
4ad12e038a
libcommuni: init at 2016-01-02
2016-01-10 13:31:31 +01:00
vbgl
81996579a9
Merge pull request #12186 from FlorentBecker/pcre_buildOcaml
...
ocaml-pcre: use buildOcaml
2016-01-10 11:37:45 +01:00
Vladimír Čunát
513994da9d
cyrus-sasl: only apply patch on FreeBSD to fix #12279
...
I noticed the breakage but forgot this patch in another branch.
https://github.com/NixOS/nixpkgs/pull/10816#issuecomment-168486249
2016-01-10 07:05:41 +01:00
Nikolay Amiantov
fea89d6bc3
openmpi: 1.6.5 -> 1.10.1
2016-01-10 07:32:36 +03:00
Jude Taylor
36ebae29ce
update xcode patches for node v0.10.41
2016-01-09 14:38:37 -08:00
Pascal Wittmann
26a6b4b58d
yodl: 3.05.01 -> 3.06.00
2016-01-09 20:07:43 +01:00
Pascal Wittmann
1d947ed4bf
icmake: 7.23.02 -> 8.00.05
2016-01-09 20:07:43 +01:00
Thomas Tuegel
fdefc0cb2c
Merge branch 'kdenetwork-filesharing'
2016-01-08 14:20:46 -06:00
Thomas Tuegel
e44af9ed42
openslp: init at 2.0.0
2016-01-08 14:20:06 -06:00
Pascal Wittmann
5d53d3282c
farbfeld: init at 1
2016-01-08 20:22:07 +01:00
Arseniy Seroka
3443462ab1
Merge pull request #12233 from deeky666/php-7.0.2
...
php: 7.0.1 -> 7.0.2
2016-01-08 20:22:00 +03:00
Florent Becker
a14c867d62
js_of_ocaml: Allow caml >= 4.02 to find camlp4
2016-01-08 16:06:00 +01:00
Thomas Tuegel
ba443da270
kde5.kio: fix Samba detection
2016-01-08 09:03:50 -06:00
Peter Simons
7550ddaf91
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-6-g3c230ba using the following inputs:
- Nixpkgs: b05b64ed59
- Hackage: ce76547c84
- LTS Haskell: 87e2d54643
- Stackage Nightly: 392791fc31
2016-01-08 15:52:22 +01:00
Eelco Dolstra
aa73be3609
Merge pull request #12232 from deeky666/php-5.5.31
...
php: 5.5.30 -> 5.5.31
2016-01-08 12:36:09 +01:00
Steve Müller
4341df2f70
php: 7.0.1 -> 7.0.2
2016-01-08 10:51:35 +01:00
Steve Müller
5250326474
php: 5.5.30 -> 5.5.31
2016-01-08 10:49:04 +01:00
Steve Müller
7c54bca127
php: 5.6.16 -> 5.6.17
2016-01-08 10:42:32 +01:00
Frederik Rietdijk
83bf145075
pythonPackages.numpy: 1.10.2 -> 1.10.4
2016-01-08 09:01:22 +01:00
Pascal Wittmann
f438011aed
Merge pull request #12216 from bjornfor/thrift
...
thrift: 0.9.2 -> 0.9.3
2016-01-08 08:30:11 +01:00
Jude Taylor
81710923bd
add gyp fix to node v4.x
2016-01-07 21:52:12 -08:00