Commit Graph

85620 Commits

Author SHA1 Message Date
Peter Hoeg
c049463520 puddletag: get rid of pypkgs variable 2017-01-02 23:19:59 +08:00
Michael Raskin
277e7119be openvpn: 2.3.13 -> 2.4.0 2017-01-02 15:38:46 +01:00
Michael Raskin
6151982f58 Merge pull request #21581 from bendlas/update-i2p
i2p: 0.9.26 -> 0.9.28
2017-01-02 14:15:10 +00:00
Michael Raskin
aa2f2d2667 Merge pull request #21580 from rasendubi/lgi
luaPackages.lgi: 0.7.2 -> 0.9.1
2017-01-02 14:13:29 +00:00
Michael Raskin
32197ea80b Merge pull request #21567 from peterhoeg/p/xca
xca: qt4 -> qt5
2017-01-02 14:10:51 +00:00
Michael Raskin
c882915351 Merge pull request #21548 from FPtje/patch-2
Strongswan: enable rdrand and aes-ni only on X86
2017-01-02 14:07:16 +00:00
Michael Raskin
8b03a76e61 Merge pull request #21583 from bendlas/update-webkitgtk
webkitgtk: make 2.14 the default
2017-01-02 14:02:05 +00:00
Michael Raskin
78299dfbae Merge pull request #21585 from bendlas/update-chromium
chromium: 55.0.2883.75 -> 55.0.2883.87
2017-01-02 14:01:13 +00:00
Gabriel Ebner
39e8a72faf emscripten, emscriptenfastcomp: 1.36.4 -> 1.37.1 2017-01-02 14:26:20 +01:00
Frederik Rietdijk
0341ae88b1 Merge pull request #21584 from bendlas/update-pypy
pypy: 5.4.1 -> 5.6.0
2017-01-02 14:05:37 +01:00
Herwig Hochleitner
08121638f8 chromium: 55.0.2883.75 -> 55.0.2883.87 2017-01-02 14:00:10 +01:00
Herwig Hochleitner
09f66a7457 pypy: 5.4.1 -> 5.6.0 2017-01-02 13:41:28 +01:00
Herwig Hochleitner
802c09f21d webkitgtk: make 2.14 the default 2017-01-02 13:37:09 +01:00
Herwig Hochleitner
3fa6209439 webkitgtk: 2.14.1 -> 2.14.2
Add dependencies
2017-01-02 13:37:06 +01:00
Nikolay Amiantov
202e835852 Merge pull request #21514 from peterhoeg/audacity
audacity: fix library path
2017-01-02 16:33:43 +04:00
Gabriel Ebner
db0120dea2 emscriptenfastcomp: build using cmake and use cc-wrapper 2017-01-02 13:24:36 +01:00
Peter Hoeg
858f8f27fa audacity: fix library path using NIX_LDFLAGS 2017-01-02 20:24:12 +08:00
Herwig Hochleitner
cd9edbb15b wine: 1.8.4 -> 1.8.6
wine: 2.0-rc2 -> 2.0-rc3
winetricks: 20160724 -> 20170101
2017-01-02 13:20:19 +01:00
Herwig Hochleitner
86a6083498 i2p: 0.9.26 -> 0.9.28
update patch
2017-01-02 13:14:42 +01:00
Alexey Shmalko
9e3b2cbd21
luaPackages.lgi: 0.7.2 -> 0.9.1 2017-01-02 14:02:19 +02:00
Frederik Rietdijk
21f6cb79a7 zim: remove postFixup, include checkPhase, disable tests
- wrap-python.nix used to set sys.argv[0] to the name of the script, but
it now sets the path so we won't have to do it here anymore
- tests were not found, so the correct file is now invoked
2017-01-02 11:29:11 +01:00
Frederik Rietdijk
d68aba4cfb Python: script names now include full path
Certain programs, like zim, calibre and now also apparently mercurial,
rely on sys.argv[0] providing not just the script name but the full
path.

The Python docs [1] state the following on the matter:

> argv[0] is the script name (it is operating system dependent whether
this is a full pathname or not).

Therefore, scripts should not expect to receive a full path.
Unfortunately some do. While this can be considered a bug, there doesn't
seem any reason not to provide the full path. Therefore we now provide
the full path.

[1]
https://docs.python.org/3.5/library/sys.html?highlight=sys.argv#sys.argv
2017-01-02 11:29:11 +01:00
Jörg Thalheim
1fa75a5bb7
sysdig: 0.12.0 -> 0.13.0 2017-01-02 08:10:47 +01:00
Daiderd Jordan
5a67b130b9
Merge branch 'master' into staging 2017-01-02 00:54:17 +01:00
Ruslan Babayev
1bead81275 pktgen: fix runtime paths
The Lua and lscpu path substitution got accidentally removed in
with commit 605b8095ca
2017-01-01 15:44:21 -08:00
Daiderd Jordan
2bb33130cc Merge pull request #21541 from veprbl/libcpp37
libc++3.7: fix to use with clang 3.9
2017-01-02 00:39:30 +01:00
Daiderd Jordan
2c288548b9 Merge pull request #21574 from veprbl/ycm_fix
youcompleteme: fix compilation
2017-01-02 00:10:04 +01:00
Dmitry Kalinkin
c7bcb99ff2
root: 6.04.18 -> 6.08.02
This relies on
e9d60c56 ('libc++3.7: fix to use with modern compilers')
2017-01-01 17:52:03 -05:00
Dmitry Kalinkin
f37c7e01d5
youcompleteme: fix compilation
1) Replace --system-libclang with an explicit setting for the path to
nix libclang 3.9. Otherwise it will find system's libclang on darwin.

2) Remove clang/llvm from build inputs. This prevents ycm itself from
being compiled by clang 3.9. stdenv's standard compiler (gcc or
clang 3.7) will suffice.

