Tuomas Tynkkynen
255c9de6ef
pythonPackages.keystoneclient: Fix bogus 'doCheck' value
2016-09-01 20:21:26 +03:00
Fernando J Pando
e487772722
sphinx: sphinx-1.3.6 test fixup
...
Fixes this error:
```
FAIL: test_setup_command.test_build_sphinx_return_nonzero_status
----------------------------------------------------------------------
Traceback (most recent call last):
File "/nix/store/zfmk6mqmr1046bh0cnh06frd0bb0nr20-python2.7-nose-1.3.7/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/nix-build-python2.7-Sphinx-1.3.6.drv-0/Sphinx-1.3.6/tests/test_setup_command.py", line 55, in deco
func(pkgrootdir, proc)
File "/tmp/nix-build-python2.7-Sphinx-1.3.6.drv-0/Sphinx-1.3.6/tests/test_setup_command.py", line 110, in test_build_sphinx_return_nonzero_status
assert proc.returncode != 0, 'expect non-zero status for setup.py'
AssertionError: expect non-zero status for setup.py
```
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 13:11:27 -04:00
Thomas Tuegel
54125b4af4
ghc801: disable MADV_FREE
2016-09-01 12:07:36 -05:00
Eelco Dolstra
7f520bdad8
Revert "Python 2.6: add less"
...
This reverts commit 6b11c96c86
.
2016-09-01 18:58:14 +02:00
Eelco Dolstra
1e370d7de4
Revert "Python 2.7: add less"
...
This reverts commit bce5a51a9f
.
2016-09-01 18:58:09 +02:00
Eelco Dolstra
f0206aba5e
opencolorio: Use separate outputs
...
Also, make the package name match the attribute (and upstream) name.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
41ec7095a7
openimageio: Use separate outputs
2016-09-01 18:57:43 +02:00
Eelco Dolstra
452afd1ed6
ilmbase: Use separate outputs
2016-09-01 18:57:43 +02:00
Eelco Dolstra
68e216d604
opensubdiv: Use separate outputs
2016-09-01 18:57:43 +02:00
Eelco Dolstra
e05c4c6541
libapparmor: Move python stuff to a separate output
...
This prevents systemd and by extension a zillion other packages from
having Python 2.7 in their closure. For example, the closure of
systemd dropped from 133 MiB to 85 MiB.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
cf26f610aa
glew: Use separate outputs and don't install static libraries
2016-09-01 18:57:43 +02:00
Eelco Dolstra
8a137b3455
mesa-glu: Use separate outputs
2016-09-01 18:57:43 +02:00
Eelco Dolstra
3934980ca4
opensubdiv: Don't install static libraries
2016-09-01 18:57:43 +02:00
Eelco Dolstra
b688074c51
opensubdiv: Prevent runtime dependency on mesa_noglu.dev
2016-09-01 18:57:43 +02:00
Eelco Dolstra
8b12eee201
x265: Don't install static library
...
Following our general policy to only install dynamic libraries. If the
static library turns out to be needed, it could be moved to a separate
output.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
0810decaa7
python-3.5: Drop dependency on Berkeley DB
...
The previous commit revealed that Python wasn't actually using
Berkeley DB; it only had it in its closure due to the build-time flag
dump in Makefile and _sysconfigdata.py. When Python detects both GNU
gdbm and Berkeley DB at build time, it will use the former.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
fdd7399a3c
python-3.5: Also remove -L flags
...
This reduces the Python closure size by another 10 MiB.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
02bae39132
tcl: Don't install a copy of tzdata
...
This cuts about 3 MiB from the installed size. On Linux, the configure
script is supposed to detect that installing tzdata is unnecessary,
but it looks in locations like /usr/share/zoneinfo.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
168192f116
python-3.5: Eliminate -dev paths from the runtime closure
...
This reduces Python's closure size from 200 MiB to 129 MiB. Even
better would be to get move tkinter to a separate output or package
(since that would get rid of all X11 stuff), but that's a bit harder.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
b31870fe13
tk: Use a dev output
...
This ensures that the propagated build inputs don't end up in tcl/tk's
runtime closure, which is reduced by about 5 MiB.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
02683acf71
tk: Separate man output
...
This reduces the size of the main output by half a megabyte.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
b0327ac240
tcl: Separate man output and use symlinks
...
This reduces tcl's total size from 25.0 MiB to 8.6 MiB. Admittedly
this is also because putting the manpages in the right place causes
all man3 pages to be deleted by the multiple outputs setup hook. Not
sure if that's desirable behaviour...
2016-09-01 18:57:43 +02:00
Tuomas Tynkkynen
33b87da2cf
nerdfonts: Don't build on Hydra
...
http://hydra.nixos.org/build/39383371
2016-09-01 19:49:20 +03:00
Sander van der Burg
fc4e4fe083
nodePackage: replace azure-cli by node2nix generated expression + add eslint to fix casperjs
2016-09-01 16:13:22 +00:00
Frederik Rietdijk
b96ba3fc93
pythonPackages.isodate: fix tests
2016-09-01 18:12:26 +02:00
Frederik Rietdijk
f2fc64a412
Remove buildbot_8
...
We now have a newer version and the older version didn't work anymore
anyway because it depended on sqlalchemy7 which was itself broken,
because it depended on an older version of sqlite.
2016-09-01 17:46:27 +02:00
Frederik Rietdijk
65d983678b
Remove sqlalchemy7
2016-09-01 17:46:27 +02:00
Frederik Rietdijk
69b676978c
Remove sqlalchemy_migrate_0_7
2016-09-01 17:45:25 +02:00
Frederik Rietdijk
4f302223a1
pythonPackages.sqlalchemy7: mark as broken
...
We need an older version of sqlite.
2016-09-01 17:45:25 +02:00
Frederik Rietdijk
96a3bf6cea
pythonPackages.pyqt4: fix name
2016-09-01 17:42:39 +02:00
Sander van der Burg
c6c6df3ed8
disable ripple-rest for now and repackage it asap
2016-09-01 15:35:34 +00:00
Frederik Rietdijk
571ee39714
pythonPackages.pyside: fix evaluation
2016-09-01 17:11:32 +02:00
Frederik Rietdijk
e1d1a573e5
Python: fix mkPythonDerivation doCheck
2016-09-01 17:11:32 +02:00
Sander van der Burg
6e61dfb647
Fix evaluation errors by replacing npm2nix generated packages (will provide alternative for dnchain later)
2016-09-01 14:58:30 +00:00
Linus Arver
511bb28689
baekmuk-ttf: switch to base32 encoded src.sha256
...
Closes https://github.com/NixOS/nixpkgs/pull/18166
2016-09-01 16:30:17 +02:00
Joachim F
7bc2511b8b
Merge pull request #18179 from womfoo/fix/tome4-build
...
tome4: fix build
2016-09-01 16:25:45 +02:00
Frederik Rietdijk
9a8d4055a5
pythonPackages.tqdm: 3.8.4 -> 4.8.4
...
Last commit was wrong, the goal was to update to 4.8.4.
2016-09-01 16:20:01 +02:00
Frederik Rietdijk
9a851907a8
pythonPackages.setuptools: 19.4 -> 26.1.1
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
4f6b6f1472
pythonPackages: use mkPythonDerivation
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
e9c4d00cac
pythonPackages.fedora_cert: use mkPythonDerivation, fix build
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
3e05cce97c
Python: separate buildPythonPackage into two functions
...
1. mkDerivation which is used when the source is without setup.py and
not a wheel
2. buildPythonPackage which is used as before and calls mkDerivation
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
725c37b4d3
Python: move wrapPython into own file
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
b080748d42
Python: move python-modules/generic to interpreter folder
2016-09-01 16:16:31 +02:00
Alexander Ried
755be7ef79
accountsservice: use exact store paths instead of /run/current-system
2016-09-01 16:05:53 +02:00
Sander van der Burg
b17cd148ba
androidsdk: fix buildApp and emulateApp functions by providing the right executable paths + fix android emulator by adding dbus to the library path
2016-09-01 13:56:35 +00:00
Joachim F
c2841f1c1d
Merge pull request #18175 from ebzzry/emem-0.2.28
...
emem: 0.2.27 -> 0.2.28
2016-09-01 15:50:52 +02:00
Tuomas Tynkkynen
75b5922391
openexr, libyaml-cpp: Fix output order to match others
...
This was changed in https://github.com/NixOS/nixpkgs/pull/14766
@edolstra
2016-09-01 16:34:11 +03:00
Sander van der Burg
21666526b9
titaniumsdk: fix to make it work with new android SDK and NPM packages + add titaniumsdk version 5.2
2016-09-01 13:25:46 +00:00
Alexander Ried
1d8e7d1104
accountsservice: 0.6.40 -> 0.6.42
2016-09-01 15:25:29 +02:00
Alexander Ried
1529641b52
accountsservice: add support for mutableUsers = false
...
Add code to accountsservice that returns an error if the environment
variable NIXOS_USERS_PURE is set. This variable is set from the nixos
accountsservice module if mutableUsers = false
2016-09-01 15:25:28 +02:00
Peter Simons
29a53017a4
ghc-8.0.1: cosmetic fix to the Nix expression to unbreak syntax highlighting
2016-09-01 15:05:01 +02:00
Joachim Fasting
0ce7b31b09
grsecurity: 4.7.2-201608211829 -> 201608312326
2016-09-01 14:51:33 +02:00
Joachim Fasting
191a85349b
refind: refactorings
...
- Remove redundant build inputs
These are (optional) run-time dependencies, adding them to build inputs
does nothing.
- Use standard buildPhase
Note that specifying linker script is unnecessary. Also specify correct
host arch and efi platform.
- Replace non-working ad-hoc patch with wrapper
The ad-hoc patching of refind-install didn't actually substitute anything;
with a wrapper script patching becomes unnecessary
- Remove use of deprecated meta.version
Closes https://github.com/NixOS/nixpkgs/pull/18103
2016-09-01 14:51:32 +02:00
Joachim F
8c90b7db89
Merge pull request #18073 from joachifm/rtl8723bs
...
rtl8723bs: 6918e9b2ff29 -> 2016-04-11, fix build against 4.7
2016-09-01 14:48:51 +02:00
Kamil Chmielewski
26072a5b67
vimPlugins: YouCompleteMe FIX gocode crash
...
https://github.com/Valloric/ycmd/issues/586
2016-09-01 14:45:04 +02:00
Eelco Dolstra
c894ee95c1
libyaml-cpp: Build a shared library
...
Also, use multiple outputs.
2016-09-01 14:25:42 +02:00
Frederik Rietdijk
41728c25a6
Merge pull request #18187 from adevress/master
...
neuron: fix issue with incorrectly prefixed python path
2016-09-01 14:22:17 +02:00
Sander van der Burg
792f50fe7c
nixui: migrate to node2nix
2016-09-01 12:14:20 +00:00
Sander van der Burg
5ce6cd0106
nodePackages: use node2nix generated package set
2016-09-01 12:12:12 +00:00
Tuomas Tynkkynen
9acfe0cfb0
librem: Fix build
2016-09-01 14:55:58 +03:00
Adrien Devresse
28d2d78b55
neuron: fix issue with incorrectly prefixed python path
2016-09-01 13:41:26 +02:00
Domen Kožar
10b45d654a
fix eval after 0c3b1112af
2016-09-01 13:05:45 +02:00
Eelco Dolstra
0c3b1112af
Revert "Python 3.5: add less"
...
This reverts commit e261818c68
and
others. Having Python propagate less really doesn't make sense.
2016-09-01 12:54:46 +02:00
Eelco Dolstra
b1841490e7
openexr: Use separate dev and bin outputs
2016-09-01 12:54:46 +02:00
Tuomas Tynkkynen
8c4aeb1780
Merge staging into master
...
Brings in:
- changed output order for multiple outputs:
https://github.com/NixOS/nixpkgs/pull/14766
- audit disabled by default
https://github.com/NixOS/nixpkgs/pull/17916
Conflicts:
pkgs/development/libraries/openldap/default.nix
2016-09-01 13:27:27 +03:00
Franz Pletz
003ab1d9fd
nftables: 0.5 -> 0.6
2016-09-01 12:25:14 +02:00
Franz Pletz
3a4b6ad297
libnftnl: 1.0.5 -> 1.0.6
2016-09-01 12:25:14 +02:00
Franz Pletz
58a9e368ac
libmnl: 1.0.3 -> 1.0.4
2016-09-01 12:25:14 +02:00
Frederik Rietdijk
684f08166c
fixup
2016-09-01 12:03:10 +02:00
Adrien Devresse
ae2800378f
neuron: fix issue #17914 -> Add python bindings to neuron derivation and minor fixes
...
- Add support for python bindings
- make neuron respect standard pythonpath prefix
- force exec_prefix == prefix to respect standard nix file hierarchy
- normalize indentation
- propagate dependencies necessary for nrniv_makefile usage
- Add support for darwin
2016-09-01 12:03:10 +02:00
Jaka Hudoklin
e0da6b16f6
Merge pull request #17959 from offlinehacker/pkgs/kube-aws/init
...
kube-aws: init at 0.8.1
2016-09-01 11:58:38 +02:00
Eelco Dolstra
c861feee18
openldap: Get rid of runtime dependency on gcc
...
The problem here was that the openldap binaries had /tmp/... in their
RPATH *before* $out/lib, so patchelf --shrink-rpath considered the
$out/lib entry unused.
As a workaround, use NIX_LDFLAGS_BEFORE to ensure a proper order.
2016-09-01 11:43:30 +02:00
zimbatm
f1035132f3
Merge pull request #18099 from zimbatm/nokogiri-fixup
...
Nokogiri fixup
2016-09-01 10:43:22 +01:00
Frederik Rietdijk
56c6b4365f
Merge pull request #18148 from adevress/master-openmpi
...
openmpi: fix libtool issue #18147 by stripping libtool *.la files
2016-09-01 11:37:52 +02:00
Fernando J Pando
d86114cbd5
buildbot: init at 0.9.0rc2
...
buildbot: init
buildbot-0.9.0rc2
buildbot-worker: init
buildbot-worker-0.9.0rc2
buildbot-ui: init
buildbot-www-0.9.0rc2
buildbot-full: init
buildbot-www-0.9.0rc1
buildbot-waterfall-view-0.9.0rc2
buildbot-console-view-0.9.0rc2
2016-09-01 11:31:15 +02:00
Frederik Rietdijk
7cf000b77e
buildbot -> buildbot_8
2016-09-01 11:31:15 +02:00
Peter Hoeg
28dc4cd3d7
ledger-web: init at 1.5.2
2016-09-01 17:08:57 +08:00
Eelco Dolstra
8172cd734c
docdev -> devdoc
...
It's "developer documentation", not "documentation developer" after
all.
2016-09-01 11:07:23 +02:00
Alexander Ried
8a547ae092
accountsservice: add nixbld* to blacklist
2016-09-01 11:07:04 +02:00
Alexander Ried
ef35c66fe7
accountsservice: fix paths for nixos
2016-09-01 11:07:04 +02:00
Alexander Ried
cdaf55a961
accountsservice: convert patch to default format
2016-09-01 11:07:03 +02:00
Fernando J Pando
202d9e29c3
pythonPackages.setuptoolsTrial: 0.5.12 -> 0.6.0
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 11:02:57 +02:00
Eelco Dolstra
e84a3524b5
man-pages: Don't have a separate docdev output
...
I got:
$ nix-env -f . -iA manpages
$ man mmap
No manual entry for mmap
which is suboptimal for a package that "documents the Linux kernel and
C library interfaces that are employed by user-space programs"
(https://www.kernel.org/doc/man-pages/ ).
2016-09-01 10:57:25 +02:00
Fernando J Pando
e800ba8df7
pytest-virtualenv: init pytest-virtualenv-1.1.0
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 10:56:29 +02:00
Fernando J Pando
bea6b4b36f
pythonPackages.isort: 4.2.2 -> 4.2.5
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 10:56:29 +02:00
Frederik Rietdijk
47a2a15013
pythonPackages.apipkg: fix tests
2016-09-01 10:56:29 +02:00
Fernando J Pando
3d09c34184
pythonPackages.execnet: 1.1 -> 1.4.1
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 10:56:29 +02:00
Domen Kožar
e6ced1cb1f
Merge pull request #18178 from womfoo/fix/libtcod-build
...
libtcod: fix build
2016-09-01 10:56:16 +02:00
Domen Kožar
e4d784ace5
Merge pull request #18177 from womfoo/fix/jimtcl-build
...
jimtcl: fix build
2016-09-01 10:55:13 +02:00
Eelco Dolstra
02ee9d83d0
enableParallelBuild -> enableParallelBuilding
2016-09-01 10:46:47 +02:00
Kranium Gikos Mendoza
d15681f47b
tome4: fix build
2016-09-01 16:26:24 +08:00
Kranium Gikos Mendoza
1131165189
libtcod: fix build
2016-09-01 16:26:17 +08:00
Kranium Gikos Mendoza
9fc8731347
jimtcl: fix build
2016-09-01 16:26:10 +08:00
Fernando J Pando
85546fb342
pythonPackages.txgithub: init at 15.0.0
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 09:53:04 +02:00
Fernando J Pando
28b60b1924
pythonPackages.pyjade: init at 4.0.0
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 09:50:31 +02:00
Fernando J Pando
96a0fbb587
pythonPackages.whoosh: init at 2.7.4
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 09:42:10 +02:00
Fernando J Pando
42d8dd14b9
pythonPackages.txrequests: init at 0.9.2
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 09:42:02 +02:00
Rommel M. Martinez
b5872b13f5
emem: 0.2.27 -> 0.2.28
2016-09-01 13:08:35 +08:00
Thomas Tuegel
e446b9f1b1
keybase: 1.0.16 -> 1.0.17
2016-08-31 21:36:47 -05:00
Graham Christensen
43d38c0fea
Merge pull request #18174 from acowley/ffmpeg-update-3.1.3
...
ffmpeg-full: 3.0.2 -> 3.1.3
2016-08-31 20:33:14 -04:00
Anthony Cowley
7b86688923
ffmpeg-full: 3.0.2 -> 3.1.3
...
This required a minor patch to work with the darwin stdenv on OS X 10.11
and newer.
2016-08-31 19:00:27 -04:00
Tuomas Tynkkynen
96004b9d8c
nilfs-utils: Set dontPatchELF due to broken RPATH by patchelf
2016-09-01 01:48:49 +03:00
Thomas Tuegel
c643770861
Merge branch 'emacs-packages'
2016-08-31 17:41:36 -05:00
Thomas Tuegel
017691035d
melpaStablePackages 2016-08-31
2016-08-31 17:27:06 -05:00
Thomas Tuegel
432b57b853
melpaPackages 2016-08-30
2016-08-31 16:49:10 -05:00
Tuomas Tynkkynen
43cf6f944a
zabbix: Use dev outputs of libc
2016-09-01 00:28:32 +03:00
Sander van der Burg
c4e67a3dc9
node-webkit: fix library references with multiple output derivations
2016-08-31 20:48:23 +00:00
Tuomas Tynkkynen
20ab753e35
libaudit: Split into multiple outputs
2016-08-31 23:15:28 +03:00
Guillaume Maudoux
63ab4ebf8d
openldap: do strip, with proper fix
...
[dezgeg: Add comment about the proper fix in patchelf]
2016-08-31 23:08:32 +03:00
Tuomas Tynkkynen
204f19ede1
all-packages.nix: Remove '.bin // { outputs = [ "bin" ] }' hacks from Go packages
...
Not needed in the new multiple-outputs infra.
2016-08-31 22:37:38 +03:00
Tuomas Tynkkynen
43a5d30e00
ruby: Fix evaluation error
...
In the tarball job:
````
checking find-tarballs.nix
error: while evaluating anonymous function at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:6:1, called from undefined position:
while evaluating ‘operator’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:27:16, called from undefined position:
while evaluating ‘immediateDependenciesOf’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:39:29, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:27:44:
while evaluating anonymous function at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/attrsets.nix:224:10, called from undefined position:
while evaluating anonymous function at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:40:37, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/attrsets.nix:224:16:
while evaluating ‘derivationsIn’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:42:19, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:40:40:
while evaluating ‘optional’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/lists.nix:175:20, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:44:33:
while evaluating ‘canEval’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:48:13, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:44:43:
while evaluating the attribute ‘pkgs’ of the derivation ‘ruby-dev-2.3.1-p0’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/pkgs/build-support/trivial-builders.nix:10:14:
while evaluating ‘override’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:60:22, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/pkgs/development/interpreters/ruby/dev.nix:10:13:
while evaluating ‘makeOverridable’ at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:54:24, called from /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:60:31:
anonymous function at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/pkgs/development/ruby-modules/bundix/default.nix:1:1 called with unexpected argument ‘ruby’, at /tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:56:12
````
2016-08-31 21:13:12 +03:00
Michael Raskin
61fe09d670
fast-neural-doodle: fix script name
2016-08-31 19:49:18 +02:00
Michael Raskin
1280b110cb
fast-neural-doodle: init at 0.0pre2016-07-01
2016-08-31 19:45:28 +02:00
Michael Raskin
2f5630a89f
torch-hdf5: init at 0.0pre2016-07-01
2016-08-31 19:45:28 +02:00
Michael Raskin
e2f48282d3
neural-style: symlink models so they can be shared easily
2016-08-31 19:45:28 +02:00
roconnor
f5c6b160c9
trezor-agent: 0.6.1 -> 0.6.5 ( #18163 )
...
cc @np
2016-08-31 17:01:43 +00:00
Tuomas Tynkkynen
b691bc22ef
golden-cheetah: Use 'dev' output of qttools
2016-08-31 19:37:05 +03:00
Mohammed Yaseen Mowzer
921682a4d5
geogebra: 5.0.265.0 -> 5.0.271.0
2016-08-31 18:31:56 +02:00
Rushmore Mushambi
087f4b37e2
Merge pull request #18155 from rushmorem/update-rethinkdb
...
rethinkdb: 2.3.4 -> 2.3.5
2016-08-31 17:14:34 +02:00
Robin Gloster
459d46dc5a
socat2pre: enable ip6 on darwin
2016-08-31 15:41:51 +02:00
rushmorem
ac26d8ff43
rethinkdb: 2.3.4 -> 2.3.5
2016-08-31 15:15:08 +02:00
Nikolay Amiantov
2128224620
linuxPackages.vhba: disable PIC hardening
2016-08-31 16:00:31 +03:00
Nikolay Amiantov
c9bcec2e88
gst_plugins_good: fix minimalDeps build
2016-08-31 15:40:07 +03:00
Frederik Rietdijk
1d08316220
pythonPackages.rpy2: mark as broken
2016-08-31 14:33:11 +02:00
Tuomas Tynkkynen
6563cd34d8
qt5.6, qt5.7: Use dev output of qtbase in setupHook
2016-08-31 15:23:24 +03:00
Graham Christensen
24f7946489
Merge pull request #18154 from womfoo/fix/mbpfan-buffer-overflow
...
mbpfan: include buffer overflow patch
2016-08-31 08:16:57 -04:00
Eelco Dolstra
25c9f2729e
thunderbird: 45.2.0 -> 45.3.0
2016-08-31 14:00:44 +02:00
Eelco Dolstra
4309d99b70
Merge pull request #18150 from taku0/thunderbird-bin-45.3.0
...
thunderbird-bin: 45.2.0 -> 45.3.0
2016-08-31 13:39:57 +02:00
Robin Gloster
7b1597bec2
qemu: 2.6.0 -> 2.6.1
2016-08-31 13:31:22 +02:00
Robin Gloster
7eaa83a3e9
qemu: patch security issues in 9pfs
...
CVE-2016-7116, others have no ID assigned, yet.
Fixes from 2.7 tree.
2016-08-31 13:31:22 +02:00
Kranium Gikos Mendoza
bbafdefd86
mbpfan: include buffer overflow patch
2016-08-31 19:25:28 +08:00
Luca Bruno
24f36cce50
Merge pull request #18102 from sjmackenzie/cargo-hash-fix
...
Cargo has incorrect hash
2016-08-31 11:04:59 +00:00
Tuomas Tynkkynen
9b63aff395
go: Split output order to match new convention
2016-08-31 13:55:40 +03:00
Tuomas Tynkkynen
6086142ece
mupdf: Split 'dev' output
2016-08-31 13:12:11 +03:00
zimbatm
5d61c42d6b
Merge pull request #18145 from manveru/bundix
...
bundix: 2.2.0
2016-08-31 11:11:01 +01:00
Adrien Devresse
2a79d296d3
openmpi: fix libtool issue #18147 by stripping libtool *.la files
2016-08-31 12:03:07 +02:00
Peter Simons
2d091873ab
configuration-hackage2nix.yaml: update list of broken builds
2016-08-31 12:01:03 +02:00
Peter Simons
a96160728e
haskell-mueval: remove obsolete patch
2016-08-31 12:01:03 +02:00
Peter Simons
fbff1305fb
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v2.0.1 using the following inputs:
- Hackage: 0752bfd4f0
- LTS Haskell: e602b68df3
- Stackage Nightly: f7407f2e81
2016-08-31 12:00:58 +02:00
Tuomas Tynkkynen
96dae0f286
xxkb: Fix 'lib.optional' use
2016-08-31 12:54:28 +03:00
Tuomas Tynkkynen
b87a2245b1
root: Fix libc dev reference
2016-08-31 12:54:28 +03:00
Michael Fellinger
f75e2c8583
bundix: 2.2.0
2016-08-31 11:52:06 +02:00
Emery Hemingway
6e548b7901
plan9port: 2015-06-29 -> 2015-11-10 ( #18141 )
2016-08-31 11:41:49 +02:00
Domen Kožar
da421bc75f
Fix #4210 : Remove builderDefs
...
This was one of the ways to build packages, we are trying
hard to minimize different ways so it's easier for newcomers
to learn only one way.
This also:
- removes texLive (old), fixes #14807
- removed upstream-updater, if that code is still used it should be in
separate repo
- changes a few packages like gitit/mit-scheme to use new texlive
2016-08-31 11:34:46 +02:00
Tuomas Tynkkynen
307f7efcc9
pinentry: Fix dev reference to qtbase
2016-08-31 12:32:58 +03:00
Tuomas Tynkkynen
feed8beb47
virtualbox: Fix glibc dev reference
2016-08-31 12:32:34 +03:00
Domen Kožar
557b329608
dictd-db: get rid of builderDefs #4210
2016-08-31 10:41:25 +02:00
Robert Helgesson
5b61d97701
oxygenfonts: corrected version
...
The correct date should be Aug 24th 2016. See #17985 .
2016-08-31 07:59:01 +02:00
Ram Kromberg
e852a8e8b6
plan9port: 2015-06-29 -> 2015-11-10
2016-08-31 08:58:45 +03:00
Gabriel Ebner
15af9082eb
llvmPackages_39: init at 3.9.0rc3
2016-08-31 07:13:35 +02:00
Joachim F
5f6d842ab1
Merge pull request #18122 from romildo/upd.aria2
...
aria2: 1.24.0 -> 1.26.1
2016-08-31 00:25:47 +02:00
Philip Potter
66726acfae
sysklogd: fix compile error ( #18133 )
...
sysklogd was failing to build because it didn't know the size of the
`union wait` type.
Running `git bisect` showed 9744c7768d
,
which bumped glibc from 2.23 to 2.24, as the likely suspect. This is
corroborated by evidence such as this email:
https://lists.debian.org/debian-glibc/2016/08/msg00069.html
Linux from scratch recommends changing `union wait` to `int`:
http://www.linuxfromscratch.org/lfs/view/development/chapter06/sysklogd.html
Therefore, that's what this commit does.
2016-08-31 00:05:07 +02:00
Joachim F
986e64280e
Merge pull request #17970 from adolfogc/pjsip
...
pjsip: 2.1 -> 2.5.5
2016-08-30 22:30:55 +02:00
Tuomas Tynkkynen
c46869f13b
neko: Use dev outputs when building an include path
2016-08-30 23:16:34 +03:00
Lancelot SIX
400995e46d
Merge pull request #18125 from romildo/upd.mkvtoolnix
...
mkvtoolnix: 9.3.1 -> 9.4.0
Built and tested locally
2016-08-30 22:07:36 +02:00
Tuomas Tynkkynen
d45d243749
libbb2: Use "--enable-fat=yes" to avoid build nondeterminism
...
Otherwise it would pick various -march flags based on the CPU of the
compiling system, using beautiful code like this:
````
63 AC_CACHE_CHECK(for x86 cpuid $1 output, ax_cv_gcc_x86_cpuid_$1,
64 [AC_RUN_IFELSE([AC_LANG_PROGRAM([#include <stdio.h>], [
65 int op = $1, eax, ebx, ecx, edx;
66 FILE *f;
67 __asm__("cpuid"
68 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
69 : "a" (op));
70 f = fopen("conftest_cpuid", "w"); if (!f) return 1;
71 fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
72 fclose(f);
73 return 0;
74 ])],
...
121 AC_CACHE_CHECK([whether avx is supported], [ax_cv_have_avx_ext],
122 [
123 ax_cv_have_avx_ext=no
124 if test "$((0x$ecx>>28&0x01))" = 1; then
125 ax_cv_have_avx_ext=yes
126 fi
127 ])
````
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
0cfb79afac
gcc6: Unify some differences with gcc5
...
In particular, fixes build with the new shuffled outputs.
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
4223e83a68
tcltls: Fix reference to openssl dev output
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
f97ba3070a
gdal: Fix reference to mysql dev output
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
e08599567a
frame: Fix 'lib.optional' use
...
Produces a list-of-lists in buildInputs
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
d2ef0577c5
grail: Fix 'lib.optional' use
...
Produces a list-of-lists as buildInputs.
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
3a762ef967
shadowsocks-libev: Fix 'lib.optional' use
...
Produces buildInputs having lists of lists.
2016-08-30 23:00:13 +03:00
Tuomas Tynkkynen
810135363e
ceph: Fix 'lib.optional' use
...
Produces a list of list as buildInputs.
2016-08-30 23:00:13 +03:00
Frederik Rietdijk
514208cfb5
pythonPackages.cryptography: fix missing dependency
2016-08-30 21:36:33 +02:00
Nikolay Amiantov
0987f2ff6a
Merge pull request #18100 from Mic92/android-udev-rules
...
android-udev-rules: usage example
2016-08-30 23:09:56 +04:00
José Romildo Malaquias
cb4cd5d7f0
roboto: init at 2.134 ( #18127 )
2016-08-30 20:26:06 +02:00
Graham Christensen
5ede656a18
Merge pull request #18114 from l2dy/patch-1
...
ffmpeg: 3.1.2 -> 3.1.3
2016-08-30 14:07:28 -04:00
Eric Sagnes
5af8e4b001
rainbowstream: 1.3.3 -> 1.3.5
2016-08-31 03:02:53 +09:00
Thomas Tuegel
8c21a4ee2e
elpaPackages 2016-08-30
2016-08-30 12:24:08 -05:00
Frederik Rietdijk
fcdee04c9e
pythonPackages.cytoolz: 0.7.4 -> 0.8.0
2016-08-30 19:02:06 +02:00
Frederik Rietdijk
dc04f8a2f0
pythonPackages.toolz: 0.7.4 -> 0.8.0
2016-08-30 19:01:55 +02:00
Frederik Rietdijk
5e59a4b610
pythonPackages.traitlets: 4.2.1 -> 4.2.2
2016-08-30 18:58:11 +02:00
Frederik Rietdijk
704d413f82
pythonPackages.sounddevice: 0.3.1 -> 0.3.4
2016-08-30 18:56:48 +02:00
Frederik Rietdijk
0478682f09
libsndfile: 1.0.26 -> 1.0.27
2016-08-30 18:53:31 +02:00
Frederik Rietdijk
0d8ccc9d29
pythonPackages.dask: 0.9.0 -> 0.11.0
2016-08-30 18:40:41 +02:00
Frederik Rietdijk
ec97b83851
pythonPackages.xarray: 0.7.2 -> 0.8.2
2016-08-30 18:38:56 +02:00
Frederik Rietdijk
4f5a349430
pythonPackages.tqdm: 3.7.1 -> 3.8.4
2016-08-30 18:38:42 +02:00
Frederik Rietdijk
31229ab3eb
pythonPackages.llvmlite: 0.12.1 -> 0.13.0
2016-08-30 18:38:27 +02:00
Frederik Rietdijk
433681b1fc
pythonPackages.jupyter_core: 4.1.0 -> 4.1.1
2016-08-30 18:38:12 +02:00
Frederik Rietdijk
27ed131128
pythonPackages.jupyter_client: 4.2.2 -> 4.3.0
2016-08-30 18:37:52 +02:00
Frederik Rietdijk
354f148ba5
pythonPackages.jupyter: no tests
2016-08-30 18:37:36 +02:00
Frederik Rietdijk
3b09cf7fc1
pythonPackages.requests2: 2.11.0 -> 2.11.1
2016-08-30 17:59:35 +02:00
Frederik Rietdijk
aedb9a8490
pythonPackages.pillow: 3.3.0 -> 3.3.1
2016-08-30 17:59:35 +02:00
Frederik Rietdijk
7adaf9868d
pythonPackages.bcrypt: 2.0.0 -> 3.1.0
2016-08-30 17:59:35 +02:00
Frederik Rietdijk
57aa327664
Merge pull request #17416 from juliendehos/cxxtest
...
cxxtest: init at 4.4
2016-08-30 17:31:06 +02:00
Frederik Rietdijk
94c41a5d25
Merge pull request #18123 from lancelotsix/update_qgis_2.16.2
...
qgis: 2.16.1 -> 2.16.2
2016-08-30 17:29:00 +02:00
Octavian Cerna
938b993091
raspberrypifw: Don't strip ELF files
...
Stripping breaks raspivid and other executables.
2016-08-30 17:34:16 +03:00
Julien Dehos
b72dfa7b7b
cxxtest: init at 4.4
2016-08-30 16:18:07 +02:00
Frederik Rietdijk
29b5c72cbc
pythonPackages.pytz: 2016.3 -> 2016.6.1
2016-08-30 16:08:12 +02:00
Tuomas Tynkkynen
7259f80577
libre: Use 'dev' output of libc
2016-08-30 16:30:24 +03:00
Tuomas Tynkkynen
c4521aeffa
xcb-util-xrm: Fix 'lib.optional' usage
...
That produces a list containing a singleton list containing libX11.
2016-08-30 16:28:02 +03:00
José Romildo Malaquias
b2a68b73dc
mkvtoolnix: 9.3.1 -> 9.4.0
2016-08-30 10:24:06 -03:00
Thomas Tuegel
6b20d5b75e
Merge pull request #18113 from layus/emacs-closure-size
...
emacs24: nuke extra references to buildInputs
2016-08-30 08:17:58 -05:00
Robin Gloster
94201919d2
Merge pull request #18121 from lancelotsix/update_gsl_2.2
...
gsl: 2.1 -> 2.2
2016-08-30 15:16:41 +02:00
Lancelot SIX
290ea9102c
qgis: 2.16.1 -> 2.16.2
2016-08-30 15:10:07 +02:00
Tuomas Tynkkynen
8576332fdf
grsec: Fix build after multiple output shuffling
...
Same problem with overrideDerivation as in
https://github.com/NixOS/nixpkgs/issues/10721 . Would be nice to have
that fixed...
2016-08-30 15:55:49 +03:00
José Romildo Malaquias
e9f1e1ad06
aria2: 1.24.0 -> 1.26.1
2016-08-30 09:51:35 -03:00
Fernando J Pando
cd838654ea
sphinx-jinja: init 0.2.1
...
Tested on Linux
2016-08-30 14:45:54 +02:00
tomberek
e47a7424c9
libtelnet: init at 20160426 ( #17936 )
2016-08-30 14:41:17 +02:00
Profpatsch
e1e96a8210
youtube-dl: wrap with atomicparsley ( #18066 )
...
Otherwise --embed-thumbnail will crash youtube-dl while running.
Rewrite the module arguments to be semantic and not fail with null
pointer errors.
2016-08-30 14:36:16 +02:00
Ram Kromberg
f254db331e
qweechat: init at 2016-07-29 ( #18094 )
2016-08-30 14:29:45 +02:00
Matthias Beyer
87cecbeba6
timewarrior: 1.0.0.beta1 -> 1.0.0 ( #18120 )
2016-08-30 14:19:19 +02:00
Tuomas Tynkkynen
73f1ade407
glibc_multi: Reference dev outputs of glibc
2016-08-30 15:18:51 +03:00
Frederik Rietdijk
a734be3239
Merge pull request #18097 from leenaars/manuskript
...
manuskript: cleanup of install
2016-08-30 14:18:48 +02:00
Lancelot SIX
750c1b1302
gsl: 2.1 -> 2.2
...
See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00015.html
for announcement and news.
2016-08-30 13:53:14 +02:00
Lancelot SIX
186f5a10f0
lush2: add missing libSM dependency
2016-08-30 13:52:59 +02:00
Frederik Rietdijk
efd175699f
pythonPackages.sphinxcontrib-spelling: fix maintainer and license
2016-08-30 13:44:49 +02:00
Frederik Rietdijk
bed7263503
pythonPackages.sphinxcontrib-blockdiag: fix maintainer and license
2016-08-30 13:44:33 +02:00
Daiderd Jordan
a03c84538c
Merge pull request #18110 from holidaycheck/nodejs-6.4.0
...
nodejs-6_x: 6.3.1 -> 6.4.0
2016-08-30 13:27:51 +02:00
Frederik Rietdijk
db1d965ae6
Revert "duply: add pythonPackages.cryptography"
...
This reverts commit 400d1d5c89
.
Didn't fix https://github.com/NixOS/nixpkgs/issues/18112
2016-08-30 12:54:59 +02:00
Frederik Rietdijk
dfe2b9e6ea
pythonPackages.cryptography_vectors: 1.4 -> 1.5
2016-08-30 12:23:57 +02:00
Frederik Rietdijk
8651fa9969
pythonPackages.cryptography: 1.4 -> 1.5
2016-08-30 12:23:47 +02:00
Frederik Rietdijk
400d1d5c89
duply: add pythonPackages.cryptography
2016-08-30 12:20:25 +02:00
Frederik Rietdijk
6f1d7d67c0
pythonPackages.cmdline: init at 0.1.6
2016-08-30 12:06:19 +02:00
Frederik Rietdijk
f5ce76c6d8
pythonPackages.process-tests: init at 1.2.1
2016-08-30 12:06:19 +02:00
Frederik Rietdijk
53e9993f4e
pythonPackages.helper: init at 2.4.1
2016-08-30 12:06:19 +02:00
Frederik Rietdijk
ad633d39dd
pythonPackages.pytestcov: 2.2.0 -> 2.3.1
2016-08-30 12:06:18 +02:00
Fernando J Pando
4b820b842b
pythonPackages.pytest-fixture-config: init at 1.0.1
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
dcd21c775f
pythonPackages.pytest-shutil: init at 1.1.1
...
Tested on Linux
2016-08-30 12:06:18 +02:00
Fernando J Pando
184cef18d9
pythonPackages.pytest-server-fixtures: init at 1.1.0
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
f3f975a0dd
pythonPackages.pytest-mock: init at 1.2
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
251e67af5c
pythonPackages.jsonref: init at 0.1
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
e8d326a438
pythonPackages.ramlfications: init at 0.1.9
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
f3a9980e19
pythonPackages.sphinxcontrib-spelling: init at 2.2.0
...
Tested on Linux
2016-08-30 12:06:18 +02:00
Frederik Rietdijk
21eb4972be
pythonPackages.funcparserlib: build on Python 3.x
2016-08-30 12:06:18 +02:00
Frederik Rietdijk
e9dea3c02a
pythonPackages.sphinx-testing: init at 0.7.1
2016-08-30 12:06:18 +02:00
Fernando J Pando
bb06f95cc8
pythonPackages.sphinxcontrib-blockdiag: init at 1.5.5
...
Tested on linux
2016-08-30 12:06:18 +02:00
Fernando J Pando
f59448add0
pythonPackages.autobahn: init at 0.16.0
...
Tested on linux
2016-08-30 12:06:18 +02:00
Fernando J Pando
17278243d8
pythonPackages.txaio: init at 2.5.1
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Moritz Ulrich
70f55f9930
rust{Beta,Unstable}: Remove outdated comment.
2016-08-30 12:05:45 +02:00
Shea Levy
d4e012780f
rust{Beta,Unstable}: Remove lowPrio calls
...
These are sets of derivations and there is no recurseIntoAttrs, so the
packages aren't exposed to nix-env by name at all.
2016-08-30 05:56:15 -04:00
Tuomas Tynkkynen
d3dc3d4130
Merge remote-tracking branch 'dezgeg/shuffle-outputs' into staging
...
https://github.com/NixOS/nixpkgs/pull/14766
2016-08-30 12:43:37 +03:00
Luca Bruno
5c5fd1cb60
Merge pull request #18096 from leenaars/wavrsocvt
...
wavrsocvt: init at 1.0.2.0
2016-08-30 11:41:08 +02:00
Luca Bruno
cca72718b3
Merge pull request #18095 from Mic92/valauncher
...
valauncher: init at 1.2
2016-08-30 11:36:42 +02:00
Zero King
e35bbf108a
ffmpeg: 3.1.2 -> 3.1.3
2016-08-30 09:06:18 +00:00
Lluís Batlle i Rossell
2f182cebcc
Updating OCE to 0.17.2
2016-08-30 11:03:02 +02:00
Guillaume Maudoux
5b00f4037e
emacs24: nuke extra references to buildInputs
2016-08-30 11:00:54 +02:00
Jörg Thalheim
2de7e30c0f
valauncher: init at 1.2
2016-08-30 10:04:43 +02:00
Tobias Pflug
86c8a63603
nodejs-6_x: 6.3.1 -> 6.4.0
2016-08-30 08:45:35 +02:00
aszlig
f19c961b4e
linux-testing: Fix arg list too long in modinst
...
With the default kernel and thus with the build I have tested in
74ec94bfa2
, we get an error during
modules_install:
make[2]: execvp: /nix/store/.../bin/bash: Argument list too long
I haven't noticed this build until I actually tried booting using this
kernel because make didn't fail here.
The reason this happens within Nix and probably didn't yet surface in
other distros is that programs only have a limited amount of memory
available for storing the environment and the arguments.
Environment variables however are quite common on Nix and thus we
stumble on problems like this way earlier - in this case Linux 4.8 - but
I have noticed this in 4.7-next as well already.
The fix is far from perfect and suffers performance overhead because we
now run grep for every *.mod file instead of passing all *.mod files
into one single invocation of grep.
But comparing the performance overhead (around 1s on my machine) with
the overall build time of the kernel I think the overhead really is
neglicible.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-30 06:55:52 +02:00
obadz
e7b2f05d20
Merge commit '6389f9b' (was in staging)
2016-08-30 02:31:59 +01:00
Tuomas Tynkkynen
d75596995e
swt: Fix LFLAGS
...
Passing '-I${foo}/lib' to GCC doesn't seem sane.
2016-08-30 03:47:50 +03:00
Tuomas Tynkkynen
aef35c52f0
treewide: Fix output references to libX11
2016-08-30 03:40:23 +03:00
taku0
816e86cba3
thunderbird-bin: 45.2.0 -> 45.3.0
2016-08-30 09:12:11 +09:00
Tuomas Tynkkynen
c3bcb4e1ce
treewide: Use explicit 'dev' references to glibc
2016-08-30 03:11:09 +03:00
Tuomas Tynkkynen
01f857409f
haskellPackages.hcwiid: Fix output references to bluez
2016-08-30 03:02:33 +03:00
Tuomas Tynkkynen
048a30e4e4
treewide: Fix dev references to libxml2
2016-08-30 03:02:32 +03:00
Tuomas Tynkkynen
47784e55e1
darwin binutils: Fix binutils-raw output references
2016-08-30 02:57:43 +03:00
Tuomas Tynkkynen
fa1a1f527b
gnome3: Use dev output of nss
2016-08-30 02:41:13 +03:00
Tuomas Tynkkynen
0836f5d3b0
erlangR14: Use dev output of openssl
2016-08-30 02:41:13 +03:00
Tuomas Tynkkynen
d4eb6887b9
xorg.xf86videoati: Use dev output of xorgserver
...
TODO: Darwin xorgserver should have consistent outputs with the Linux
one.
2016-08-30 02:41:12 +03:00
Stewart Mackenzie
33d6e5acd5
Cargo has incorrect hash
2016-08-30 05:53:03 +08:00
Jörg Thalheim
ec20540a1a
android-udev-rules: usage example
2016-08-29 23:40:13 +02:00
aszlig
86d1953ed4
build-rebar3: Append postPatch to original hook
...
The postPatch attribute is already in the function argument but is
unused elsewhere in the code, so setting postPatch with buildRebar3 is
going to end up in a no-op.
This now allows to use postPatch within buildRebar3 by simply appending
to the existing postPatch hook that removes the rebar and rebar3
escripts.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @ericbmerritt
2016-08-29 23:31:50 +02:00
zimbatm
a7cf555e2a
buildRubyGem: handle build-time ruby dependencies
...
For some reason `gem install` unsets the GEM_PATH environment variable
internally unless the install dir is provided. This in turn means that
if it invokes extconf.rb and extconf.rb depends on a gem available on
the GEM_PATH (like pkg-config for nokogiri) then it's not available in
that context.
Proof: d8293c4729/lib/rubygems/commands/install_command.rb (L151)
Blame: 9ea600c9c2
This is a hack that sets the :install_dir to where we would install
anyways (the GEM_HOME is the default installation destination).
2016-08-29 22:17:59 +01:00
Michiel Leenaars
b766e26aac
xmlmirror: move README.md to better place
2016-08-29 23:08:46 +02:00
Michiel Leenaars
fe87145c58
wavrsocvt: init at 1.0.2.0
2016-08-29 22:57:14 +02:00
Michiel Leenaars
fd69c7d944
manuskript: cleanup of install
2016-08-29 22:55:45 +02:00
Stefan Siegl
e170f3a4f7
idea.phpstorm: 10.0.4 -> 2016.2.1
2016-08-29 22:49:56 +02:00
Vladimír Čunát
3996aa8953
nix: maintenance 1.11.2 -> 1.11.3
...
Fixes #17804 .
2016-08-29 22:44:01 +02:00
Vladimír Čunát
40dc278ee0
xorg.fontbhttf: mark as unfree
...
https://bugzilla.redhat.com/show_bug.cgi?id=317641
2016-08-29 22:40:32 +02:00
Vladimír Čunát
4f73633f26
treewide: stop using fontbhttf
2016-08-29 22:28:50 +02:00
Vladimír Čunát
3f80ecfc79
fontforge: build the non-gui version without fontconfig
...
(in build-time closure)
2016-08-29 22:27:34 +02:00
Frederik Rietdijk
357fbe1ccf
Merge pull request #18080 from vbgl/qarte-3
...
qarte: 2.4.0 -> 3.2.0
2016-08-29 21:47:26 +02:00
zimbatm
b046ebbb7c
rubygems: 2.6.2 -> 2.6.6
2016-08-29 19:52:40 +01:00
aszlig
74ec94bfa2
linux/kernel/testing: 4.8-rc3 -> 4.8-rc4
...
Tested by only building the linux_testing attribute, but haven't yet
tested it in production.
I've also fixed the extraMeta.branch attribute.
Verified-with-PGP: ABAF 11C6 5A29 70B1 30AB E3C4 79BE 3E43 0041 1886
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-29 20:52:19 +02:00
aszlig
42e1ec215e
linux/kernel: Remove MLX4_EN_VXLAN for 4.8
...
This option is no longer needed and has been removed in upstream commit
torvalds/linux@a831274a13 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-29 20:52:19 +02:00
aszlig
0bce188ec1
linux/kernel: Remove KVM_APIC_ARCHITECTURE for 4.8
...
The option is no longer needed and has been removed upstream in
torvalds/linux@557abc40d1 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-08-29 20:52:19 +02:00
Balletie
32ee88e2d1
twmn: fix by running pre- and post-install hooks
...
This package had the same issue as described in issue #15744 . The custom
installPhase doesn't call pre- and post-install hooks like it should.
The solution is also similar (see commit a1facf3
).
2016-08-29 20:33:10 +02:00
Tuomas Tynkkynen
b2e701cb1d
nix-repl: Use 'dev' output of nix
2016-08-29 21:30:52 +03:00
Vladimír Čunát
475124f78e
dejavu_fonts: "symlink-split" a single font file
...
See following commits for "why".
2016-08-29 20:21:32 +02:00
Vladimír Čunát
f85053a021
ilmbase: fix linkage
...
The library was missing -pthread symbols. It wasn't failing by itself,
but e.g. blender was failing to link against is fixed now.
2016-08-29 19:40:12 +02:00
Robin Gloster
1876ce8494
ataripp: add missing libSM dependency
2016-08-29 17:15:10 +00:00
Robin Gloster
57bd89e447
fsg: disable format hardening
2016-08-29 17:01:03 +00:00
Robin Gloster
6541dfe554
wxGTK: disable format hardening
2016-08-29 17:00:34 +00:00
Ram Kromberg
3bfb354145
libsoup's vala: 0.23 -> 0.26
...
Close #17904 .
2016-08-29 18:45:55 +02:00
Robin Gloster
6a04de991c
linuxPackages_3_12.ena: fix build
2016-08-29 16:35:13 +00:00
Franz Pletz
04ab7cee02
Merge pull request #18088 from groxxda/fix/libcommuni
...
libcommuni: 2016-03-23 -> 2016-08-17, communi 2016-01-03 -> 2016-08-19
2016-08-29 18:32:16 +02:00
Vladimír Čunát
acca6d2293
libreoffice: remove a flaky test on i686
...
... by a patch from Debian.
2016-08-29 18:29:12 +02:00
Adolfo E. García Castro
64667ae3ef
pjsip: 2.1 -> 2.5.5
2016-08-29 10:22:34 -06:00
zimbatm
6ae57b1b63
bundler: fix usage on nested call
...
The combination of bundler 1.12.5 and rubygems 1.6.2 doesn't play well
at all when trying to run gems such as foreman where bundler is used to
run bundler.
Just upgrading to the latest bundler rc doesn't fix it and changing rubygems causes a massive rebuild.
Issues:
- https://github.com/bundler/bundler/issues/4402
- https://github.com/bundler/bundler/issues/4576
- https://github.com/bundler/bundler/issues/4602
- https://github.com/docker-library/ruby/issues/73
This PR patches bundler to work around the issue as highlighted here and
unbreaks everything for me:
https://github.com/bundler/bundler/issues/4602#issuecomment-233619696
2016-08-29 17:03:12 +01:00
obadz
1ba32c5403
Merge branch 'master' into staging
2016-08-29 16:22:36 +01:00
obadz
6389f9b349
Revert "make-bootstrap-tools.darwin: upgrade to llvm 3.8"
...
This reverts commit bddf4e2180
.
Trying to fix stdenvBootstrapTools.x86_64-darwin.stdenv
cc @copumpkin @domenkozar
2016-08-29 16:19:36 +01:00
Alexander Ried
8d26e56608
communi: 2016-01-03 -> 2016-08-19
2016-08-29 17:04:27 +02:00
Peter Simons
67c57a9ce5
Merge pull request #18016 from Profpatsch/spy-patch
...
haskellPackages.spy: fix for new fsnotify version
2016-08-29 16:55:06 +02:00
Peter Simons
486c204859
Merge pull request #18087 from YPares/stack-getlib
...
Haskell stack nix shell: using lib.getLib/Dev now
2016-08-29 16:54:36 +02:00
YPares
9ddcd5d456
Haskell stack nix shell: using lib.getLib/Dev now
2016-08-29 16:15:09 +02:00
Vincent Laporte
17af87323d
maxima: 5.36.1 -> 5.38.1
2016-08-29 15:52:05 +02:00
Alexander Ried
07ed06f8da
libcommuni: 2016-03-23 -> 2016-08-17
...
add missing build input (fixes build)
2016-08-29 15:37:41 +02:00
Robin Gloster
6f21201f93
rtags: git-2016-04-29 -> 2.3
...
should fix the darwin build
2016-08-29 13:33:36 +00:00
Robin Gloster
005a147f92
sage: fix build
...
closes #17842
2016-08-29 12:46:51 +00:00
Vladimír Čunát
b981fe2095
vim-indent-guides: init at 2016-04-17
2016-08-29 14:40:12 +02:00
Vladimír Čunát
f688ea37d8
bear: init at 2.2.0
2016-08-29 14:13:01 +02:00
obadz
0e9d355397
musl: disable stackprotector hardening
...
Prevents busybox segfault
2016-08-29 13:04:29 +01:00
Tuomas Tynkkynen
69e51ebf55
kde-frameworks: Use chooseDevOutputs
2016-08-29 14:49:54 +03:00
Tuomas Tynkkynen
89833c0c72
binutils: Shuffle outputs
2016-08-29 14:49:54 +03:00
Tuomas Tynkkynen
dcf0e8ac48
kde5.plasma: Use 'dev' output of xf86inputsynaptics
2016-08-29 14:49:54 +03:00
Tuomas Tynkkynen
2f50cfe25f
qt5: Shuffle outputs
...
Unnoticed by the scripts.
2016-08-29 14:49:53 +03:00
Tuomas Tynkkynen
040fadf345
glibc_multi: Fix unnoticed output shuffle
2016-08-29 14:49:53 +03:00
Tuomas Tynkkynen
55fa3b52a3
php: Fix mysql reference
...
TODO: Fix the mysql expression so this isn't needed.
2016-08-29 14:49:53 +03:00
Tuomas Tynkkynen
7c1607ae65
webkitgtk: Few last missing 'dev' references
2016-08-29 14:49:53 +03:00
Tuomas Tynkkynen
fd4b3dcccb
gmp{4,5}: Split into multiple outputs
...
Keep all versions consistent so that e.g. 'gmp.dev' is always available,
regardless of version.
2016-08-29 14:49:52 +03:00
Tuomas Tynkkynen
8ed3d6a7e5
cmake 2.8: Fix build with shuffled outputs
2016-08-29 14:49:52 +03:00
Tuomas Tynkkynen
ba6d94e6a5
ruby: dev -> devEnv
...
Otherwise conflicts with the convention of `dev` output.
2016-08-29 14:49:52 +03:00
Tuomas Tynkkynen
0e26cf84fc
kernel: Remove propagatedBuildOutputs
...
Not needed after the shuffle.
2016-08-29 14:49:52 +03:00
Tuomas Tynkkynen
e065baafba
glibc: Make one exception for output order
...
Usages like '${stdenv.cc.libc}/lib/ld-linux-x86-64.so.2' are much more
common than the bin output.
2016-08-29 14:49:52 +03:00
Tuomas Tynkkynen
a17216af4c
treewide: Shuffle outputs
...
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Tuomas Tynkkynen
5d55ae5d50
stdenv/multiple-outputs.sh: Change output propagation logic
...
Because 'dev' will most often not be the default output after my changes.
2016-08-29 14:49:51 +03:00
Tuomas Tynkkynen
5326e85f3d
stdenv.mkDerivation: Use chooseDevOutputs
2016-08-29 14:49:51 +03:00
obadz
b74793bd1c
Merge branch 'master' into staging
...
Conflicts:
pkgs/tools/system/facter/default.nix
2016-08-29 12:44:17 +01:00
Frederik Rietdijk
aebabb9871
qarte: create python env
2016-08-29 13:36:50 +02:00
Vincent Laporte
58738e4bc7
qarte: 2.4.0 -> 3.2.0
2016-08-29 13:36:50 +02:00
Joachim Fasting
898edb0fbc
lttng-modules: 2.6.3 -> 2.8.0
...
Full changelog at
https://git.lttng.org/?p=lttng-modules.git;a=blob_plain;f=ChangeLog;hb=4d484e547c486f902a60216dc421cb891b772431
Built against linux and linux_latest
cc @bjornfor
2016-08-29 11:39:44 +02:00
Robin Gloster
f3c994ca11
rhino: disable format/fortify hardening
2016-08-29 09:08:03 +00:00
Robin Gloster
b0b2a94751
pdftk: disable format/fortify hardening
2016-08-29 09:02:03 +00:00
Frederik Rietdijk
aca4801f53
mendeley: add missing liborc
2016-08-29 10:35:30 +02:00
Frederik Rietdijk
5da0b34591
liborc: init at 0.4.16
2016-08-29 10:35:21 +02:00
Robin Gloster
0865e22567
xorg.xf86videoxgi: add patch to fix build
2016-08-29 08:25:12 +00:00
Eric Sagnes
6eaad23263
groonga: 6.0.7 -> 6.0.8
2016-08-29 17:17:16 +09:00
Frederik Rietdijk
d87b415dec
mendeley: 1.16.1 -> 1.16.2
2016-08-29 10:02:05 +02:00
Peter Hoeg
da6e81ff6b
dropbox: 8.4.19 -> 8.4.21 ( #18079 )
...
Additionally, we set proper permissions on the files in the output.
2016-08-29 07:42:49 +00:00
Gabriel Ebner
6a11b11a7d
handbrake: 0.9.9 -> 0.10.5
2016-08-29 08:05:26 +02:00
Graham Christensen
7a073c1c6d
Merge pull request #18057 from peterhoeg/kindlegen
...
kindlegen: init at 2.9
2016-08-28 22:24:21 -04:00
Joachim Fasting
e5c3a52afc
grsecurity: fix features.grsecurity
...
Previously, features.grsecurity wasn't actually set due to a bug in the
grsec builder. We now rely on the generic kernel builder to set features
from kernelPatches.
2016-08-29 04:09:40 +02:00
Joachim Fasting
b56f7acc78
batman-adv: mark as broken on -grsec
...
Looks to be incompatible with the PaX constification plugin:
> /tmp/nix-build-batman-adv-2016.2-4.7.2.drv-0/batman-adv-2016.2/net/batman-adv/soft-interface.c:1065:22:
error: constified variable 'batadv_link_ops' placed into writable
section ".data..read_mostly"
struct rtnl_link_ops batadv_link_ops __read_mostly = {
https://hydra.nixos.org/build/39312033/log/raw
2016-08-29 04:09:40 +02:00
Joachim Fasting
fcf5a24d8c
kernel config: set DEBUG_STACKOVERFLOW regardless of features.grsecurity
...
features.grsecurity has actually been unset for a long time, with no
ill effect on grsec kernel builds so this conditional looks useless.
2016-08-29 04:08:39 +02:00
Joachim Fasting
22c9d8628c
grsecurity: remove legacy attributes
...
No need to carry these into the next release.
2016-08-29 04:08:38 +02:00
Joachim Fasting
525b250052
runit: optionally build static runit{,-init}
...
May be useful in initrd along with statically linked busybox.
2016-08-29 04:08:38 +02:00
Robin Gloster
56158004b5
lprof: add hardeningDisable to environment during build
2016-08-29 01:58:16 +00:00
Robin Gloster
f81b2da3d4
go_1_4: rename to go_bootstrap and remove refs
...
This has cgo disabled, so only use this for bootstrapping.
2016-08-29 01:48:55 +00:00
Robin Gloster
06d63f6652
ipfs: build with generic go; mark as broken
...
This does not build after the binutils update due to go 1.5 failing and
ifps needs an upgrade to build with newer go.
cc packager @kamilchm
2016-08-29 01:47:38 +00:00
Robin Gloster
df935b01e7
go_1_5: remove
2016-08-29 01:44:55 +00:00
Kranium Gikos Mendoza
1cabee5973
gpxsee: 2.16 -> 2.17 ( #18075 )
2016-08-29 01:38:12 +00:00
Kranium Gikos Mendoza
268cb1a08b
forkstat: 0.01.13 -> 0.01.14 ( #18076 )
2016-08-29 01:38:01 +00:00
Robin Gloster
beff32f61e
ucommon: disable flaky networking test
2016-08-29 01:31:47 +00:00
Joachim Fasting
e0ee5dc04f
rtl8723bs: 6918e9b2ff29 -> 2016-04-11, fix build against 4.7
...
Upstream
e71a5fc58c
adds linux 4.7 support; all subsequent commits are error fixes so we
bump to current HEAD for good measure.
Built against linux and linux_latest.
Mark as broken on -grsec, seems incompatible with PaX
constification:
> 76fb2-src/hal/rtl8723b_hal_init.c:2186:26: error: assignment of member
'free_hal_data' in read-only object
pHalFunc->free_hal_data = &rtl8723b_free_hal_data;
and so on.
2016-08-29 03:31:14 +02:00
Robin Gloster
306cd03cdb
indent: disable format hardening
2016-08-29 01:29:00 +00:00
Robin Gloster
a2dd51e6a2
ocamlPackages.menhir: remove unnecessary substitution
2016-08-29 01:28:15 +00:00
Robin Gloster
4076f4d376
Merge pull request #18074 from womfoo/bump/facter-and-deps
...
facter: 3.1.8 -> 3.4.1 and add/update related dependencies
2016-08-29 01:22:28 +00:00
Franz Pletz
675848419e
go_1_5: set CGO_ENABLED=0 to cope with binutils 2.27 version bump
...
See 6eb4014874
and
https://github.com/golang/go/issues/16906 .
cc @obadz @cstrahan @edolstra @lancelotsix @globin
2016-08-29 03:01:49 +02:00
Kranium Gikos Mendoza
3cca873b15
facter: 3.1.8 -> 3.4.1
2016-08-29 08:56:34 +08:00
Kranium Gikos Mendoza
4eb021baff
leatherman: 0.7.5 -> 0.9.0
2016-08-29 08:56:06 +08:00
Kranium Gikos Mendoza
1bac115b05
cpp-hocon: init at 0.1.2
2016-08-29 08:55:40 +08:00
Tuomas Tynkkynen
3243c4f272
treewide: Make explicit that 'dev' output of SDL is used
2016-08-29 03:27:14 +03:00
Robin Gloster
e17bc25943
Merge remote-tracking branch 'upstream/master' into staging
2016-08-29 00:24:47 +00:00
Tuomas Tynkkynen
c004c6e14d
kernel config: Explicitly enable some stuff not enabled by 'make alldefconfig'
...
List of what to enable taken from https://lwn.net/Articles/672587/ .
This doesn't change the resulting x86 configs, but is more useful for
other architectures. For instance, POSIX_MQUEUE is currently missing
on ARM.
2016-08-29 03:07:11 +03:00
s1lvester
0b22104c1d
keepassx2-http: init at 2.0.2 ( #18039 )
2016-08-29 00:02:19 +00:00
Lancelot SIX
bbf1fdf4e7
gnuapl: 1.5 -> 1.6 ( #18060 )
...
Release announcement:
http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00014.html
2016-08-28 23:49:30 +00:00
Jörg Thalheim
a141f15f46
gimp: fix python plugins ( #18061 )
2016-08-28 23:41:17 +00:00
Robin Gloster
2958ec7d6f
pythonPackages.fake_factory: 0.5.7 -> 0.6.0
...
fixes build
2016-08-28 23:35:49 +00:00