Aneesh Agrawal
708822250e
Python 3.x: Add python
symlink
...
Add a symlink for "python" in the python3 derivation to provide a
default Python executable.
2016-10-18 23:14:31 +02:00
Michael Alan Dorman
a70e11adbf
haskellPackages: jailbreak terminal-progress-bar
2016-10-18 18:02:40 +02:00
Peter Simons
56ea4f8098
haskell-stack: fix build
2016-10-18 18:02:40 +02:00
Peter Simons
3af8c6e306
git-annex: enable test suite again
2016-10-18 18:02:40 +02:00
Peter Simons
3ce999416a
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision
19c7074b55
.
2016-10-18 18:02:33 +02:00
Peter Simons
db6b964290
Update to LTS Haskell 7.4
2016-10-18 18:01:35 +02:00
Franz Pletz
5456d8f007
php70: 7.0.11 -> 7.0.12
...
Fixes some security vulnerabilities:
https://secure.php.net/ChangeLog-7.php#7.0.12
2016-10-18 14:18:04 +02:00
Franz Pletz
0f42ee7c88
php56: 5.6.26 -> 5.6.27
...
Fixes some security vulnerabilities:
https://secure.php.net/ChangeLog-5.php#5.6.27
2016-10-18 14:17:01 +02:00
Dmitry Kalinkin
571d1111fe
yoda: init at 1.6.3
2016-10-18 06:52:31 -04:00
Dmitry Kalinkin
75ed9ac975
hepmc: init at 2.06.09
2016-10-18 06:51:59 -04:00
Dmitry Kalinkin
b7db7cc30c
fastjet: init at 3.2.0
2016-10-18 06:51:22 -04:00
Dmitry Kalinkin
468a5bc224
dgal: fix
2016-10-17 11:23:14 -04:00
Dmitry Kalinkin
e4574a54d4
cython: disable tests that fail when built against libc++
2016-10-17 11:23:13 -04:00
Dmitry Kalinkin
095095c479
python: add C++ compiler support for distutils
...
This should help with builds against clang
2016-10-17 11:23:13 -04:00
Thomas Tuegel
953fd050c0
Merge pull request #19621 from peterhoeg/peruse
...
peruse: init at 1.1
2016-10-17 09:17:38 -05:00
Peter Hoeg
2a4098d74c
peruse: init at 1.1
...
Includes kirigami at 1.1.0
2016-10-17 20:50:12 +08:00
Lancelot SIX
c959cc3d9c
guile: 2.0.12 -> 2.0.13
...
This is a maintenance release on the stable series, containing
security fixes.
It addresses CVE-2016-8606
See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00009.html
for upstream announcement
2016-10-17 09:44:48 +02:00
Vincent Laporte
99edbe65c1
ocamlPackage.cryptokit: 1.10 -> 1.11
2016-10-17 09:41:16 +02:00
Vincent Laporte
423a195637
ocamlPackage.zarith: 1.3 -> 1.4.1
2016-10-17 09:41:16 +02:00
Tim Steinbach
4ed7db95ac
ammonite-repl: init at 0.7.8
2016-10-16 18:56:28 -04:00
Wout Mertens
d3eb4afbda
sqlite3: Bump to 3.15.0
...
Tested on Darwin
2016-10-16 22:51:33 +02:00
Graham Christensen
104d6965af
hound: fixup meta
2016-10-16 13:10:41 -04:00
Frederik Rietdijk
107c035bf0
Python: remove pythonSmall
...
In #19309 a separate output for tkinter was added.
Several dependencies of Python depend indirectly on Python. We have the
following two paths:
```
‘python-2.7.12’ - ‘tk-8.6.6’ - ‘libXft-2.3.2’ - ‘libXrender-0.9.10’ -
‘libX11-1.6.4’ - ‘libxcb-1.12’ - ‘libxslt-1.1.29’- ‘libxml2-2.9.4’ -
‘python-2.7.12’
‘python-2.7.12’ - ‘tk-8.6.6’ - ‘libXft-2.3.2’ - ‘fontconfig-2.12.1’ -
‘dejavu-fonts-2.37’ - ‘fontforge-20160404’ - ‘python-2.7.12’
```
Because only `tkinter` needs this, I added
```
pythonSmall = python.override {x11Support = false;};
```
to break the infinite recursion. We also still have the output
`tkinter`.
However, we might as well build without x11Support by default. Then we build with x11Support as well so we get the tkinter module and put that in a separate package.
2016-10-16 14:31:26 +02:00
Aristid Breitkreuz
64b2205bf4
ihaskell: partial fix, mark as broken
2016-10-16 12:27:46 +02:00
dipinhora
66113fb0fa
ponyc: 2016-07-26 -> 0.5.1
2016-10-15 23:50:04 -04:00
Alexander Ried
b03d1996cd
pygobject: 3.20.0 -> 3.22.0
2016-10-15 20:32:10 +02:00
Alexander Ried
574ee15905
gtkmm_3: 3.20.0 -> 3.22.0
2016-10-15 20:32:10 +02:00
Alexander Ried
8afdb9b0f5
libgtop: 2.32.0 -> 2.34.1
2016-10-15 20:32:10 +02:00
Alexander Ried
ed889ba8ae
gcab: 0.6 -> 0.7
2016-10-15 20:32:10 +02:00
Alexander Ried
9513304f61
cogl: 1.22.0 -> 1.22.2, enable wayland support
2016-10-15 20:32:10 +02:00
Alexander Ried
1a1605cc32
libsoup: libgnome_keyring -> libgnome_keyring3
2016-10-15 20:32:09 +02:00
Alexander Ried
224cd5106c
at-spi2-{core,atk}: 2.20.1 -> 2.22.0
2016-10-15 20:29:45 +02:00
Graham Christensen
fbadf2da23
Merge pull request #19498 from grahamc/hound
...
Initialize Hound package / module
2016-10-15 13:56:24 -04:00
Graham Christensen
14384f02e8
hound: init at 20160919
2016-10-15 13:32:16 -04:00
Vincent Laporte
5a5d051ed0
ocamlPackages.js_of_ocaml: link to ppx_deriving
2016-10-15 17:59:29 +02:00
Vincent Laporte
5fc012ecab
ocamlPackages.safepass: 1.3 -> 2.0
2016-10-15 17:59:29 +02:00
Nikolay Amiantov
aad01d5831
buildNodePackage: remove trailing spaces
2016-10-15 18:45:48 +03:00
Nikolay Amiantov
10447c6900
buildNodePackage: fix strippedName usage
2016-10-15 18:45:48 +03:00
Fatih Altinok
8ab8f49827
flow: 0.32.0 -> 0.33.0
2016-10-15 08:24:07 -04:00
obadz
540e3e8935
coreclr: 8c70800 -> 1.0.4
2016-10-15 12:15:35 +01:00
Jörg Thalheim
3d5c3da40f
Merge pull request #19557 from wizeman/u/upd-mypy
...
mypy-lang: 0.4.3 -> 0.4.5
2016-10-15 10:34:01 +02:00
Dan Peebles
fc4c0d4ba1
talloc: fix on darwin
2016-10-14 22:51:21 -04:00
Alex Ivanov
a70dfe6ffb
pakcs: add kkallio as maintainer
2016-10-15 05:24:42 +03:00
Daiderd Jordan
9237596519
Merge pull request #19402 from ryanartecona/vagrant/darwin-support
...
vagrant: add darwin support
2016-10-15 00:37:13 +02:00
Ricardo M. Correia
0fd97bc102
mypy-lang: 0.4.3 -> 0.4.5
2016-10-14 20:50:54 +02:00
zimbatm
cdbb020a1f
fixes bundlerEnv calls
2016-10-14 16:56:42 +01:00
Ricardo M. Correia
47e61969b8
ocaml-react: fix hash
...
The package had been updated from 1.1.0 -> 1.2.0 but the hash hadn't.
2016-10-14 16:58:05 +02:00
Peter Simons
c031945a9f
Merge pull request #19534 from LumiGuide/fix-cereal-on-ghcjs
...
cereal: fix build on ghcjs
2016-10-14 16:52:02 +02:00
Eelco Dolstra
811b876fab
Revert "openssl, curl, git: Respect $NIX_SSL_CERT_FILE"
...
This reverts commit 942dbf89c6
. Sorry,
this was supposed to go to staging instead of master...
2016-10-14 16:01:54 +02:00
Frederik Rietdijk
80433e7030
Python: further unify expressions interpreters
2016-10-14 15:52:14 +02:00
Vladimír Čunát
061758490f
Merge branch 'master' into staging
...
... to get the openssl mass rebuild: 942dbf89c
.
2016-10-14 13:16:11 +02:00
zimbatm
6351c4d24b
Merge pull request #19180 from zimbatm/bundler-env-bins
...
Bundler env bins
2016-10-14 11:51:23 +01:00
Eelco Dolstra
942dbf89c6
openssl, curl, git: Respect $NIX_SSL_CERT_FILE
...
$NIX_SSL_CERT_FILE overrides $SSL_CERT_FILE, which in turn overrides
the default CA path (/etc/ssl/certs/ca-certificates.crt). This allows
Nix to set a CA path without interfering with other packages (such as
Homebrew).
See https://github.com/NixOS/nix/issues/921 .
2016-10-14 12:06:10 +02:00
Vladimír Čunát
027efec879
Merge staging without python splitting for now
...
The split needs more time to finish rebuilding,
but the rest seems OK and there are security fixes.
2016-10-14 09:24:21 +02:00
Vladimír Čunát
3eec7ea3f0
gvfs: fix build after update in 0809aeb47f
...
(cherry picked from commit 56a49e6cda
)
2016-10-14 09:11:28 +02:00
Vladimír Čunát
d73646d270
Revert "gtkmm: fix build error by patching missing operator"
...
This reverts commit 7defda8356
.
It breaks the package after update 61c467937b;
(cherry picked from commit 72e0135752
)
2016-10-14 09:11:18 +02:00
Jörg Thalheim
fe518a733f
Merge pull request #19533 from siddharthist/r-modules/readme-nix-shell
...
r-modules: add more nix-shell documentation
2016-10-14 09:09:19 +02:00
Graham Christensen
fcd4b7ea58
Merge pull request #19510 from grahamc/nodejs
...
Nodejs: Upgrades for security patches
2016-10-13 20:26:47 -04:00
Graham Christensen
66f2a01222
nodejs-6_x: 6.7.0 -> 6.8.0
2016-10-13 20:04:24 -04:00
Graham Christensen
f9df1b5de0
nodejs: 4.4.6 -> 4.6.0
2016-10-13 20:04:23 -04:00
Bas van Dijk
79f6e39b93
cereal: fix build on ghcjs
2016-10-14 00:35:01 +02:00
Langston Barrett
2b300c9bef
r-modules: add more environment documentation
...
Use nix-shell with a `default.nix` rather than using
config.nix
2016-10-13 22:18:16 +00:00
Daniel Peebles
9703a72f70
Merge pull request #19495 from LnL7/darwin-gdb
...
gdb: disable format hardening
2016-10-13 15:57:19 -04:00
Vladimír Čunát
e4d3254101
intltool: fix #19487 patch download
...
It's strange. Maybe they prune the history.
2016-10-13 21:55:25 +02:00
Franz Pletz
3b58daf315
libuecc: init at 7
2016-10-13 21:42:16 +02:00
Franz Pletz
2c47729a75
libsodium: 1.0.10 -> 1.0.11
2016-10-13 21:42:15 +02:00
Daiderd Jordan
c5a7728152
gdb: disable format hardening
2016-10-13 21:33:07 +02:00
Vladimír Čunát
56a49e6cda
gvfs: fix build after update in 0809aeb47f
2016-10-13 19:32:45 +02:00
Vladimír Čunát
72e0135752
Revert "gtkmm: fix build error by patching missing operator"
...
This reverts commit 7defda8356
.
It breaks the package after update 61c467937b;
2016-10-13 19:32:45 +02:00
Graham Christensen
9a668ec58b
Merge pull request #19511 from grahamc/mujs
...
mujs: 2016-02-22 -> 2016-09-21
2016-10-13 08:40:00 -04:00
Graham Christensen
85c9f014ed
mujs: 2016-02-22 -> 2016-09-21
2016-10-13 07:42:30 -04:00
Frederik Rietdijk
ffa65afdcd
edk2: use python env
2016-10-13 10:47:07 +02:00
Frederik Rietdijk
cffdffe1f6
Merge pull request #19309 from FRidh/outputs
...
Python: use separate output for tkinter
2016-10-13 10:40:14 +02:00
Vladimír Čunát
727fc259d6
Merge branch 'master' into staging
2016-10-13 09:53:16 +02:00
Alex Ivanov
1fa5aceda8
pakcs: fixed for darwin
2016-10-13 09:37:02 +03:00
Alex Ivanov
e9e69993b2
swiProlog: fixed for darwin
2016-10-13 09:36:49 +03:00
Alex Ivanov
4e87ea7f73
unixODBC: enable build for darwin
2016-10-13 09:23:14 +03:00
Dan Peebles
9617f61164
xcbuild: init at 49f8a592
2016-10-13 00:32:19 -04:00
Franz Pletz
6adc67d8d7
vaapiIntel: 1.7.0 -> 1.7.2
2016-10-13 03:19:28 +02:00
Franz Pletz
cdd019811c
intel-gpu-tools: 1.14 -> 1.16
2016-10-13 03:18:52 +02:00
Franz Pletz
d514bf3fcc
libsamplerate: 0.1.8 -> 0.1.9
2016-10-13 03:18:42 +02:00
Franz Pletz
29b04017b5
libmpcdec: cleanup, use sha256 hash
2016-10-13 03:18:37 +02:00
Franz Pletz
f7454f6a15
libmikmod: 3.3.7 -> 3.3.10
2016-10-13 03:18:32 +02:00
Franz Pletz
e50be9ff75
libcue: 1.4.0 -> 2.1.0
2016-10-13 03:18:28 +02:00
Franz Pletz
e8e50bf696
zeroc_ice: 3.6.1 -> 3.6.3
2016-10-13 03:18:17 +02:00
Daniel Peebles
77d1fb94f1
Merge pull request #19470 from copumpkin/fix-sierra
...
Fix Darwin stdenv to work on Sierra
2016-10-12 19:04:03 -04:00
Joachim F
d4a22b4de3
Merge pull request #19479 from sternenseemann/master
...
libhttpseverywhere: build api documentation
2016-10-12 22:37:45 +02:00
Joachim F
71fd469d45
Merge pull request #19385 from taku0/android_sdk_sources
...
androidenv: Add API sources
2016-10-12 22:37:36 +02:00
Dan Peebles
f35ab9c2f8
rpm-ostree: 2016.1 -> 2016.10
...
This also updates a bunch of its dependencies to enable the update,
and gets rid of libhif because upstream stopped maintaining it as
such, instead using it internally in other projects until they can
agree on an interface for it. Nothing seemed to be using libhif so
I'm not too concerned about removing it.
2016-10-12 20:31:02 +00:00
Drill Bear
71ea89f5e1
guile_ncurses: Use absolute path to load libguile-ncurses
2016-10-12 20:47:55 +01:00
Eelco Dolstra
ed6006790a
libunistring: Do propagate libiconv on non-Linux
...
Fixes #19492 .
2016-10-12 20:26:43 +02:00
Peter Simons
ea1a8cf5f0
git-annex: bump to latest version
2016-10-12 17:50:20 +02:00
Peter Simons
8c95f0ffaf
ghcjs: revert "mark build as broken"
...
This reverts commit 8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e. The build
failure blocking this package has been fixed in the meanwhile. Thanks to
@basvandijk for the heads-up.
(cherry picked from commit 56d033ac1b00a8b29bc29589312d2f5024656bd3)
2016-10-12 16:52:41 +02:00
Peter Simons
5925d14525
haddock-library: fix build with GHC 7.10.x
...
Required by GHCJS.
2016-10-12 16:52:41 +02:00
Peter Simons
7c1d952a56
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision
d009766695
.
2016-10-12 16:52:41 +02:00
Peter Simons
8939e2a26b
haskell-nvvm: disable build on Hydra since it depends on unfree cudatoolkit
2016-10-12 16:52:40 +02:00
Peter Simons
c69f058ee2
configuration-hackage2nix.yaml: add old version of haddock-library
...
This is required by haddock-api 2.16.x.
2016-10-12 16:51:47 +02:00
Peter Simons
71e4613e78
LTS Haskell 7.3
2016-10-12 16:51:47 +02:00
Thomas Tuegel
8b7f04c25a
kde5.kcoreaddons: fix HTML injection CVE-2016-7966
...
See https://www.kde.org/info/security/advisory-20161006-1.txt for more
information.
2016-10-12 08:46:43 -05:00
Tim Steinbach
259dcac753
Merge pull request #19484 from peterhoeg/vala
...
vala: unify builders for various versions
2016-10-12 09:32:38 -04:00
Peter Hoeg
a6d1d06a95
vala: unify builders for various versions
...
We are currently carrying a number of vala versions where each version
is essentially just a copy of the earlier version.
This PR gets rid of a ton of duplication and uses a standard builder.
Secondly, we add a definition for the latest vala 0.34.1.
Lastly, we add a generic "vala" that refers to the latest stable
version.
I have tried changing the definitions for "simple-scan" and "valum" to use
the latest vala version and they at least compile OK so I'll try a
massive sed job to replace all the definitions later to simply use the
latest version through "vala" instead of specifying a version directly.
According to upstream:
"Well-maintained packages are expected to always build with the latest
stable Vala version."
Maybe this means that my generic builder is then no longer necessary. Oh well...
I added myself to the maintainer array for vala although I have no
interest in the language - this was purely a nix exercise for me but I
thought it was reasonable to be the one to clean up the mess if this has
side effects...
Cc: @antono and @lethalman
2016-10-12 21:12:05 +08:00
Graham Christensen
8b23c5f332
libdwarf: 20160613 -> 20161001 for CVE-2016-7510, CVE-2016-7410
2016-10-12 09:01:19 -04:00
Robin Gloster
b743ddf8f9
sslscan: enable ssl2 checking
2016-10-12 14:36:41 +02:00
Benjamin Saunders
d608456005
shaderc-git: init at 2016-09-08
2016-10-12 13:19:34 +01:00
Benjamin Saunders
e0e27c83ab
vulkan-loader: 1.0.21.0 -> 1.0.26.0
...
Also added asserts to ensure everything stays in sync.
2016-10-12 13:19:34 +01:00
lummax
b52e8809d6
vulkan-loader: enable wayland WSI
2016-10-12 13:19:34 +01:00
lummax
051024a581
vulkan-loader: add spirv-tools
as dependency
2016-10-12 13:19:34 +01:00
lummax
efc51ce52d
glslang: 2016-07-27 -> 2016-07-16
...
`vulkan-loader` requires a specific version of `glslang` as specified in
`<vulkan-loader-repo>/glslang_revision`.
2016-10-12 13:19:34 +01:00
lummax
9757757170
spirv-tools: init at 20160718
2016-10-12 13:19:34 +01:00
Joe Hermaszewski
aa8b69c1f6
vulkan-loader: init at 1.0.21.0
2016-10-12 13:19:34 +01:00
Joe Hermaszewski
e6cfc62063
glslang: init at 20160727
2016-10-12 13:18:27 +01:00
sternenseemann
b004070465
libhttpseverywhere: build api documentation
...
This is a workaround for a bug in meson (https://github.com/mesonbuild/meson/issues/894 )
2016-10-12 12:56:41 +02:00
Frederik Rietdijk
fa6011f401
Merge pull request #19465 from kragniz/python-3.6b2
...
Python 3.6: 3.6b1 -> 3.6b2
2016-10-12 08:45:44 +02:00
Dan Peebles
d8a0307a5d
[darwin.stdenv] Fix to work on Sierra
...
This reinstates the libSystem selective symbol export machinery we used
to have, but locks it to the symbols that were present in 10.11 and skips
the actual compiled code we put into that library in favor of the system
initialization code. That should make it more stable and less likely to
do weird stuff than the last time we did this.
2016-10-12 00:08:13 -04:00
Louis Taylor
39e8623906
Python 3.6: 3.6b1 -> 3.6b2
2016-10-11 22:29:22 +01:00
Peter Simons
2804067fc8
Merge pull request #19462 from dipinhora/pony-stable
...
pony-stable: init at 2016-10-10
2016-10-11 22:43:07 +02:00
Vladimír Čunát
56e9bbfe65
Merge #18130 : llvmPackages_38: 3.8.0 -> 3.8.1
2016-10-11 22:29:59 +02:00
dipinhora
8a7cb597ae
pony-stable: init at 2016-10-10
2016-10-11 16:07:55 -04:00
Vladimír Čunát
e228c804ad
libdrm: 2.4.70 -> 2.4.71
2016-10-11 20:39:51 +02:00
Graham Christensen
945da0166c
Merge pull request #19432 from sternenseemann/libhttpseverywhere
...
libhttpseverywhere: init at 0.1.0
2016-10-11 14:15:31 -04:00
Alexander Ried
0809aeb47f
gvfs: 1.22.4 -> 1.30.1
...
use libgnome-keyring from gnome package set
From #19081 .
2016-10-11 18:48:19 +02:00
Alexander Ried
82cb3efef8
gdk-pixbuf: 2.34 -> 2.36
...
From #19081 .
2016-10-11 18:48:04 +02:00
Alexander Ried
ae1671e302
pangomm: 2.40.0 -> 2.40.1
...
From #19081 .
2016-10-11 18:47:57 +02:00
Alexander Ried
61c467937b
gtkmm_2: 2.24.4 -> 2.24.5
...
From #19081 .
2016-10-11 18:47:36 +02:00
Alexander Ried
dd1e890e98
clutter-gtk: 1.8.0 -> 1.8.2
...
From #19081 .
2016-10-11 18:47:16 +02:00
Alexander Ried
85eef7bc86
clutter-gst: 3.0.18 -> 3.0.20
...
From #19081 .
2016-10-11 18:40:30 +02:00
Alexander Ried
2dd0f1f254
libsoup: 2.54.1 -> 2.56.0
...
From #19081 .
2016-10-11 18:40:13 +02:00
Alexander Ried
8417c3aae1
fontconfig: 2.11.1 -> 2.12.1
...
Fixes #19302 .
2016-10-11 18:34:36 +02:00
Franz Pletz
14df9ad496
Merge remote-tracking branch 'origin/master' into staging
2016-10-11 18:33:17 +02:00
Alexander Ried
733c706c91
webkitgtk214x: reenable needed fix
...
was disabled for testing but somehow made it into my pr.
From #19081 .
2016-10-11 18:32:26 +02:00
Alexander Ried
83c594fe38
glib: 2.50.0 -> 2.50.1
2016-10-11 18:03:47 +02:00
Frederik Rietdijk
67005e3c79
Merge pull request #19230 from nand0p/buildbot-9rc4
...
buildbot: 0.9.0rc3 -> 0.9.0rc4
2016-10-11 17:00:41 +02:00
regnat
048e8dbe8f
ocamlPackages.ppx-variants-conv : add variantslib in propagated buildInputs
2016-10-11 16:53:40 +02:00
Eelco Dolstra
dfc94720b8
libunistring: Don't propagate glibc
...
On Linux, libiconv is an alias of glibc. Propagating glibc breaks
using GCC 6 as an override (not sure why). So let's not do that.
2016-10-11 15:08:52 +02:00
Jörg Thalheim
23274724df
Merge pull request #19441 from NeQuissimus/rust_1_12_0
...
rust: 1.11.0 -> 1.12.0, cargo: 0.12.0 -> 0.13.0
2016-10-11 14:11:52 +02:00
sternenseemann
3229de5eb5
libhttpseverywhere: init at 0.1.0
2016-10-11 07:58:51 +02:00
Tim Steinbach
b116f9b0cd
rust: 1.11.0 -> 1.12.0, cargo: 0.12.0 -> 0.13.0
2016-10-10 21:59:26 -04:00
Shea Levy
ecb596b898
uri: init at 2016-09-04
2016-10-10 20:27:07 -04:00
Louis Taylor
6cfccecebe
jansson: 2.8 -> 2.9
2016-10-10 22:08:19 +01:00
Christine Koppelt
68bab119a0
arduino: fix 32bit build
2016-10-10 21:54:58 +02:00
Jörg Thalheim
807dddca56
Merge pull request #19429 from LnL7/darwin-libcaca
...
libcaca: fix missing darwin inputs
2016-10-10 21:10:24 +02:00
Thomas Tuegel
da9c6a7744
gpgme: fix build on i686-linux
2016-10-10 13:37:24 -05:00
Jörg Thalheim
c4dd3d9b24
Merge pull request #19421 from sternenseemann/master
...
valadoc: use newer libgee
2016-10-10 20:14:43 +02:00
Vincent Laporte
4e6efdd601
ocamlnet: 4.1.1 -> 4.1.2
2016-10-10 19:19:13 +02:00
Vincent Laporte
cc272dc996
OCaml modules: make explicit some dependencies to ocamlbuild
2016-10-10 19:18:07 +02:00
Vincent Laporte
f97d5ae81f
ocaml-expat: fix build on darwin
2016-10-10 19:16:32 +02:00
Vincent Laporte
b7cb8f3da7
ocaml-camlidl: fix build on darwin
2016-10-10 19:16:32 +02:00
Vincent Laporte
4083964c6f
ocaml-llvm: fix build on darwin
2016-10-10 19:16:32 +02:00
Daiderd Jordan
3e8af1ec90
libcaca: fix missing darwin inputs
2016-10-10 19:05:37 +02:00
sternenseemann
2dca4f7ded
meson: 0.32.0 -> 0.35.0
2016-10-10 16:03:33 +02:00
sternenseemann
f14188e5d0
valadoc: use newer libgee
...
Actually valadoc does not depend on libgee 0.8 but on the
libgee 0.8 API as defined in a gir file. I didn't notice the
difference earlier.
2016-10-10 16:02:54 +02:00
Jörg Thalheim
e325f010f0
Merge pull request #17579 from leenaars/arpa2deps
...
quick-der library, asn2quickder + hexio tools
2016-10-10 11:55:45 +02:00
Jörg Thalheim
6f389da98d
Merge pull request #19399 from sternenseemann/master
...
Add libgee_0_8 and valadoc-unstable
2016-10-10 11:52:33 +02:00
Frederik Rietdijk
104c50dd1a
Python: remove modules and pythonFull
2016-10-10 10:33:24 +02:00
Frederik Rietdijk
a2720a25b9
Python 3.6: separate output for tkinter
2016-10-10 10:33:24 +02:00
Frederik Rietdijk
0a08fcd858
Python 3.5: separate output for tkinter
2016-10-10 10:33:24 +02:00
Frederik Rietdijk
0bd4b31f87
Python 3.4: separate output for tkinter
2016-10-10 10:33:24 +02:00
Frederik Rietdijk
cf0932ee84
Python 3.3: separate output for tkinter
2016-10-10 10:33:24 +02:00
Frederik Rietdijk
bee439207b
Python 2.7: separate output for tkinter
2016-10-10 10:33:24 +02:00
Jörg Thalheim
d4eaac27bf
Merge pull request #19416 from lsix/update_7_12
...
gdb: 7.11.1 -> 7.12
2016-10-10 10:09:02 +02:00
Lancelot SIX
db4b15bbbf
gdb: 7.11.1 -> 7.12
...
See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00007.html
for release announcement
2016-10-10 09:08:43 +02:00
Jörg Thalheim
5b9913b178
mdk: use sha256 instead of md5
2016-10-10 08:52:13 +02:00
Sheena Artrip
3e3a189cc6
go_1_7: make $out/bin a link to $GOROOT/share/go/bin
2016-10-10 00:10:05 -04:00
Michiel Leenaars
08011fa2af
quickder: init at 1.0-RC1
2016-10-09 22:45:51 +02:00
Michiel Leenaars
651beb0592
asn2quickder: init at 0.7RC1
2016-10-09 22:45:51 +02:00
Michiel Leenaars
620f367a60
hexio: init at 1.0RC1
2016-10-09 22:45:51 +02:00
sternenseemann
3fb2993cb3
maintainers: rename lukasepple according to github account name
2016-10-09 22:04:22 +02:00
sternenseemann
e0faee950c
valadoc: init at 2016-10-09
2016-10-09 22:04:14 +02:00
Jörg Thalheim
8a690b2a9f
Merge pull request #17922 from bjornfor/php-config-file-scan-dir
...
php: change config-file-scan-dir from /etc to /etc/php.d
2016-10-09 21:45:48 +02:00
Ryan Artecona
224a6b85fa
vagrant: add darwin support
...
Vagrant on macOS is distributed as a .dmg installer. Luckily, the
internal contents of that archive resemble that of the .deb we use for
linux. In fact, the similarity is enough that if we move its `embedded`
directory to `opt/vagrant/embedded` and its `bin` to `usr/bin` (and back
again after installation), the derivation's installPhase (which replaces
embedded libs & binaries with those from the package's inputs) can
remain exactly the same between macOS and linux.
2016-10-09 15:25:41 -04:00
Benjamin Staffin
d42fb35713
bazel: Allow linux i686 builds too
2016-10-09 15:18:29 -04:00
Benjamin Staffin
3c39d75543
Merge pull request #19380 from IreneKnapp/nixos-unstable
...
Update the packaged Bazel to 0.3.2, and also make it actually work.
2016-10-09 14:49:23 -04:00
sternenseemann
011f3d700d
libgee_0_8: init at 0.8.6
...
some vala packages require this specific version
2016-10-09 20:08:47 +02:00
Peter Simons
7e0dc5ab69
Merge pull request #19394 from aherrmann/pr_diagrams_pgf
...
haskell-diagrams-pgf: fix build
2016-10-09 17:18:41 +02:00
Andreas Herrmann
7c741722e2
diagrams-pgf: Fix dependencies
2016-10-09 17:07:17 +02:00
Will Dietz
5b3bf1fffa
llvm-3.8: Fix clang build on non-darwin.
...
'set-xcode-analyzer' is only installed on APPLE.
2016-10-09 16:57:40 +02:00
Robin Gloster
717ff85b14
libnfnetlink: use sha256 hash
2016-10-09 16:19:04 +02:00
Andreas Herrmann
50aff7e07b
texrunner: Fix build
...
Tests fail due to nonexistent tex executables.
2016-10-09 15:39:05 +02:00
Christine Koppelt
6c9cc19915
arduino: 1.6.9 -> 1.6.12 ( #19335 )
2016-10-09 14:27:04 +02:00
taku0
a229fd4ce3
androidenv: Add API sources
2016-10-09 19:11:55 +09:00
Vincent Laporte
4168706d4f
OCaml modules: make explicit some dependencies to ocamlbuild
2016-10-09 11:55:19 +02:00
Vincent Laporte
731b616fdb
camlp4: fix for OCaml-4.03
2016-10-09 11:55:19 +02:00
Irene Knapp
81c82bb5d6
Update the packaged Bazel to 0.3.2, and also make it actually work.
2016-10-08 20:54:12 -07:00
Jörg Thalheim
cefe4a816d
Merge pull request #19368 from lsix/update_matplotlib
...
pythonPackages.matplotlib: 1.5.1 -> 1.5.3
2016-10-09 00:36:34 +02:00
zimbatm
80d4117a8c
travis: simplify
2016-10-08 22:38:56 +01:00
zimbatm
2a194746a5
bundlerEnv: refactor
...
Add `pname` attribute: if passed, the derivation name defaults to the
gem name + version and only expose the gem's bin.
Add `gemdir` attribute: gives a default lookup path for the Gemfile,
Gemfile.lock and gemset.nix.
Set the `meta.platforms' to `ruby.meta.platforms' by default.
2016-10-08 22:38:56 +01:00
Lancelot SIX
f910a4e638
pythonPackages.matplotlib: 1.5.1 -> 1.5.3
2016-10-08 23:14:07 +02:00
Tim Steinbach
b4b9b0fa9d
kotlin: 1.0.3 -> 1.0.4
2016-10-08 18:32:00 +00:00
Benno Fünfstück
de79db8c99
capstone: use Makefile build (for pkg-config files)
...
The cmake based build system did not install the pkg-config files for
capstone, which made builds depending on capstone harder to write as
they cannot automatically find the location of the capstone library.
2016-10-08 18:00:52 +02:00
Peter Simons
b59b89d9e3
Revert "Extend Haskell generic builder to use new --ipid flag."
...
This reverts commit ec8b816154
. The change told
the Cabal build system to use the hash-part of $out as the internal identifier
for the library it's building (rather than generating such an ID itself). While
a good idea in theory, this choice had an unfortunate side-effect: When Cabal
links libraries X, Y, and Z into an executable, then the generated binary
contains their respective IDs. Now, Nix finds those strings and treats them as
an indication that there is a *run-time dependency* on the corresponding store
paths. This means that the generated executable will always depend on the store
paths of all the Haskell libraries that went into it, even when linked
statically.
2016-10-08 10:45:48 +02:00
Alexander Ried
0d47c06b4a
libqmi: 1.12.6 -> 1.16.0 ( #19305 )
2016-10-08 07:15:38 +02:00
Alexander Ried
70a4644659
libmbim: 1.12.2 -> 1.14.0 ( #19304 )
2016-10-08 07:15:11 +02:00
Daiderd Jordan
5d69399184
Merge pull request #19285 from acowley/pcl-darwin-opengl
...
pcl: fix problem finding OpenGL on darwin
2016-10-07 21:41:39 +02:00
Andrey Trachenko
67e732d8f8
simavr: init at 1.3
...
Closes https://github.com/NixOS/nixpkgs/pull/15961
2016-10-07 14:11:22 +02:00
Maciek Starzyk
908ad09fd6
nimble: Do not use patchelf.
2016-10-07 07:02:26 -04:00
Graham Christensen
0f281dec98
Merge pull request #19320 from kamilchm/vagrant
...
vagrant: 1.8.5 -> 1.8.6
2016-10-07 06:50:57 -04:00
Nikolay Amiantov
a1791e8543
Merge pull request #19167 from abbradar/java-gui
...
jre8: minimize minimal build and add more GUI dependencies to the regular one
2016-10-07 14:12:33 +04:00
Kamil Chmielewski
4f6870bb4b
vagrant: 1.8.5 -> 1.8.6
2016-10-07 11:15:11 +02:00
Shea Levy
874411c0e3
cpp-netlib: propagate asio.
...
See cpp-netlib/cpp-netlib#629
2016-10-06 18:18:18 -04:00
Daiderd Jordan
4589a8d750
Merge pull request #19222 from jhhuh/jh
...
lsof: fixed for darwin
2016-10-06 20:38:07 +02:00
Michael Raskin
667c2fb025
obliv-c: init at 0.0pre20161001
2016-10-06 17:48:05 +02:00
Thomas Tuegel
2e255a2edd
Merge branch 'staging'
2016-10-06 09:51:02 -05:00
Ji-Haeng Huh
86dc8ad0fd
lsof-4.89 : change 'stdenv.libc' to 'stdenv.cc.libc'
2016-10-06 15:27:29 +02:00
Ji-Haeng Huh
b150da5755
Merge remote-tracking branch 'upstream/master' into jh
2016-10-06 14:39:15 +02:00
Domen Kožar
bd4e9e35fc
Merge pull request #19277 from witkamp/fix-wai-cors
...
haskellPackage.wai-cors: Disable cabal check
2016-10-06 11:44:51 +02:00
Joachim F
f7294c8df6
Merge pull request #19245 from gnidorah/master
...
pakcs: init at 1.14.0
2016-10-06 10:55:32 +02:00
Anthony Cowley
1a10a377ec
pcl: fix problem finding OpenGL on darwin
2016-10-06 02:01:46 -04:00
Thomas Tuegel
16dafb018e
qt55.kdeFrameworks: mark broken
...
KDE Frameworks 5.26 requires Qt 5.6. Qt 5.6 is a designated LTS release;
only proprietary packages should use older versions.
2016-10-05 19:47:32 -05:00
Thomas Tuegel
7defda8356
gtkmm: fix build error by patching missing operator
2016-10-05 19:47:31 -05:00
Graham Christensen
b5da91aae3
Merge pull request #19252 from grahamc/jasper
...
jasper: 1.900.1 -> 1.900.2
2016-10-05 20:43:35 -04:00
Graham Christensen
7aae190375
Merge pull request #19275 from grahamc/openjpeg
...
openjpeg: 2.1.1 -> 2.1.2 for CVE-2016-7163
2016-10-05 20:42:06 -04:00
Graham Christensen
0dd1381451
jasper: 1.900.1 -> 1.900.2
2016-10-05 20:36:51 -04:00
Theodore Witkamp
d4566400c9
haskellPackage.wai-cors: Disable cabal check
...
External program is used in tests.
2016-10-05 17:04:35 -07:00
Graham Christensen
387fc04475
c-ares: 1.10.0 -> 1.12.0 for CVE-2016-5180
2016-10-05 19:27:39 -04:00
Graham Christensen
db2e9b274c
openjpeg: 2.1.1 -> 2.1.2 for CVE-2016-7163
2016-10-05 18:34:14 -04:00
Alexander Ried
5e066e2bcb
libsigcxx 2.8.0 -> 2.10.0
2016-10-05 23:18:43 +02:00
Peter Simons
82d32feda9
haskell: jailbreak some packages to fix builds in LTS 7.x
2016-10-05 21:07:29 +02:00
Peter Simons
e9d7f0d945
haskell-attoparsec: fix build with GHC 7.10.x
...
Closes https://github.com/NixOS/nixpkgs/issues/19270 .
2016-10-05 21:07:29 +02:00
Peter Simons
75df6107da
haskell-configuration-ghc-7.10.x: drop obsolete overrides
2016-10-05 21:07:29 +02:00
Jörg Thalheim
cdcc305027
Merge pull request #19258 from groxxda/accountsservice
...
accountsservice: 0.6.42 -> 0.6.43
2016-10-05 20:46:26 +02:00
Alex Ivanov
2aeb234f25
pakcs: update to 1.14.0
2016-10-05 21:20:58 +03:00
Peter Simons
2a2a3c796a
callHackage: ensure we're always using the latest available Hackage database
2016-10-05 19:05:50 +02:00
Vladimír Čunát
30f551d8b2
Merge branch 'master' into staging
2016-10-05 19:02:48 +02:00
Domen Kožar
92d2416280
Merge pull request #19264 from peterhoeg/php
...
php fpm: add systemd support
2016-10-05 17:36:39 +02:00
Peter Hoeg
5a6626f47c
php fpm: add systemd support
...
PHP FPM will now notify systemd when it's done initializing and ready to
serve requests.
Additionally ```systemctl status phpfpm``` will now show statistics such
as:
```
Status: "Processes active: 0, idle: 8, Requests: 0, slow: 0, Traffic: 0req/sec"
```
2016-10-05 23:30:31 +08:00
Jörg Thalheim
1bd8d7710e
Merge pull request #19125 from markus1189/bin-bash-cleanup
...
Bin bash cleanup
2016-10-05 17:16:00 +02:00
Fernando J Pando
5173cdb9cb
buildbot: 0.9.0rc3 -> 0.9.0rc4
...
- upgrade to rc4
- un-hardcode path in logwatcher
- fix shebang in wrapper
- add gpl2 license
- remove duplicate wrapper
Tested on CentOS and NixOS
2016-10-05 11:08:01 -04:00
Bjørn Forsman
b0d77698bf
gpshell: wrap with gppcscconnectionplugin
...
Fixes this:
$ echo establish_context | gpshell
establish_context
establish_context failed with error 0xFFFFFFFFFFFFFFFF (libgppcscconnectionplugin.so.1.0.1: cannot open shared object file: No such file or directory)
Have to use LD_LIBRARY_PATH instead of patchelf, because it's
libglobalplatform.so.6 (from globalplatform package) that needs
libgppcscconnectionplugin.so.1.0.1, not gpshell itself. And because
RPATH doesn't "propagate" from one ELF to another, the library isn't
found. One can argue that globalplatform should depend on
gppcscconnectionplugin, but it touches on the still-unsolved "plugin"
issue in Nix packaging, so leaving that alone.
2016-10-05 17:06:15 +02:00
Alexander Ried
ff81b74833
accountsservice: 0.6.42 -> 0.6.43
...
the patch for nixbld is not needed anymore since accountsservice now
excludes all users with shell set to nologin.
Previously this was only done for users in range 500 - minimum_uid
(1000).
2016-10-05 16:34:22 +02:00
Frederik Rietdijk
a6de7142ce
Merge pull request #19218 from Profpatsch/searx-pyopenssl
...
searx: fix pyopenssl version
2016-10-05 13:17:10 +02:00
Franz Pletz
7e9a2c345b
libass: 0.13.2 -> 0.13.4 (security)
...
Fixes:
* CVE-2016-7969
* CVE-2016-7970
* CVE-2016-7972
2016-10-05 13:10:00 +02:00
Peter Simons
2f0d0cd05a
ghcjs: mark build as broken
...
(cherry picked from commit 8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e)
2016-10-05 09:46:53 +02:00
Peter Simons
ec8b816154
Extend Haskell generic builder to use new --ipid flag.
2016-10-05 09:46:53 +02:00
Peter Simons
4e576faa1c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-11-g4585b46 from Hackage revision
ad51461d4d
.
2016-10-05 09:46:53 +02:00
Kirill Boltaev
3e646865f4
treewide: use ocaml.version ( #19192 )
2016-10-05 09:32:30 +02:00
Jörg Thalheim
d8f8983df4
Merge pull request #19208 from mstarzyk/nim
...
Nim & nimble upgrade
2016-10-05 09:10:52 +02:00
Thomas Tuegel
d067b7bd35
Merge branch 'kde-5' into staging
2016-10-04 21:50:17 -05:00
Thomas Tuegel
fc23f64d34
qt5.qtbase: ruby is no longer a dependency
2016-10-04 21:49:33 -05:00
Thomas Tuegel
ebe90e3e2d
kde5.frameworks: 5.24 -> 5.26
2016-10-04 21:49:32 -05:00
Ji-Haeng Huh
b5b907f3fb
corretions for PR comments
2016-10-05 01:27:47 +02:00
Alex Ivanov
cb79662bf3
pakcs: reborn
2016-10-04 22:49:07 +03:00
Peter Simons
98a750b4a8
Merge pull request #19228 from mboes/ghc-head-20160930
...
haskell.compiler.ghcHEAD: update to latest upstream (20160930).
2016-10-04 20:51:45 +02:00
Markus Hauck
aafbd40577
Replace hard coded /bin/bash occurrences
2016-10-04 20:15:37 +02:00
Mathieu Boespflug
4b34e4a7cb
haskell.compiler.ghcHEAD: update to latest upstream (20160930).
...
Includes several fixes necessary for inline-java full functionality.
2016-10-04 17:51:37 +02:00
Ji-Haeng Huh
f02f1a490b
Fixing lsof-4.89 for Darwin
2016-10-04 15:37:35 +02:00
Profpatsch
23913912c3
searx: fix pyopenssl version
...
Also remove the old postPatch substitutions (the patch does those).
2016-10-04 15:26:39 +02:00
Michael Raskin
3765f62fd6
loudmouth: 1.4.3 -> 1.5.3, switch to mcabber version as the upstream as the Gnome version has stagnated
2016-10-04 13:23:49 +02:00
Michael Raskin
94e87bd79b
lsof: add one more mirror, the second one seems unavailable (and the original site is too picky about NATs)
2016-10-04 10:16:22 +02:00
Michael Raskin
1e753d1fbc
harfbuzz: 1.3.1 -> 1.3.2
2016-10-04 09:59:04 +02:00
Maciek Starzyk
8852c5144f
nimble: 0.7.4 -> 0.7.8
2016-10-03 21:45:03 +02:00
Maciek Starzyk
eda85e161f
nim: 0.14.2 -> 0.15.0
2016-10-03 21:44:40 +02:00
Alexander Ried
b7c358167e
libusb: 1.0.19 -> 1.0.20
2016-10-03 21:13:30 +02:00
Jörg Thalheim
888f6a1280
Merge pull request #19199 from wizeman/u/fix-help2man-hash
...
help2man: fix hash
2016-10-03 19:26:44 +02:00
Ricardo M. Correia
2ad13953a4
help2man: fix hash
2016-10-03 18:49:47 +02:00
Jörg Thalheim
008344b29a
Merge pull request #19198 from acowley/rustc-darwin
...
rustc: fix build on darwin
2016-10-03 18:42:20 +02:00
Michael Raskin
ea6f03d1ca
botan: 1.11.31 -> 1.11.32
2016-10-03 17:35:18 +02:00
Anthony Cowley
3989b8da43
rustc: fix build on darwin
...
The OS is identified as "10.4" rather than "osx". This commit removes
the 'rt' build script's hard coding of the "osx" suffix when building on
darwin since the cmake configuration falls back to building a 10.4
compatible libclang_rt.
2016-10-03 09:20:56 -04:00
Jörg Thalheim
54867a0400
Merge pull request #19131 from aneeshusa/remove-redundant-cmake-build-type-release-args-part2
...
llvm3.9: Remove -DCMAKE_BUILD_TYPE=Release flags
2016-10-03 14:43:40 +02:00
Jörg Thalheim
26e39566af
Merge pull request #19120 from groxxda/gtk+
...
gtk+3: 3.22.0 -> 3.22.1 [=> staging]
2016-10-03 10:36:08 +02:00
Jörg Thalheim
df8dad4b89
Merge pull request #19121 from groxxda/glib
...
glib{mm,-networking} -> 2.50.0 [-> staging]
2016-10-03 10:35:11 +02:00
Peter Simons
79f92f00f9
haskell-vector: jailbreak to fix test suite build
2016-10-02 23:44:00 +02:00
Peter Simons
e3cc3de334
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-10-g950a7f4 from Hackage revision
1aa9f5de46
.
2016-10-02 23:43:54 +02:00
Peter Simons
0dc9600107
configuration-hackage2nix.yaml: update to LTS 7.2
...
Also update list of broken builds.
2016-10-02 23:43:29 +02:00
zimbatm
7fc6942e2b
Merge pull request #18792 from zimbatm/ruby-gem-home
...
Ruby gem home
2016-10-02 22:12:59 +01:00
zimbatm
b8bcbec5fd
ruby: fixes rubygems user installs
...
* Manage patches in git
* Fixes the hook invocation to be more safe. Thanks @Mic92
* Install gems as user by default
* Install gem binaries with the /usr/bin/env shebang
* Fixes a bug where the passthru.libPath and passthru.gemPath would
point to the wrong directory
* Overhaul ruby version heuristics
2016-10-02 22:07:22 +01:00
Nikolay Amiantov
9d7c9cc32e
openjdk8: add a patch to use GTK when available by default
2016-10-02 23:57:10 +03:00
Nikolay Amiantov
a15c943337
openjdk8: rework dependencies
...
This makes several adjustments around what is linked into JRE.
* system giflib, libjpeg, zlib are now used unconditionally;
* libstdc++ is linked dynamically.
For full version:
* GTK+ and GNOME libraries are linked;
* Extra X11 libraries are linked;
* CUPS is linked;
* libmagic (file) is linked.
For minimal version:
* All X11 support is removed;
* Sound support is removed.
* Fonts and their support are not lined.
jre8_headless is added as a minimal build.
Overall this adds support for all things GUI into the default Java build and
removes them from the minimal build.
2016-10-02 23:57:02 +03:00
Frederik Rietdijk
83055b86ce
Merge pull request #14534 from ryanartecona/darwin-fix-libsamplerate-libdvdcss
...
libsamplerate, libdvdcss: fix darwin build
2016-10-02 22:23:28 +02:00
Ryan Artecona
dad6db2461
libdvdcss: add darwin support
2016-10-02 15:21:43 -05:00
Joachim Fasting
627ada684b
vtk: fix build due to doCheck = true on !darwin
...
Per https://hydra.nixos.org/build/41525447 the build now fails because
there's no "check" target.
Ref: 450dd55d95
2016-10-02 20:20:33 +02:00
Eelco Dolstra
a58f5ffbb9
movit: Use multiple outputs
2016-10-02 19:22:29 +02:00
Eelco Dolstra
5cf9d386e0
opencv: Use multiple outputs and prevent runtime dependency on GCC
2016-10-02 19:22:02 +02:00
Matthias Beyer
081c5494ac
radare2: 0.9.7 -> 0.10.6
2016-10-02 17:19:19 +02:00
Joachim Fasting
a4b4495771
linenoise: license is 2-clause BSD
2016-10-02 13:14:48 +02:00
Francis St-Amour
643d5f80fd
linenoise: init at 1.0.10
...
Closes https://github.com/NixOS/nixpkgs/pull/19117
2016-10-02 13:03:51 +02:00
Tuomas Tynkkynen
19225bf5cc
Merge remote-tracking branch 'upstream/master' into staging
2016-10-02 10:36:47 +03:00
Anthony Cowley
ade7c6645a
vtk: fix darwin impurity
2016-10-02 00:59:26 -04:00
Graham Christensen
63393b2d4e
Merge pull request #19144 from mbbx6spp/fix-kibana-i686-build
...
kibana: fix 4.6.0 for i686
2016-10-01 22:36:39 -04:00
Markus Hauck
c6d4645a8c
scalafmt: 0.3.1 -> 0.4.2
2016-10-02 05:06:01 +03:00
Tuomas Tynkkynen
a387a5d870
gst-plugins: Fix misuse of lib.optional
...
This adds a list containing 'libpulseaudio' to buildInputs.
2016-10-02 03:06:03 +03:00
Tuomas Tynkkynen
f5dd3a703d
treewide: Fix more lib.optional misuses
2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen
82c0aa7d85
openjpeg_2_0: Fix hash
2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen
eda2dd3d2f
treewide: Fix more 'lib.optional' misuses
2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen
5bf5de58ea
treewide: Fix 'lib.optional' misuses
...
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Susan Potter
c3e57f3095
kibana: fix 4.6.0 for i686
2016-10-01 14:45:22 -05:00
Aneesh Agrawal
c04e46c87d
llvm3.9: Remove -DCMAKE_BUILD_TYPE=Release flags
...
Since commit 183d05a
in 2012, this is the default.
2016-10-01 13:55:42 -04:00
Peter Simons
8b5c1190d6
haskell-store: disable spuriously failing test suite
2016-10-01 19:37:13 +02:00
Aneesh Agrawal
fcee1d0b28
Remove redundant -DCMAKE_BUILD_TYPE=Release flags
...
Since commit 183d05a0
in 2012, this is the default.
fixes #18000
2016-10-01 16:13:41 +02:00
Jörg Thalheim
c7d3f63f5d
Merge pull request #19030 from holidaycheck/node-6.7.0
...
nodejs: 6.6.0 -> 6.7.0
2016-10-01 15:29:50 +02:00
Benno Fünfstück
ebaf889183
freenect: 0.5.2 -> 0.5.5
2016-10-01 14:15:15 +02:00
Benno Fünfstück
c149ef7cf9
ocamlfuse: update to latest HEAD
2016-10-01 14:15:15 +02:00
Benno Fünfstück
07c0c2b197
ocurl: 0.7.5 -> 0.7.8
2016-10-01 14:15:15 +02:00
Jörg Thalheim
d9c6879ae2
Merge pull request #18070 from RamKromberg/init/libagar
...
libagar: init at 1.5
2016-10-01 13:42:52 +02:00
Jörg Thalheim
40f9f9c3f2
Merge pull request #19044 from vbgl/frama-c-aluminium
...
frama-c: Sodium -> Aluminium
2016-10-01 13:34:33 +02:00
Tomas Hlavaty
4c3a232bbd
sbcl: 1.3.9 -> 1.3.10
2016-10-01 12:40:46 +02:00
Alexander Ried
4e595a3dfb
glibmm: 2.48.1 -> 2.50.0
2016-10-01 12:13:09 +02:00
Alexander Ried
c850aa0416
glib-networking: 2.46.1 -> 2.50.0
2016-10-01 12:13:08 +02:00
Alexander Ried
66727f8919
gtk+3: 3.22.0 -> 3.22.1
2016-10-01 11:42:43 +02:00
Frederik Rietdijk
11d7e93624
Merge pull request #19078 from FRidh/pypoppler
...
pythonPackages.pypoppler: init at 0.12.2
2016-10-01 11:10:40 +02:00
Frederik Rietdijk
f0155e8d70
pythonPackages.pypoppler: init at 0.12.2
2016-10-01 11:10:02 +02:00
c74d
253f96435f
nodePackages.csslint: init at 1.0.2
...
Add the NPM package `csslint`, at version 1.0.2, as `nodePackages.csslint`.
I have tested this package per nixpkgs manual section 10.1 ("Making patches").
Fixes #18616
2016-10-01 10:57:28 +02:00
c74d
dfa4ff30a3
nodePackages.htmlhint: init at 0.9.13
...
Add the NPM package `htmlhint`, at version 0.9.13, as `nodePackages.htmlhint`.
I have tested this package per nixpkgs manual section 10.1 ("Making patches").
2016-10-01 10:57:28 +02:00
Jörg Thalheim
65eeecca73
nodePackages: regenerate list
...
Before I add to `nodePackages`, regenerate it to minimize my subsequent diffs.
2016-10-01 10:57:27 +02:00
Joachim F
76b0efd42e
Merge pull request #18810 from groxxda/wayland
...
wayland, weston: 1.11.0 -> 1.12.0
2016-10-01 09:19:08 +02:00
Joachim F
f4044606b5
Merge pull request #18988 from groxxda/cogl-cleanup
...
clutter, cogl: remove old versions
2016-10-01 09:18:32 +02:00
Joachim F
1f26655897
Merge pull request #19112 from ericsagnes/pkg-update/ibus-libpinyin
...
ibus-libpinyin: 1.7.4 -> 1.8.0
2016-10-01 09:17:43 +02:00
Joachim F
bd3c356397
Merge pull request #19085 from acowley/vtk-darwin-take2
...
vtk: darwin compatibility
2016-10-01 09:15:21 +02:00
Eric Sagnes
46bf82312e
libpinyin: 1.3.0 -> 1.6.0
2016-10-01 13:43:36 +09:00
Peter Simons
26a7e0784f
haskell-stack: fix build of the new version
2016-09-30 22:11:40 +02:00
Vincent Laporte
19eba38b6c
frama-c: Sodium -> Aluminium
2016-09-30 17:49:16 +02:00
Periklis Tsirakidis
3dc6b19325
md2man: enable for darwin
2016-09-30 16:44:44 +02:00
Thomas Tuegel
65f44f3f3a
Merge pull request #19094 from ericsagnes/pkg-update/ibus
...
ibus: 1.5.13 -> 1.5.14
2016-09-30 09:18:40 -05:00
Jörg Thalheim
4b55584dba
Merge pull request #19104 from mbld/python-flake8-update
...
flake8: 2.5.4 -> 3.0.4
2016-09-30 15:46:18 +02:00
Peter Simons
8911857fd4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-9-gc0b597f from Hackage revision
9ca479bb22
.
2016-09-30 15:08:20 +02:00
Peter Simons
d09227fb33
configuration-hackage2nix.yaml: drop versions restrictions on stack and cabal2nix
2016-09-30 15:08:10 +02:00
Martin Bornhold
3c88d3a9c4
flake8: add patch to avoind pytest config conflict
2016-09-30 14:12:49 +02:00
Peter Hoeg
639e5401ff
dbus: add socket activation but do not enable it
...
The following changes are included:
1) install user unit files from upstream dbus
2) use absolute paths to config for --system and --session instances
3) make socket activation of user units configurable
There has been a number of PRs to address this, so this one does the
bare minimum, which is to make the functionality available and
configurable but defaults to off.
Related PRs:
- #18382
- #18222
(cherry picked from commit f7215c9b5b47dfb0a6dbe87ff33d7730729a32e5)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Henry
f212317525
libpointmatcher: only build on linux 64bit platform
2016-09-30 12:54:09 +02:00
Tuomas Tynkkynen
b3af42011b
usbredir: Fix 32-bit build
...
Avoid these warnings from being errors:
usbredirhost.c: In function 'usbredirhost_can_write_iso_package':
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
^
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
^
usbredirhost.c: In function 'usbredirhost_set_iso_threshold':
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",
^
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",
I think in all of these cases, the incorrect format modifier just causes
wrong debug prints on i686.
2016-09-30 12:19:59 +03:00
Anthony Cowley
450dd55d95
vtk: darwin compatibility
2016-09-29 21:29:40 -04:00
Eric Sagnes
f7dd3f5d5a
nodePackages: add emojione
2016-09-30 09:56:30 +09:00
Franz Pletz
eb6a1c9238
cryptopp: 5.6.2 -> 5.6.4
...
Fix CVE-2016-3995. #18856
Remove broken flag. #19040
cc #19009
2016-09-29 23:40:38 +02:00
Frederik Rietdijk
b9d47e8ab8
Merge pull request #19068 from datakurre/datakurre/zc.buildout-nix
...
pythonPackages: zc.buildout-nix: 2.5.0 -> 2.5.3
2016-09-29 19:58:16 +02:00
Peter Simons
39acdd24a9
Merge pull request #19017 from aherrmann/pr_r_modules
...
R modules h5 and rhdf5
2016-09-29 16:17:19 +02:00
Jörg Thalheim
57df343745
Merge pull request #19003 from siddharthist/lightyear/init
...
lightyear: init at 9420f9e
2016-09-29 16:16:10 +02:00
Alexey Shmalko
444710ddb8
Merge pull request #19070 from frontsideair/flow-0.32
...
flow 0.30.0 -> 0.32.0
2016-09-29 16:17:22 +03:00
Graham Christensen
fdada558c0
Merge pull request #19057 from grahamc/java7
...
oraclejdk7: remove due to end of life
2016-09-29 08:52:02 -04:00
Joachim F
f2e0484292
Merge pull request #19020 from aherrmann/pr_clang_tools
...
clang-tools: New package
2016-09-29 13:16:20 +02:00
Eelco Dolstra
518340624d
Merge remote-tracking branch 'origin/master' into staging
2016-09-29 13:06:14 +02:00
Eelco Dolstra
5df3ec85d8
gst-plugins-base: Use multiple outputs
2016-09-29 13:05:29 +02:00
Eelco Dolstra
7c31bc7e89
gstreamer: Use multiple outputs
2016-09-29 13:05:29 +02:00
Eelco Dolstra
711b536934
polkit_qt4: Use multiple outputs
2016-09-29 13:05:29 +02:00
Eelco Dolstra
a5ee4d2c78
qt-4: Use multiple outputs
...
This is a pretty modest use of multiple outputs - mainly to eliminate
-dev outputs from Qt's closure.
2016-09-29 13:05:28 +02:00
Asko Soukka
724cf2099e
pythonPackages: zc.buildout-nix: 2.5.0 -> 2.5.3
2016-09-29 11:50:28 +03:00
Fatih Altinok
f9c8dceb11
bump flow version to 0.32
2016-09-29 08:36:07 +00:00
Frederik Rietdijk
3b90dd69d0
Merge pull request #18623 from RamKromberg/fix/fribidi
...
fribidi: 0.19.6 -> 0.19.7
2016-09-29 09:48:17 +02:00
Frederik Rietdijk
1729dcd264
Merge pull request #19065 from peterhoeg/global
...
gnu global: 6.5.4 -> 6.5.5
2016-09-29 08:59:16 +02:00
Jörg Thalheim
f7371ce3b5
Merge pull request #19028 from acowley/libui-darwin
...
libui: darwin compatibility
2016-09-29 08:35:40 +02:00
Peter Hoeg
76aa997f20
gnu global: 6.5.4 -> 6.5.5
2016-09-29 10:40:51 +08:00
Tuomas Tynkkynen
88a1ca3977
Merge pull request #18658 from bendlas/init-systemtap
...
systemtap: init at 51b7ca
2016-09-29 05:03:56 +03:00
Graham Christensen
9ebc98e53d
Merge pull request #19040 from grahamc/broken-mast
...
Mark packages as broken: asterisk, cryptopp, redmine, moodle, opera, openstack-neutron, mesos
2016-09-28 16:50:05 -04:00
Graham Christensen
38c5876b2d
oraclejdk7: remove due to end of life
2016-09-28 16:39:12 -04:00
Shea Levy
299ef14cb1
Merge branch 'wl-pprint/4cc88a' of git://github.com/siddharthist/nixpkgs
2016-09-28 15:49:02 -04:00
Langston Barrett
e7b3d9c7c8
wl-pprint: update to 2016-09-28
2016-09-28 19:36:44 +00:00
Vladimír Čunát
0c0c59c7cc
Merge #18848 : gtk+3: 3.20.9 -> 3.22.0
2016-09-28 21:22:18 +02:00
Vladimír Čunát
8e7c388edc
Merge #19041 : libxslt: 1.1.28 -> 1.1.29
2016-09-28 17:14:09 +02:00
Vladimír Čunát
77604964b6
Merge branch 'master' into staging
2016-09-28 17:13:59 +02:00
Vladimír Čunát
06d8dd3ed4
libxslt: drop patch already included in release
...
I didn't test building on MinGW, but this commit can't make it worse.
2016-09-28 17:11:46 +02:00
Peter Simons
e521930e08
Merge pull request #18913 from robbinch/pkg-tinc
...
tinc: 20160511 -> 20160924
2016-09-28 16:17:27 +02:00
Peter Simons
1fe5deb62b
Merge pull request #19042 from Profpatsch/ghcjs-package-fixes
...
packages.ghcjs: fix a few packages
2016-09-28 16:15:37 +02:00