3) Enable C++11 again as #16212 is caused by incopatibility between
clang 3.9 and libc++ 3.7, but we don't compile YCM with clang 3.9, so
this is not needed anymore.
2017-01-01 17:35:16 -05:00
Brandon Dimcheff
0890ce6f09
astroid: init at 0.6 2017-01-01 22:38:12 +01:00
Brandon Dimcheff
cf9e1a03f7
add introspection to gmime
This was necessary for astroid to work with gmime, and I thought it
would be generally useful.
2017-01-01 22:38:12 +01:00
Jörg Thalheim
f3052035ee
wireguard: 0.0.20161223 -> 0.0.20161230
fixes #21572
2017-01-01 21:24:33 +01:00
Elmar Athmer
bd0595ea80 vultr: init at 1.12.0 2017-01-01 20:57:52 +01:00
Aaron Bull Schaefer
e98bd77ef3 transcrypt: 0.9.9 -> 1.0.0 2017-01-01 11:49:22 -08:00
Pascal Wittmann
3b754e525f
xylib: 1.4 -> 1.5 2017-01-01 18:19:39 +01:00
Pascal Wittmann
039e90c9d3
fityk: 1.3.0 -> 1.3.1 2017-01-01 18:19:39 +01:00
Peter Hoeg
aec8872e23 xca: qt4 -> qt5
Compile against qt5 instead of qt4.
2017-01-02 00:17:48 +08:00
Joachim F
d3f01c3531 Merge pull request #21560 from Ekleog/kcov
kcov: 29 -> 32
2017-01-01 17:08:40 +01:00
Graham Christensen
31dc66a55a Merge pull request #21564 from peterhoeg/u/dropbox
dropbox: 16.4.29 -> 16.4.30
2017-01-01 10:07:43 -05:00
Graham Christensen
c58b4cf693 Merge pull request #21520 from peterhoeg/p/nrpl
nrpl: init at 20150521
2017-01-01 07:51:45 -05:00
Jörg Thalheim
84a50084c3 Merge pull request #21444 from league/fix/gphoto2-udev
gphoto2: nixos programs module to configure udev
2017-01-01 11:16:28 +01:00
Jörg Thalheim
db8c9ef3ff
bcc: git-2016-08-30 -> 0.2.0 2017-01-01 10:29:17 +01:00
Jörg Thalheim
db0a2c80e5 Merge pull request #21555 from joachifm/borgbackup-cleanup
borgbackup: cleanup inputs
2017-01-01 09:05:39 +01:00
Jörg Thalheim
d5f8652e6d Merge pull request #17364 from fmu/ndjbdns-fix
ndjbdns: build from latest sources which adds Darwin compatibility
2017-01-01 08:34:28 +01:00
Peter Hoeg
c08556fea5 dropbox: 16.4.29 -> 16.4.30 2017-01-01 14:18:36 +08:00
Peter Hoeg
7a720abc03 nrpl: init at 20150521 2017-01-01 14:10:13 +08:00
Joachim Fasting
75ce714818
grsecurity: 4.8.15-201612151923 -> 201612301949 2017-01-01 06:01:04 +01:00
Jörg Thalheim
0d5a5307be
iproute: remove broken fan patch 2017-01-01 05:17:53 +01:00
Léo Gaspard
7f0143b89d
kcov: 29 -> 32 2017-01-01 03:32:31 +01:00
Ruslan Babayev
605b8095ca pktgen: 3.0.13 -> 3.1.0 2016-12-31 16:43:11 -08:00
Ruslan Babayev
aeb41bbf75 odp-dpdk: 2016-08-16 -> 1.12.0.0 2016-12-31 16:23:47 -08:00
Ruslan Babayev
dd45691fe0 dpdk: 16.07 -> 16.07.2 2016-12-31 16:22:52 -08:00
Joachim Fasting
5195e0d70f
borgbackup: cleanup inputs
tox/detox are removed; they are used to test multiple python
implementations in parallel, which isn't really appropriate for a Nix
install check.  Also, because these were added to the propagated build
inputs, lots of unnecessary stuff ended up in the resulting closure.
Note that removing tox does not imply tests are not run; they never were
to begin with; this is a separate issue.

This fixes https://github.com/NixOS/nixpkgs/issues/16171

Also, for "correctness" ordinary build-time dependencies are added to
`buildInputs`; only inputs that are to be added to the python path are
added to `propagatedBuildInputs`.
2016-12-31 21:58:41 +01:00
Daiderd Jordan
6e6334a514 Merge pull request #21529 from ivan-tkatchev/master
makerpm: init at 1.0
2016-12-31 21:35:14 +01:00
tkatchev
4073aaa7e1 makerpm: init at 1.0 2016-12-31 23:19:31 +03:00
Graham Christensen
d7a65bdf47 Merge pull request #21433 from Hodapp87/darktable-2.2.0
darktable: 2.0.7 -> 2.2.0
2016-12-31 15:16:56 -05:00
volth
06b372f24f miredo: init at 1.2.6 2016-12-31 21:03:27 +01:00
Chris Hodapp
e3dedd4b57 darktable: 2.0.7 -> 2.2.0 2016-12-31 14:59:30 -05:00
Pascal Wittmann
61027b7fce
bmon: 3.9 -> 4.0 2016-12-31 18:06:11 +01:00
Joachim F
01fdbac60c Merge pull request #21550 from mimadrid/update/nano-2.7.3
nano: 2.7.2 -> 2.7.3
2016-12-31 16:12:10 +01:00
mimadrid
ae5c3f6fc5
nano: 2.7.2 -> 2.7.3 2016-12-31 15:37:41 +01:00
Michael Raskin
6305b85abd Merge pull request #21549 from mimadrid/update/rofi-1.3.0
rofi: 1.2.0 -> 1.3.0
2016-12-31 14:30:01 +00:00
mimadrid
fc50edf497
rofi: 1.2.0 -> 1.3.0 2016-12-31 15:22:22 +01:00
Michael Raitza
39366c14d8 gnome-encfs-manager: 1.8.16 -> 1.8.18 2016-12-31 14:56:43 +01:00
Falco Peijnenburg
9c61571f1a Strongswan: enable rdrand and aes-ni only on X86
Strongswan fails to compile on armv7l-linux with `--enable-aesni` and  `--enable-rdrand` enabled. Errors are thrown about impossible constraints in asm (`--enable-rdrand`) or about gcc getting unknown command line parameters about aes (`--enable-aesni`). The options only makes sense on X86_64 processors.

The rdrand plugin is designed for Ivy Bridge processors:

> High quality / high performance random source using the Intel rdrand instruction found on Ivy Bridge processors

The aes-ni plugin also only exists on X86 processors (which have the AES instruction set)

Tested with a local override. The change triggers a (successful) rebuild on my X86_64 system. On armv7-linux this change fixes build errors.

See: 
https://wiki.strongswan.org/issues/337
2016-12-31 14:26:17 +01:00
Daiderd Jordan
da34b32bb4 Merge pull request #21539 from mdaiter/wxGTK30Mac
wxGTK30: added Darwin support
2016-12-31 14:11:58 +01:00
Daiderd Jordan
8263636ed0 Merge pull request #21446 from jokogr/u/syncthing-gtk-0.9.2.3
syncthing-gtk: 0.6.3 -> 0.9.2.3
2016-12-31 14:11:37 +01:00
Gabriel Ebner
68b2d43c88 lean: 2016-12-08 -> 2016-12-30 2016-12-31 13:51:10 +01:00
Ioannis Koutras
dc70cd1026 syncthing-gtk: 0.6.3 -> 0.9.2.3 2016-12-31 14:26:17 +02:00
Michael Raskin
b4cab20691 Merge pull request #21511 from peterhoeg/u/kirigami
kirigami: add pre-release v2
2016-12-31 11:36:49 +00:00
Peter Hoeg
2dcbb8e81f kirigami: add pre-release v2
It requires qt5.7
2016-12-31 19:30:02 +08:00
Vladimír Čunát
5f1ebf8ff4
rivet: fixup sandboxed build after update
There's no /bin/bash.  http://hydra.nixos.org/build/45754059
2016-12-31 11:11:23 +01:00
Frederik Rietdijk
6210641031 flexget: fix eval 2016-12-31 10:09:16 +01:00
Frederik Rietdijk
9a330645d1 flexget: forgot to include file in commit 2016-12-31 10:02:30 +01:00
Frederik Rietdijk
361dae67d4 flexget: move out of python-packages.nix
because it is an application and not a library.
2016-12-31 09:52:45 +01:00
Peter Marheine
0cb52dc836 flexget: use html5lib 1.0b8
html5lib 1.0b9 made a breaking API change that requires beautifulsoup
4.5 or newer, which would require upgrading flexget to support.
2016-12-31 09:43:47 +01:00
Frederik Rietdijk
c7bff3d71d calibre: 2.73.0 -> 2.76.0, fix html5lib, closes #21504 2016-12-31 09:12:41 +01:00
Bart Brouns
59dbcefaa7
physlock: git-20150126 -> 0.5 2016-12-30 22:45:56 -05:00
Graham Christensen
1fd97f6293 Merge pull request #21528 from veprbl/kak2
update rivet, kakoune, add fastnlo, sherpa, mcgrid
2016-12-30 22:36:53 -05:00
Matthew Daiter
5776e6c99b wxGTK30: added Darwin support 2016-12-31 03:03:51 +01:00
Rushmore Mushambi
b86d256e9c Merge pull request #21489 from retrry/master
rustc, cargo, rustRegistry updates
2016-12-31 04:01:16 +02:00
Daiderd Jordan
9d0a9bc9d6 Merge pull request #21515 from chris-martin/ppl
ppl-address-book: init at 2.4.0
2016-12-30 23:42:10 +01:00
Michael Raskin
6fef7f1f80 Merge pull request #21449 from namore/add_pkg_gorilla
gorilla-bin: init at 1.5.3.7
2016-12-30 22:23:38 +00:00
Michael Raskin
c0bde169bd Merge pull request #21518 from Ralith/matrix-synapse
matrix-synapse: 0.18.5 -> 0.18.6-rc2
2016-12-30 22:22:08 +00:00
Vladimír Čunát
c2752f8228
Merge #21526: unbound 1.5.10 -> 1.6.0 2016-12-30 23:17:58 +01:00
Vladimír Čunát
6bded45883
flex: 2.6.1 -> 2.6.3
This resolves some warnings and errors introduced in 2.6.x.
2016-12-30 23:17:08 +01:00
Michael Raskin
62adccb956 Merge pull request #21483 from rardiol/freeorion
freeorion: 0.4.5 -> 0.4.6
2016-12-30 22:14:35 +00:00
Nikolay Amiantov
0a16269198 Revert "releaseTools.debBuild: split checkinstall into separate phase" 2016-12-31 02:13:04 +04:00
Michael Raskin
8f961e8b14 Merge pull request #21474 from mimadrid/update/openbabel-2.4.1
openbabel: 2.3.2 -> 2.4.1
2016-12-30 22:12:45 +00:00
Michael Raskin
3b0720dbe4 Merge pull request #21473 from stepcut/netpbm-fix-libjpeg-paths
netbpm: tell config.mk where to find JPEGLIB and JPEGHDR_DIR or jpegtopnm and friends will not be built
2016-12-30 22:04:56 +00:00
Michael Raskin
9e1ec537eb Merge pull request #21456 from rycee/fix/clblas-cuda
clblas-cuda: use system gtest library
2016-12-30 22:03:56 +00:00
Michael Raskin
bae3be6a4c Merge pull request #21292 from brainrape/init-idrisPackages-httpclient
idrisPackages.httpclient: init
2016-12-30 22:02:59 +00:00
Michael Raskin
6003eeb643 Merge pull request #21207 from larkery/patch-1
Fiddle LD_LIBRARY_PATH to include GDAL
2016-12-30 22:01:54 +00:00
Michael Raskin
f9020aed06 Merge pull request #20767 from abbradar/debbuild
releaseTools.debBuild: split checkinstall into separate phase
2016-12-30 21:57:19 +00:00
Vladimír Čunát
20c2b45ee6
Merge branch 'staging' 2016-12-30 22:40:41 +01:00
Dmitry Kalinkin
e9d60c5636
libc++3.7: fix to use with modern compilers
Modern compiler will issue a following error whenever '#include <string>'
is done:

/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1938:44:
error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
                                           ^
/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1326:40:
note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
                                       ^
1 error generated.

This happens because modern clang is more strict about checking
exception specification for forward declaration and definition.

http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/string?r1=242056&r2=242623&diff_format=h
2016-12-30 16:16:14 -05:00
Michael Raskin
dd2fc990f0 Merge pull request #19939 from groxxda/replaceDependency
replaceDependency: fix syntax error
2016-12-30 20:48:26 +00:00
Michael Raskin
6f12fb7403 Merge pull request #19765 from FlorentBecker/some_buildOcaml
Update various packages to use buildOcaml, with fixes
2016-12-30 20:47:50 +00:00
Michael Weiss
b1ac86db87 libmd: init at 0.0.0 2016-12-30 21:45:23 +01:00
Benjamin Saunders
a715adf960 matrix-synapse: 0.18.5 -> 0.18.6-rc2 2016-12-30 12:42:22 -08:00
Michael Raskin
868147420d Merge pull request #21496 from rardiol/opendungeons
opendungeons: 0.6.0 -> 0.7.1
2016-12-30 20:40:25 +00:00
Daiderd Jordan
96aca6ccbf Merge pull request #21527 from mdaiter/wxGTK29Darwin
wxGTK29: fixed Darwin build
2016-12-30 21:39:59 +01:00
Graham Christensen
31c14bc58e Merge pull request #21512 from Mic92/neomutt
neomutt: 20161104 -> 20161126
2016-12-30 15:13:05 -05:00
Dmitry Kalinkin
2dd8aea4bb
mcgrid: init at 2.0.2 2016-12-30 14:27:56 -05:00
Dmitry Kalinkin
8fb6895614
sherpa: init at 2.2.1 2016-12-30 14:27:55 -05:00
Dmitry Kalinkin
3c3e2dfd0a
fastnlo: init at 2.3.1pre-2212 2016-12-30 14:27:55 -05:00
Dmitry Kalinkin
9a5e34faca
kakoune: 2016-12-10 -> 2016-12-30, fix on Darwin 2016-12-30 14:27:49 -05:00
Joachim Fasting
f2c5bc6d7d
cvsps: use standard install phase 2016-12-30 20:27:27 +01:00
Joachim Fasting
2516472050
cvsps: fetch patches from debian 2.1-7 sources 2016-12-30 20:27:20 +01:00
Joachim Fasting
b4c5916e85
cvsps: get source from Debian, fix build
The cobite.com urls seem to have disappeared or been moved.  I've failed
to find where they might have gone, so use debian's mirrored sources
instead.
2016-12-30 20:27:17 +01:00
Matthew Daiter
10836bdd36 wxGTK29: fixed Darwin build 2016-12-30 19:16:20 +01:00
Vladimír Čunát
3dbf6b4a09
font-manager: fix missing icons
Fixes #21454, or at least most of it.
2016-12-30 18:59:48 +01:00
Dmitry Kalinkin
456cf826e0
rivet: 2.5.2 -> 2.5.3 2016-12-30 12:21:58 -05:00
Vladimír Čunát
57c4ed837c
chessx: disable parallel make
http://hydra.nixos.org/build/45653907
/cc maintainer @luispedro.
2016-12-30 18:14:15 +01:00
Dhananjay Balan
cab497ee6d unbound 1.5.6 > 1.6.0 2016-12-30 18:13:10 +01:00
Lancelot SIX
2cac374241 Merge pull request #21346 from massimo-zaniboni/sphinxcontrib_newsfeed
Python sphinxcontrib-newsfeed-0.1.4
2016-12-30 17:27:35 +01:00
Benno Fünfstück
ea14a14357 man-db: make apropos search and not just behave like whatis
Before this fix, apropos behaved exactly like whatis and looked for
an exact match. Now, it actually provides the apropos-functionality
of searching.
2016-12-30 16:58:06 +01:00
Benno Fünfstück
087c244c06 fix #21521 2016-12-30 16:18:28 +01:00
Vladimír Čunát
ee3fb421b8
Merge branch 'master' into staging
... mainly to fixup the go problems.
2016-12-30 15:48:36 +01:00
Pascal Wittmann
d57405568e Merge pull request #21523 from peterhoeg/u/remarsh
remarshal: 0.3.0 -> 0.6.0
2016-12-30 14:17:52 +01:00
Aneesh Agrawal
652a87018b
googleAuthenticator: 1.0 -> 1.03 2016-12-30 06:49:17 -05:00
Vladimír Čunát
dbde4eb465
gitAndTools.qgitGit: remove
It's rather old and abandoned, the source is dead, and our stable qgit
version seems more recent.  /cc @MarcWeber.
2016-12-30 12:30:35 +01:00
Frederik Rietdijk
405c18bd32 Merge pull request #21461 from ikervagyok/urlscan
urlscan: replace input 'isPy35' with 'pythonOlder'
2016-12-30 12:27:37 +01:00
Peter Hoeg
db90dd8de2 remarshal: 0.3.0 -> 0.6.0 2016-12-30 19:19:16 +08:00
Michael Raskin
b6fbcc1dd3 Merge pull request #21519 from peterhoeg/f/nim
nim: wrap binary so it can find gcc
2016-12-30 09:51:14 +00:00
Jörg Thalheim
74caf88a58
impressive: 0.10.5 -> 0.11.1
fixes #21501
2016-12-30 10:24:20 +01:00
Peter Hoeg
ebefef6f6d nim: wrap gcc 2016-12-30 15:27:28 +08:00
Chris Martin
a6df66e0d8 ppl-address-book: init at 2.4.0 2016-12-30 00:34:13 -05:00
Joachim Fasting
64f45520b9
dnscrypt-proxy: 1.7.0 -> 1.9.0
Release notes at:
https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.9.0

Packaging tweaks:
- No longer split man page, kind of pointless ...
- No longer install libtool files, they are now optional
2016-12-30 05:33:58 +01:00
Jörg Thalheim
1cc599307f
neomutt: 20161104 -> 20161126 2016-12-30 04:04:24 +01:00
Graham Christensen
fd826a0b71 Merge pull request #21492 from vdemeester/idea-ultimate_2016_3_2
idea-ultimate: 2016.3.1 -> 2016.3.2
2016-12-29 21:44:35 -05:00
Guillaume Koenig
0465b1407b
enpass: fix install to work with browser extensions 2016-12-29 19:57:09 -05:00
Graham Christensen
eb01090301
ceph: mark as broken 2016-12-29 17:45:40 -05:00
Joachim F
9c52f7f083 Merge pull request #21464 from mdorman/emacs-updates
Automated emacs package updates
2016-12-29 23:44:17 +01:00
Vladimír Čunát
0163f0c427
openssh: update the gssapi patch
Only building was tested.
2016-12-29 17:04:58 -05:00
Graham Christensen
11e8ed5ff4
Revert "Revert "openssh: security 7.3p1 -> 7.4p1""
This reverts commit 661b5a9875.
2016-12-29 17:04:39 -05:00
Massimo Zaniboni
02a839bffc pythonPackages.sphinxcontrib_newsfeed: init at 0.1.4 2016-12-29 23:00:22 +01:00
Eelco Dolstra
bbd03e236a
Use looser 9pfs caching in VM tests/builds
This can give significant speed ups, see
7e20254412.
2016-12-29 21:26:16 +01:00
Alexey Shmalko
87d5e27a3d Merge pull request #21445 from jokogr/u/syncthing-0.14.16
syncthing: 0.14.15 -> 0.14.17
2016-12-29 12:00:40 -08:00
Nikolay Amiantov
9d03fe2dfb qtcreator: 4.1.0 -> 4.2.0 2016-12-29 22:32:23 +03:00
John Ericson
614ae8f660 Merge pull request #21414 from Ericson2314/release-cross
Improve release-cross tests
2016-12-29 10:59:41 -07:00
Domen Kožar
d15c62a2a0 haskellPackages.Glob: jailbreak to support GHC 8.0.2-rc2 2016-12-29 18:00:56 +01:00
John Ericson
1d0e91831b release-cross: Test for unchanged native derivations
These derivations do not care about the target platform, and thus should
not be affected by cross-compiling. Currently, these tests *fail*, but they
will be fixed soon by a latter PR. The release-cross job doesn't block a
channel, so this should be no problem.
2016-12-29 08:53:18 -08:00
Michael Raskin
d7bda1ed40 clisp-tip: init at 2.50pre20161201. There hasn't been a release for quite some time, but there has been some development. It is rumored that the fresh version can be built on darwin, but I don't know and cannot test 2016-12-29 17:37:10 +01:00
risicle
6d455dd1f8 opencv 3.1.0: add patch fixing python use of FlannBasedMatcher.add (#21086)
Patch is from https://github.com/opencv/opencv/pull/6009. Upstream doesn't
seem particularly enthusiastic about a 3.1.x point release, so who knows
when this fix would otherwise see the light of day.
2016-12-29 17:23:29 +01:00
Eelco Dolstra
3e84523ed7
aws-sdk-cpp: 1.0.43 -> 1.0.48 2016-12-29 16:25:58 +01:00
Michael Raskin
5b1dad79cd go_1_6, go_1_7: comment out testLoadFixed in a way recommended by vcunat. The test depends on specific timezone names, and the latest tzdata changed the naming. Upstream only agrees to fix the test in the 1.8 branch that has no stable releases yer 2016-12-29 15:33:44 +01:00
Michael Raskin
581070147e go_bootstrap (go_1_4): 1.4.3 -> 1.4-bootstrap-20161024 2016-12-29 15:33:43 +01:00
Ricardo Ardissone
3705b1a429 opendungeons: 0.6.0 -> 0.7.1 2016-12-29 11:25:54 -02:00
Alexey Shmalko
cb6807859f Merge pull request #21472 from dtzWill/update/bloaty
bloaty: 2016.11.16 -> 2016.12.28
2016-12-29 05:14:31 -08:00
Vladimír Čunát
563c7a0ef0
Merge #21475: llvm: 3.9.0 -> 3.9.1 2016-12-29 14:09:08 +01:00
Roman Naumann
87ef766f6b Merge branch 'master' of github.com:nixos/nixpkgs into add_pkg_gorilla 2016-12-29 14:02:52 +01:00
Vladimír Čunát
9d09bc6728
Merge branch 'master' into staging 2016-12-29 13:56:16 +01:00
Peter Simons
774435d0aa maude: update to 2.7.1 2016-12-29 12:18:44 +01:00
mimadrid
c2d90eaa91 nerdfonts: 0.8.0 -> 1.0.0 2016-12-29 11:21:57 +01:00
taku0
93d917fa22 firefox, thunderbird: add updateScript 2016-12-29 11:19:50 +01:00
Vincent Demeester
37632cbf5f
idea-ultimate: 2016.3.1 -> 2016.3.2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-29 10:31:22 +01:00
Frederik Rietdijk
2f977b4af1 pythonPackages.bleach: 1.4.3 -> 1.5.0, closes #21450
Unfortunately bleach depends on an older version of html5lib and cannot
use the latest version because the sanitizer module has been moved out.
https://github.com/mozilla/bleach/issues/217
2016-12-29 09:24:03 +01:00
Tadas Barzdzius
d27a658846 pijul: mark as broken 2016-12-29 09:57:39 +02:00
Tadas Barzdzius
cfbbac7cb4 cfdyndns: mark as broken 2016-12-29 09:57:22 +02:00
Tadas Barzdzius
38793dd995 rustRegistry: 2016-12-16 -> 2016-12-28 2016-12-29 09:57:03 +02:00
Tadas Barzdzius
31ec0795f6 cargo: 0.14 -> 0.15 2016-12-29 09:56:19 +02:00
Tadas Barzdzius
7fa4b0f2c9 rustc: 1.13.0 -> 1.14.0 2016-12-29 09:55:38 +02:00
Graham Christensen
0e400de967 Merge pull request #21488 from taku0/thunderbird-45.6.0
thunderbird: 45.5.1 -> 45.6.0 [Critical security fix]
2016-12-28 21:34:45 -05:00
Graham Christensen
f4568952d6 Merge pull request #21487 from taku0/thunderbird-bin-45.6.0
thunderbird-bin: 45.5.1 -> 45.6.0 [Critical security fix]
2016-12-28 21:34:30 -05:00
taku0
a1f595c870 thunderbird: 45.5.1 -> 45.6.0 2016-12-29 11:07:10 +09:00
Graham Christensen
f5ca9a4212
Merge branch 'roundup-15' 2016-12-28 21:04:51 -05:00
Graham Christensen
8f4098f087
cryptopp: 5.6.4 -> 5.6.5
for CVE-2016-7420: CVE-2016-7420
2016-12-28 21:03:28 -05:00
Dhananjay Balan
d6254e0bbd
shellinabox: 2.19 -> 2.20
should fix shellinabox vulnarabilities from https://github.com/NixOS/nixpkgs/issues/21457
2016-12-28 21:03:22 -05:00
taku0
373fb99e98 thunderbird-bin: 45.5.1 -> 45.6.0 2016-12-29 10:59:37 +09:00
Ricardo Ardissone
e948a6d1f9 freeorion: 0.4.5 -> 0.4.6 2016-12-28 23:58:33 -02:00
Robin Gloster
3fcdbedbef
iproute: 4.8.0 -> 4.9.0 2016-12-29 02:52:55 +01:00
Franz Pletz
1cbb04e72e
iproute: 4.7.0 -> 4.8.0 2016-12-29 02:52:55 +01:00
Robin Gloster
3e8bb7237d
cryptsetup: 1.7.1 -> 1.7.3 2016-12-29 02:52:54 +01:00
Franz Pletz
c2a979fbfd
cryptsetup: 1.7.0 -> 1.7.1 2016-12-29 02:52:54 +01:00
Antoine Eiche
bc63738c6f
qemu: fix CVE-2016-9921 and CVE-2016-9922 2016-12-28 20:37:00 -05:00
Antoine Eiche
a5dd311208
qemu: fix CVE-2016-9911 2016-12-28 20:36:53 -05:00
Graham Christensen
5ca180fa08
apacheHttpd: 2.4.23 -> 2.4.25 for
CVE-2016-8743, CVE-2016-2161, CVE-2016-0736
2016-12-28 20:36:46 -05:00
Kier Davis
f3e8a6df6b multimc: update to Java 8 (#21485)
Technically, this changes the version of Java depended on from 7 to
the default, which is currently 7 on darwin and 8 on all other
systems.
2016-12-29 02:33:39 +01:00
Franz Pletz
3c104ca71c
gnupg: build with sqlite to enable TOFU
See https://lists.gnupg.org/pipermail/gnupg-users/2015-October/054608.html.
2016-12-29 02:30:26 +01:00
Franz Pletz
655f7043b8
libmilter: 8.14.8 -> 8.15.2 2016-12-29 02:12:51 +01:00
oida
8376f5cc3a
prometheus-snmp-exporter: init at v0.1.0 2016-12-29 02:03:12 +01:00
Franz Pletz
8837b4a1c6
libivykis: 0.39 -> 0.40 2016-12-29 01:54:09 +01:00
Franz Pletz
63f7d53572
libgig: Configure script warns about missing libuuid 2016-12-29 01:51:46 +01:00
Robin Gloster
3f426f6f55
terminator: 0.98 -> 1.0 2016-12-29 01:42:23 +01:00
Robin Gloster
825c0d892a
terminator: fix build and use buildPythonApplication 2016-12-29 01:42:22 +01:00
Robin Gloster
d8ef63fc73
crowd module: fix OpenID server 2016-12-29 00:41:42 +01:00
Roman Naumann
004eceb0f6 Merge branch 'master' of github.com:nixos/nixpkgs into add_pkg_gorilla 2016-12-29 00:26:28 +01:00
Graham Christensen
5306122333 Merge pull request #21430 from rasendubi/awesome
awesome: 3.5.9 -> 4.0
2016-12-28 18:19:03 -05:00
Milan Svoboda
f969f42b2b ranger 1.7.2 -> 1.8.0 (#21480) 2016-12-28 23:47:39 +01:00
Roman Naumann
ec57a4bc50 Merge branch 'master' into add_pkg_gorilla 2016-12-28 23:33:56 +01:00
Roman Naumann
e5cd718974 gorilla: init at 1.5.3.7 2016-12-28 23:25:50 +01:00
Tim Digel
81d8a457ed Fix asterisk & asterisk: 13.6.0 -> 14.1.2 (#20788)
* fix/asterisk-module: use unix-group for asterisk-files
* fix/asterisk-module: add configOption to use some default config-files
* fix/asterisk-module: correction of skel copy
* fix/asterisk-module: use /etc/asterisk as configDir
* fix/asterisk-module: add reload; do not restart unit
* asterisk: 13.6.0 -> 14.1.2
* fix/asterisk: compile with lua, pjsip, format_mp3
* fix/asterisk: fix indentation
* fix/asterisk: remove broken flag
2016-12-28 23:04:58 +01:00
Nikolay Amiantov
d479639187 freeciv: build with shared (not static) libraries 2016-12-29 00:33:13 +03:00
Nikolay Amiantov
5d5e0c19f6 Merge commit 'refs/pull/21479/head' of git://github.com/NixOS/nixpkgs 2016-12-29 00:32:52 +03:00
Nikolay Amiantov
cdf306909f udev182: remove 2016-12-29 00:11:40 +03:00
Nikolay Amiantov
a36a2412ee libudev0-shim: init at 1 2016-12-29 00:11:40 +03:00
Nikolay Amiantov
2d82189509 Merge pull request #21477 from rardiol/openmw
openmw: 0.40.0 -> 0.41.0
2016-12-28 23:40:45 +03:00
Ricardo Ardissone
00c46ecd74 freeciv: add enable_sqlite 2016-12-28 18:35:09 -02:00
Ricardo Ardissone
310d3fb910 freeciv: 2.5.3 -> 2.5.6 2016-12-28 18:35:08 -02:00
Will Dietz
e4a25aabf2 Add top-level attr for lldb. (#21476) 2016-12-28 20:41:19 +01:00
Vladimír Čunát
421a7f37fa
gdk-pixbuf: security 2.36.0 -> 2.36.2
/cc #21457.  The rebuild impact is probably only a few thousand.
The new utility is put into $out/bin/.
2016-12-28 20:32:57 +01:00
mimadrid
86d55f0380
openbabel: 2.3.2 -> 2.4.1 2016-12-28 20:06:14 +01:00
Will Dietz
10b8cfbdbd llvm: 3.9.0 -> 3.9.1 2016-12-28 12:56:55 -06:00
Jeremy Shaw
e243ec43f3 netbpm: tell config.mk where to find JPEGLIB and JPEGHDR_DIR or jpegtopnm and friends will not be built. 2016-12-28 13:48:50 -05:00
Ricardo Ardissone
384185f942 openmw: 0.40.0 -> 0.41.0 2016-12-28 16:42:47 -02:00
Will Dietz
90c762c5e1 bloaty: 2016.11.16 -> 2016.12.28 2016-12-28 12:40:31 -06:00
Vladimír Čunát
5ac7da9376
tzdata: 2016f -> 2016j 2016-12-28 19:15:18 +01:00
Lengyel Balázs
e912145eae urlscan: remove 'isPy35' dependency, as it's no longer needed 2016-12-28 18:49:49 +01:00
William Casarin
93fc4281ba hackage2nix.yaml: update jb55's packages 2016-12-28 17:34:19 +01:00
William Casarin
49ba174e7a elm-export: jailbreak 2016-12-28 17:34:19 +01:00
Peter Simons
9459dc42c8 haskell-stack: use latest http-client library 2016-12-28 17:30:16 +01:00
Laverne Schrock
527468209c ghc-8.0.2: add sphinx to inputs for documentation
Closes https://github.com/NixOS/nixpkgs/pull/21434.
2016-12-28 17:30:16 +01:00
Laverne Schrock
1a78981b2f ghc-8.0.1: switch to sphinx for documentation
Fixes #20281

"Since GHC 8.0, the User’s Guide is authored in ReStructuredText (or ReST
or RST, for short) a rich but light-weight mark-up language aimed at
producing documentation. The Sphinx tool is used to produce the final
PDF and HTML documentation."
- http://ghc.readthedocs.io/en/8.0.1/editing-guide.html
2016-12-28 17:30:16 +01:00
Laverne Schrock
ca41610e8a ghc-8.0.1: enable documentation builds by passing the required XML/XSLT toolchain 2016-12-28 17:30:16 +01:00
Peter Simons
d150e40975 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.0.4-1-gac3ba01 from Hackage revision
8db11916ad.
2016-12-28 17:30:16 +01:00
Tuomas Tynkkynen
45338a3077 fuse: Minor cleanup 2016-12-28 17:37:10 +02:00
Aristid Breitkreuz
e4f23bc8af ncurses: fix bug with libtinfo symlink that caused vim to fail 2016-12-28 16:02:11 +01:00
Michael Raskin
35e3ea0966 dovecot: 2.2.25 -> 2.2.27 2016-12-28 15:04:51 +01:00
Michael Raskin
442623e499 qemu_28: init at 2.8.0; not updating the main Qemu expression yet because there were some claims about NixOS test fragility 2016-12-28 15:04:51 +01:00
Nicolas Pouillard
5952897ec4 ricochet: 1.1.2 -> 1.1.4 (#21458) 2016-12-28 13:51:28 +00:00
Michael Raskin
de99dc5049 imagemagick7: init at 7.0.4-0 2016-12-28 14:16:10 +01:00
Michael Raskin
040d5162be imagemagick: 6.9.6-7 -> 6.9.7-0 2016-12-28 14:16:10 +01:00
Michael Alan Dorman
49992887e5 melpa-packages: 2016-12-27 2016-12-28 08:12:18 -05:00
Michael Alan Dorman
7ccd91b067 melpa-stable-packages: 2016-12-27 2016-12-28 08:12:18 -05:00
Michael Alan Dorman
4de8a35225 org-packages: 2016-12-27 2016-12-28 08:12:18 -05:00
Michael Alan Dorman
060c8493c7 elpa-packages: 2016-12-27 2016-12-28 08:12:18 -05:00
Bjørn Forsman
c24206dc5f lighttpd: 1.4.41 -> 1.4.44 2016-12-28 13:52:15 +01:00
Bjørn Forsman
842a3010e1 Unbreak nixpkgs eval (urlscan lacked pythonOlder) 2016-12-28 13:52:15 +01:00
Michael Raskin
21d4d54a38 botan: 1.11.32 -> 1.11.34 2016-12-28 13:47:01 +01:00
Michael Raskin
c12613c111 botan: 1.10.13 -> 1.10.14, enforce c++11 2016-12-28 13:47:01 +01:00
Thomas Tuegel
04736aef42
kde5.plasma: 5.8.4 -> 5.8.5 2016-12-28 06:43:10 -06:00
Emery Hemingway
bef1d42300
confclerk: init at 0.6.1 2016-12-28 12:42:36 +01:00
Robert Helgesson
2990cd8aea
clblas-cuda: use system gtest library
Without this the build attempts to download the library.
2016-12-28 12:21:07 +01:00
David Pätzel
2d38cad288 enhance python version check 2016-12-28 12:13:36 +01:00
David Pätzel
3414470d9d urlscan: init at 0.8.3 2016-12-28 12:13:36 +01:00
Michael Raskin
88d61cce28 Merge pull request #21451 from spacekitteh/patch-25
openntpd: v6+ requires libressl for constraints
2016-12-28 11:01:56 +00:00
Michael Raskin
3d9c3a94d4 Merge pull request #21438 from flosse/libstrophe
libstrophe: 0.8.8 -> 0.9.1
2016-12-28 10:59:31 +00:00
Michael Raskin
8c997f0d16 Merge pull request #21436 from RonnyPfannschmidt/enpass-update
enpass: bump to 5.4.0.post4 and fix application icon
2016-12-28 10:58:25 +00:00
Michael Raskin
d8da691d93 Merge pull request #21429 from MostAwesomeDude/nginx
nginx: Allow GD to be optional.
2016-12-28 10:57:37 +00:00
Michael Raskin
41bd0cc269 Merge pull request #21407 from deepfire/haskell-unicode-input-method
emacs-packages:  init haskell-unicode-input-method at 20110905
2016-12-28 10:41:06 +00:00
Michael Raskin
e1b1df2bd9 Merge pull request #20028 from zraexy/qsyncthingtray
qsyncthingtray: init at 0.5.5rc2
2016-12-28 10:40:18 +00:00
Michael Raskin
400886f3d0 Merge pull request #19854 from andjscott/mlocate
[WIP] mlocate: init at version 0.26
2016-12-28 10:24:11 +00:00
Michael Raskin
e65cccb776 Merge pull request #21221 from rardiol/gplates
gplates: init at 2.0.0
2016-12-28 10:21:23 +00:00
Michael Raskin
272322e881 Merge pull request #21220 from danbst/pg_simil
pg_similarity: init at 1.0
2016-12-28 10:18:59 +00:00
Nikolay Amiantov
1930176462 deluge: 1.3.12 -> 1.3.13 2016-12-28 13:17:01 +03:00
mingchuan
06090a73bb crystal: fix build in chroot environment, again
forgot to patch interpreter of the script used by Makefile,
carefully ensure it can build without /usr/bin/env this time.
2016-12-28 11:15:12 +01:00
Michael Raskin
7cd1a58a75 Merge pull request #21452 from sboosali/fix/pocketsphinx
pocketsphinx: 0.8 -> 5prealpha
2016-12-28 07:44:10 +00:00
Franz Pletz
c6bcc485de
linux_4_8: add patch to fix CVE-2016-9919 2016-12-28 06:35:11 +01:00
Sophie Taylor
0e0fb196ca openntpd: v6+ requires libressl for constraints 2016-12-28 13:35:42 +10:00
Spiros Boosalis
ca3f41d44b pocketsphinx: 0.8 -> 5prealpha 2016-12-28 03:28:07 +00:00
John Ericson
916012121c release-cross: Factor out system filtering 2016-12-27 15:41:07 -08:00
John Ericson
db0dbd0b81 release-cross: Use the same genAttrs logic for testOnCross as testOn
Eventually we'll want to test cross-compiling *from* various platforms. For
now, its good to be consistent.
2016-12-27 15:41:07 -08:00
John Ericson
74753d01f8 release-cross: Reformat to be far more legible 2016-12-27 15:41:07 -08:00
Christopher League
6eead52e12 gphoto2: nixos programs module to configure udev
Closes #21420.
2016-12-27 17:47:38 -05:00
lassulus
228f657a2b python:graphite_beacon: 0.22.1 -> 0.27.0 2016-12-27 22:54:18 +01:00
Ioannis Koutras
474b35994b syncthing: 0.14.15 -> 0.14.17 2016-12-27 22:56:08 +02:00
Daiderd Jordan
7d4e04c795 Merge pull request #21400 from johbo/darwin-xournal
Xournal: Darwin support
2016-12-27 20:23:18 +01:00
Arseniy Seroka
aa18f24f4b Merge pull request #21269 from non-Jedi/mm
mm: init at 2016.11.04
2016-12-27 21:44:24 +03:00
Michael Fellinger
df5f88070e ruby: 2.4.0 (#21419) 2016-12-27 17:55:10 +00:00
zimbatm
12532879b0 zerotierone: 1.1.12 -> 1.1.14 2016-12-27 17:47:41 +00:00
Frederik Rietdijk
7c73f44086 Merge pull request #21440 from knedlsepp/fix-pygraphviz
pygraphviz: 1.3.1 -> 1.4rc1
2016-12-27 18:13:09 +01:00
Kranium Gikos Mendoza
857d0edcfb facter: use boost160 (#21435) 2016-12-27 18:01:12 +01:00
zimbatm
02c65bdac9 google-chrome: add channel name suffix
Updates would always select the unstable version otherwise. This was
copies from the chromium package.
2016-12-27 16:21:56 +00:00
Frederik Rietdijk
3b050791e4 pythonPackages.joblib: 0.9.4 -> 0.10.3 2016-12-27 16:24:51 +01:00
Frederik Rietdijk
72385a35f8 pythonPackages.librosa: 0.4.0 -> 0.4.3 2016-12-27 16:24:51 +01:00
Frederik Rietdijk
7847a02db9 pythonPackages.numpydoc: 0.5 -> 0.6.0 2016-12-27 16:24:51 +01:00
Frederik Rietdijk
9de120ff9d pythonPackages.resampy: init at 0.1.4 2016-12-27 16:24:51 +01:00
Josef Kemetmueller
1896bf7a78 pygraphviz: 1.3.1 -> 1.4rc1
This fixes a segmentation fault during the test phase
https://github.com/pygraphviz/pygraphviz/issues/84
2016-12-27 15:47:27 +01:00
Bjørn Forsman
bef30f322f cgit: 0.12 -> 1.1 2016-12-27 15:46:22 +01:00
Benno Fünfstück
a55bf2b812 codesearch: init at 20150617 2016-12-27 15:13:07 +01:00
Shea Levy
2436fc1b11 ghcHEAD comes with a ghci package. 2016-12-27 08:24:20 -05:00
Ronny Pfannschmidt
1765784b5e enpass: bump to 5.4.0.post4 and fix application icon 2016-12-27 14:23:16 +01:00
Johannes Bornhold
febab15b01 gtk2: Enable xinput for Darwin 2016-12-27 14:19:26 +01:00
Johannes Bornhold
346c1db2ac xournal: Allow to build it on darwin with X11 backend 2016-12-27 14:19:25 +01:00
Alexey Shmalko
35667f0474 Merge pull request #21363 from nico202/hhpc
hhpc: init at 0.3.1
2016-12-27 05:09:34 -08:00
Bjørn Forsman
cbb29a26a2 libsigrokdecode: 0.4.0 -> 0.4.1 2016-12-27 13:03:08 +01:00
Alexey Shmalko
b33907075f
awesome: 3.5.9 -> 4.0 2016-12-27 11:39:51 +02:00
Tuomas Tynkkynen
5ba7f33e3a linux_testing: 4.9-rc8 -> 4.10-rc1 2016-12-27 01:35:10 +02:00
Markus Kohlhase
28d6aee371 libstrophe: 0.8.8 -> 0.9.1 2016-12-26 22:27:18 +01:00
Daiderd Jordan
72cc140c93 Merge pull request #21431 from mitchty/not-only-linux
Not only linux
2016-12-26 22:22:24 +01:00
Daiderd Jordan
5d4894f3bc Merge pull request #21428 from sifmelcara/fix/crystal-lang
crystal: fix build in chroot environment
2016-12-26 22:19:49 +01:00
Mitch Tishmack
7c0e1f9fe4 lastpass-cli: refactor allow builds on non linux 2016-12-26 15:05:05 -06:00
Mitch Tishmack
49d721a889 pixz: refactor allow builds on non linux 2016-12-26 15:05:00 -06:00
Mitch Tishmack
a21640d394 pigz: refactor allow builds on non linux 2016-12-26 15:04:53 -06:00
Mitch Tishmack
b398665a4e wakelan: refactor allow builds on non linux 2016-12-26 15:04:45 -06:00
Mitch Tishmack
e898a50325 duply: refactor allow builds on non linux 2016-12-26 15:04:40 -06:00
Mitch Tishmack
124f81785a duplicity: refactor allow builds on non linux 2016-12-26 15:04:35 -06:00
Mitch Tishmack
19425207c9 cscope: refactor allow builds on non linux 2016-12-26 15:04:25 -06:00
Kosyrev Serge
c64789937b emacs-packages: init haskell-unicode-input-method at 20110905 2016-12-26 23:43:03 +03:00
Vincent Demeester
34cc46bfa7 docker-compose: 1.8.0 -> 1.9.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-26 20:25:39 +01:00
Graham Christensen
af0b2d5ffc Merge pull request #21425 from nico202/unclutter
unclutter: add missing licence (publicDomain)
2016-12-26 13:25:36 -05:00
Corbin
ca2fa4416e nginx: Allow GD to be optional.
This commit permits incantations like `pkgs.nginx.override { gd = null; }` to
produce a slimmed-down nginx.

When used, this functionality removes a pile of stuff from nginx's closure.
The resulting nginx's closure:

    $ nix-store -q -R /nix/store/wk3h0a4dmdmjmxkbd0q09iw0wfq0yzpz-nginx-1.10.2 | wc -l
    12
    $ nix-store -q -R /nix/store/gpcx77anqrj05qz0mrwm7hf4wgxry5py-nginx-1.10.2 | wc -l
    24
2016-12-26 10:24:58 -08:00
Tuomas Tynkkynen
e60bb86d00 kexectools: 2.0.13 -> 2.0.14
ARM patch is included upstream now.
2016-12-26 18:54:34 +02:00
mingchuan
a0922271d3 crystal: fix build in chroot environment
previous build failed on hydra because /usr/bin/env
do not exist in a chroot build environment.
2016-12-27 00:28:51 +08:00
Matthew Pickering
9f7c7405fb Remove nokinds GHC build
This work has since been merged into GHC master branch and is enabled
with the TypeInType extension.
2016-12-26 13:30:07 +00:00
Matthew Pickering
4541b10904 Refactor ghcHEAD postPatch / preConfigure phases
This is for GHC developers using NixOS where patchShebangs is
inconvenient as it dirties the tree but unnecessary for compilation.
2016-12-26 13:27:34 +00:00
Matthew Pickering
d906fb2c9a Bump ghcHEAD to latest commit 2016-12-26 13:27:33 +00:00
Matthew Pickering
0cd5ebb48f Configure checkPhase for ghcHEAD
The testsuite requires python3 so we have to add it as a dependency.
2016-12-26 13:27:33 +00:00
Nicolò Balzarotti
620ebf5449 unclutter: add missing licence (publicDomain) 2016-12-26 12:42:39 +01:00