vbgl
0ad5dc11e1
Merge pull request #10499 from jb55/fix-lmdb-osx
...
lmdb: fix build on OSX
2015-10-28 12:34:55 +01:00
Vladimír Čunát
8e73a7bf53
gtk3: revise dependencies, xlibs -> xorg
2015-10-28 12:07:52 +01:00
Vladimír Čunát
91329b5c0a
gdk-pixbuf: reduce unnecessary outputs
...
Also some other minor changes.
2015-10-28 12:05:37 +01:00
Vladimír Čunát
a0ce1b48ed
dbus: fix build of dbus without x11Support
2015-10-28 12:04:47 +01:00
Vladimír Čunát
dd6912a95e
gobject-introspection: auto-move *.gir into $dev
2015-10-28 11:59:42 +01:00
Domen Kožar
d60718d57a
pythonPackages.suds: apply patch CVE-2013-2217
2015-10-28 11:55:30 +01:00
Vladimír Čunát
55b7d3a181
glib: fixup output paths and use system pcre
...
Now pcre costs us <0.5 MB and using internal one would cost ~0.2 MB,
so if we take into account that pcre is often used, e.g. by grep...
2015-10-28 11:52:23 +01:00
Vladimír Čunát
30845d07d8
pcre: separate variants of the library
...
- don't include the cxx variant in the default build,
as it depends on libstdc++ (and it seems rarely used anyway)
- allow building pcre16 and pcre32 variants;
pcre16 is the one needed by qt*, I think
- share the basic libs with all of the variants
2015-10-28 11:50:06 +01:00
Peter Simons
af1237688e
Merge pull request #10605 from LnL7/haskell-darwin
...
haskell: added darwin frameworks for stack and halive
2015-10-28 11:35:03 +01:00
Vladimír Čunát
40a973f962
gmp: split dev and info outputs, and disable static
...
Referrers should have been fixed in previous commits already.
2015-10-28 11:34:45 +01:00
Luca Bruno
b080efe4dc
goPackages.tools: add setup-hook for setting GOTOOLDIR
2015-10-28 11:01:26 +01:00
Tuomas Tynkkynen
5f43846d23
gst-plugins-good: Avoid ncurses headers reference
...
Incredibly, the package doesn't even directly depend on it!
2015-10-28 10:23:04 +01:00
Tuomas Tynkkynen
3d59a8e1a8
ncurses: Fix multiple-output flags
...
The old way resuts in literal '$(lib)' etc. in the pkg-config files.
2015-10-28 10:23:04 +01:00
Tuomas Tynkkynen
31e1034800
aalib: Split into multiple outputs
2015-10-28 10:23:04 +01:00
Tuomas Tynkkynen
636b823cc1
libcaca: Split into multiple outputs
2015-10-28 10:23:03 +01:00
Tuomas Tynkkynen
cb720e4c94
webkitgtk: Add libXt
...
It's missing in the multiple-outputs branch for some reason.
2015-10-28 10:23:01 +01:00
Tuomas Tynkkynen
0fe3e37946
php: Apply brute force to locate openldap
...
Needed after the split to multiple outputs :(. But that's what you get
for not providing pkg-config files...
2015-10-28 10:23:01 +01:00
Tuomas Tynkkynen
b4118c7f04
openldap: Split into multiple outputs
...
Also fix the incorrect .la file fixups.
2015-10-28 10:23:00 +01:00
Tuomas Tynkkynen
75300c334a
cyrus-sasl: Split into multiple outputs
...
Also fixup .la files to avoid unnecessary -dev dependencies.
2015-10-28 10:23:00 +01:00
Tuomas Tynkkynen
366c1e88fc
openldap: Remove dontPatchELF
...
Everything still seems to build fine.
2015-10-28 10:23:00 +01:00
Tuomas Tynkkynen
44742f836d
apr-util: Split into multiple outputs
...
Also fixup more .la files to avoid unnecessary -dev dependencies.
2015-10-28 10:22:59 +01:00
Tuomas Tynkkynen
8ec6f85c4e
gobject-introspection: Don't delete $out/share/gobject-introspection-1.0/tests
...
Otherwise breaks pygobject3 compilation.
vcunat added comment. (Commit reordering changed this a bit.)
2015-10-28 10:22:15 +01:00
Tuomas Tynkkynen
d24bc080f7
libmtp: Split into multiple outputs
2015-10-28 10:17:11 +01:00
Tuomas Tynkkynen
796e36afeb
libpng12: Split into multiple outputs
2015-10-28 10:17:11 +01:00
Tuomas Tynkkynen
fb4c2eb438
gnutls: More hacks to .la files
...
Some .la files contain '-lgmp' without a corresponding -L entry,
breaking e.g. glib-networking and NetworkManager.
2015-10-28 10:17:10 +01:00
Tuomas Tynkkynen
ca2cb493fa
fontconfig_210: Split into multiple outputs
2015-10-28 10:17:10 +01:00
Tuomas Tynkkynen
1a66da9757
apr-util: Fix path to expat in .la file
2015-10-28 10:17:09 +01:00
Tuomas Tynkkynen
e5e2e6aba2
libarchive: Reference correct output of openssl.
2015-10-28 10:17:09 +01:00
Vladimír Čunát
6c75f4c9aa
imagemagick, soxr, fftw, libraw: remove explicit gcc.lib
...
It is no longer needed after cc-wrapper fixes.
2015-10-28 10:17:07 +01:00
Vladimír Čunát
efcad4c910
gcc5: split $doc into $man and $info
...
... because cc-wrapper is meant to propagate man pages into user envs,
and info pages are rather large.
Also replace the duplicate g++ and gcc man1 pages by a symlink.
2015-10-28 10:15:55 +01:00
Vladimír Čunát
5d862db694
libmng: split dev and docdev outputs
2015-10-28 10:15:53 +01:00
Vladimír Čunát
31d9263159
some evaluation fixes
...
Not all multiple-output fixups were properly tested.
2015-10-28 10:15:52 +01:00
Vladimír Čunát
148e03b2f1
gmp: split into multiple outputs
2015-10-28 10:15:49 +01:00
Vladimír Čunát
dd915f82e7
expat: split dev output
2015-10-28 10:09:34 +01:00
Vladimír Čunát
302b27f64b
zlib: don't split the tiny man page
2015-10-28 10:09:33 +01:00
Vladimír Čunát
b5636e9e71
perl: get rid of various references
...
Discussed a little at #10244 .
I didn't bother to port this to older perl versions,
and maybe it would be of no use anyway.
2015-10-28 10:09:32 +01:00
Vladimír Čunát
261961c97d
postgresql: split and fixup some referrers
2015-10-28 10:09:32 +01:00
Domen Kožar
b0b97bd5ea
Merge pull request #10601 from FRidh/h5py
...
python: h5py update and new package pkgconfig
2015-10-28 00:30:30 +01:00
Daiderd Jordan
cbc666fc60
fixed darwin frameworks for halive and fsevents
2015-10-27 22:49:08 +01:00
Domen Kožar
6a9aeea26d
setuptools: revert back to 18.2 as 18.4 breaks packages
2015-10-27 19:43:53 +01:00
Vladimír Čunát
4ba34e7055
openssl: fix darwin patch
...
The things around this file are rather confusing, but judging from master,
1.0.2 branch doesn't need this patch to build on darwin.
This just takes back the patch to the state for 1.0.1.
2015-10-27 18:08:10 +01:00
Domen Kožar
612b6b7a8d
fix a bunch of PYthon packages on py3k
2015-10-27 17:06:24 +01:00
Domen Kožar
1ee3e26552
Merge pull request #10399 from domenkozar/openstack-nova-liberty
...
OpenStack (Liberty): Nova, Glance, Neutron, Keystone
2015-10-27 11:53:32 +01:00
Domen Kožar
3ee4747675
OpenStack: package Glance, Keystone, Neutron
2015-10-27 11:52:40 +01:00
Domen Kožar
24cbc374cf
nova: 2011.2 -> 12.0.0
2015-10-27 11:52:40 +01:00
Josef Svenningsson
64b972acb9
Fix spelling mistakes
...
homepahe -> homepage
2015-10-27 11:49:48 +01:00
Jude Taylor
950261bb9a
darwin: fix gtk+3 dependencies
2015-10-27 00:38:06 -07:00
Moritz Ulrich
5baf95cc71
clojure: 1.6.0 -> 1.7.0
2015-10-27 08:11:37 +01:00
Asko Soukka
a5ac419236
darwin: erlangR18: add needed inputs for Darwin
2015-10-26 22:02:56 +02:00
Domen Kožar
3b85cf704c
Merge pull request #10632 from grwlf/urweb-bump
...
Urweb bump
2015-10-26 20:11:36 +01:00
Sergey Mironov
2cfa1e8f98
urweb: bump to 20151018
2015-10-26 21:48:33 +03:00
Luca Bruno
acfe53e61f
urweb: add back openssl configure flags to fix build, cc @aseipp
2015-10-26 21:48:33 +03:00
Pascal Wittmann
0358140690
Merge pull request #10608 from devhell/libstrophe
...
libstrophe: 0.8.7 -> 0.8.8
2015-10-26 15:40:56 +01:00
Peter Simons
60bc7e764d
git-annex: update overrides
2015-10-26 13:15:16 +01:00
Peter Simons
7fbc2abf6a
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-23-g9db0d61 using the following inputs:
- Nixpkgs: 1146c867e3
- Hackage: 1791c0e414
- LTS Haskell: 4622b913dc
- Stackage Nightly: f51b9b1513
2015-10-26 13:14:51 +01:00
Domen Kožar
8f977608f4
add sslmate: easy to buy, deploy, and manage your SSL certs
2015-10-26 12:57:27 +01:00
Chris Double
e261492bb0
Package for Pony programming language compiler 0.2.1.
...
Pony is an open-source, object-oriented, actor-model,
capabilities-secure, high performance programming language.
2015-10-26 08:32:57 +13:00
Cillian de Róiste
1550c17322
movit: update from 1.1.3 to 1.2.0
2015-10-25 19:09:45 +01:00
Cillian de Róiste
9b0c75994a
mlt-qt5: update from 0.9.6 to 0.9.8
2015-10-25 19:09:29 +01:00
Cillian de Róiste
61d30057b6
libwacom: update from 0.7.1 to 0.15
2015-10-25 18:54:37 +01:00
Cillian de Róiste
e0112bbfd2
leptonica: update from 1.69 to 1.72
2015-10-25 18:53:59 +01:00
Domen Kožar
efb2181a53
Merge pull request #10487 from devhell/mediainfo
...
{lib}mediainfo{-gui}: 0.7.77 -> 0.7.78
2015-10-25 18:19:21 +01:00
devhell
ffb565c5c0
libstrophe: 0.8.7 -> 0.8.8
...
From the Changelog:
- XML namespace support
- XEP-0114 support
2015-10-25 17:00:45 +00:00
goibhniu
f84cbe2a70
Merge pull request #10592 from AndersonTorres/eweb
...
eweb: init at 9.10
2015-10-25 15:52:06 +01:00
goibhniu
20d530bc7d
Merge pull request #10440 from AndersonTorres/funnelweb
...
Funnelweb: init at 3.20
2015-10-25 15:51:15 +01:00
Frederik Rietdijk
a515e6e092
python h5py: 2.3.1 -> 2.5.0
...
Since I think 2.4 h5py introduced a new way to configure mpi. Therefore,
the BuildFlags are removed.
I built h5py and h5py-mpi packages successfully. Not sure though whether
the mpi version does actually work correctly since I don't use it.
2015-10-25 13:26:34 +01:00
AndersonTorres
55bdc98c3d
Funnelweb: init at 3.20
2015-10-25 03:40:50 -02:00
AndersonTorres
4a3a6866fd
eweb: init at 9.10
2015-10-25 03:30:07 -02:00
Arseniy Seroka
480cd9478f
Merge pull request #10567 from datakurre/datakurre-libdevil
...
darwin: libdevil: add needed inputs
2015-10-25 04:34:05 +03:00
William A. Kennington III
9fd27c28a4
libinput: 1.0.1 -> 1.0.2
2015-10-24 09:30:37 -07:00
William A. Kennington III
be63d58974
openjdk8: u60b24 -> u72b04
2015-10-24 09:30:36 -07:00
William A. Kennington III
55a4156389
openjdk7: u80b32 -> u85b02
2015-10-24 09:30:35 -07:00
goibhniu
f93b52b8ae
Merge pull request #10414 from tohl/master
...
sbcl and mkcl fixes
2015-10-24 17:39:38 +02:00
Cillian de Róiste
e42e4cfbd9
Meson: tidy up, untabify
2015-10-24 12:50:15 +02:00
goibhniu
f8af597f0c
Merge pull request #10504 from brandonedens/meson-build
...
Meson build package
2015-10-24 12:40:14 +02:00
Asko Soukka
103b7838bb
darwin: libdevil: add needed inputs
2015-10-24 02:40:46 +03:00
Charles Strahan
4f07c88d46
v8-4.5.x: add support for ARM
2015-10-23 14:35:04 -04:00
Charles Strahan
a9c3950f2d
watchman: 3.0.0 -> 4.1.0
2015-10-23 14:03:30 -04:00
Jascha Geerds
f14246ad02
pyatspi: 2.16.0 -> 2.18.0
2015-10-23 14:33:46 +02:00
Jascha Geerds
636d7b6e08
libmm-qt: Remove myself from maintainer list
2015-10-23 14:29:40 +02:00
Jascha Geerds
14c1471319
libnm-qt: Remove myself from maintainer list
2015-10-23 14:29:33 +02:00
Domen Kožar
910479160b
Merge pull request #10540 from FRidh/tables
...
python tables: 3.1.1 -> 3.2.2
2015-10-23 12:06:30 +02:00
Charles Strahan
abf7301cc9
v8: add version 4.5.107
2015-10-22 20:00:38 -04:00
Vladimír Čunát
4917a4f8b3
Merge master into staging
2015-10-23 01:57:14 +02:00
Arseniy Seroka
c76f010450
Merge pull request #10547 from bobvanderlinden/oracle-jdk-missing-architecture
...
oraclejdk: added architecture attribute
2015-10-23 02:49:07 +03:00
goibhniu
b784494577
Merge pull request #10395 from dochang/editorconfig-core-c
...
editorconfig-core-c: init at 0.12.0
2015-10-22 23:26:26 +02:00
Bob van der Linden
0c481966b6
oraclejdk: added architecture attribute
...
This attribute is needed by some other packages. The lack of this
attribute makes nox-review fail on a system where
jdk = oraclejdk7;
2015-10-22 20:44:45 +02:00
William Casarin
91e9673954
lmdb: fix on OSX
2015-10-22 11:29:07 -07:00
Vladimír Čunát
2b71fdbbc3
blas: fix by updating, fixes #10420 , close #10545
...
The new URL also looks more stable.
2015-10-22 20:13:33 +02:00
Daiderd Jordan
adaf347bde
disabled some failing tests for darwin
2015-10-22 19:33:16 +02:00
Frederik Rietdijk
631e7af698
python tables: 3.1.1 -> 3.2.2
2015-10-22 16:51:53 +02:00
Domen Kožar
6abb2b066f
Merge pull request #10527 from datakurre/datakurre-python35-darwin
...
darwin: python35: add needed inputs
2015-10-22 10:24:22 +02:00
Asko Soukka
caafa68a7e
darwin: python35: add needed inputs
2015-10-22 07:56:40 +03:00
William A. Kennington III
71effd873a
gnutls: 3.4.5 -> 3.4.6
2015-10-21 21:48:57 -07:00
goibhniu
d673bf7ed3
Merge pull request #10429 from anderspapitto/master
...
rtags: init at 9fed420
2015-10-21 18:31:37 +02:00
Brandon Edens
6774b09af7
Add meson build system package.
2015-10-21 09:08:48 -07:00
Arseniy Seroka
b7f3d55979
Merge pull request #10502 from andrewrk/libsoundio
...
libsoundio: 1.0.2 -> 1.0.3
2015-10-21 16:18:43 +03:00
taku0
3f51f4c463
oraclejdk: 8u60 -> 8u65, 8u66
2015-10-21 21:12:05 +09:00
Domen Kožar
156f164677
Merge pull request #10432 from lancelotsix/update_pkgs.complexity
...
pkgs.complexity: 0.4 -> 1.3
2015-10-21 11:06:23 +02:00
Andrew Kelley
0bbf978a72
libsoundio: 1.0.2 -> 1.0.3
2015-10-20 20:07:35 -07:00
Vincent Laporte
f5c0d29c58
goffice: 0.10.22 -> 0.10.24
2015-10-21 04:43:16 +02:00
Jude Taylor
a7f478a368
darwin: add needed inputs to python-3.4
2015-10-20 15:54:33 -07:00
Tomas Hlavaty
393f0eecae
sbcl: cleaner xc-host
2015-10-20 22:19:54 +02:00
Tomas Hlavaty
eb1784d0e7
sbcl: remove duplicate --core argument
2015-10-20 22:19:54 +02:00
Tomas Hlavaty
58a9b09f7c
mkcl: runtime needs gcc
2015-10-20 22:19:54 +02:00
Vincent Laporte
f88399fe20
ocaml-lwt: enable ppx
2015-10-20 21:53:12 +02:00
Vincent Laporte
62a7ba20c1
ocaml-ppx_tools: init at 0.99.2
...
Tools for authors of ppx rewriters
Homepage: https://github.com/alainfrisch/ppx_tools
2015-10-20 21:53:12 +02:00
Nikolay Amiantov
1c48e74a33
Merge pull request #8299 from abbradar/steam-native
...
Steam: use native NixOS libraries instead of Steam Runtime
2015-10-20 17:07:29 +03:00
Vincent Laporte
1df3f3b73a
swiften: fix build
2015-10-20 07:13:18 +02:00
Jude Taylor
68087185e3
rethinkdb: build on darwin
2015-10-19 18:40:55 -07:00
Jude Taylor
f77bf46c1e
go-1.5: fix build on darwin, set to default version for all platforms
2015-10-19 16:14:36 -07:00
devhell
6bb5edcd95
{lib}mediainfo{-gui}: 0.7.77 -> 0.7.78
...
Built and run locally.
From the Changelog:
```
Version 0.7.78, 2015-10-02
+ MOV: AVrp CodecID support
+ Video Stored_Width/Stored_Height and Sampled_Width/Sampled_Height
added (hidden by default)
+ Speed optimization for the parsing of tiny files e.g. JPEG files
+ Option (command line / DLL) --Legacy=0 for disabling some legacy fields
+ Option (command line / DLL) --Output=MAXML, XML with MediaInfo and
MediaTrace output together, technology preview (not for production)
x MPEG-TS: Teletext and Teletext Subtitle were missing in the menu list
x Chroma subsampling "4:4:4" was sometimes indicated for RGB, which is
not useful
```
2015-10-19 22:40:02 +01:00
Jude Taylor
484b4250ae
disable gdk-pixbuf test build on darwin
2015-10-19 10:12:09 -07:00
Nikolay Amiantov
d5a532ea8d
Merge pull request #10202 from abbradar/llvm-debug
...
llvm: add debug builds support
2015-10-19 11:15:56 +03:00
William A. Kennington III
95557d776e
spice: 0.12.5 -> 0.12.6
2015-10-18 17:23:51 -07:00
William A. Kennington III
1381d57500
spice-protocol: 0.12.9 -> 0.12.10
2015-10-18 17:23:51 -07:00
William A. Kennington III
cf787f0282
sqlite: 3.8.11.1 -> 3.9.1
2015-10-18 17:22:35 -07:00
William A. Kennington III
1335293aa7
harfbuzz: 1.0.3 -> 1.0.6
2015-10-18 17:21:54 -07:00
Franz Pletz
af86a58051
libressl: 2.2.3 -> 2.2.4
...
This release fixes a buffer overrun and a memory leak.
See: http://ftp.openbsd.org/pub/OpenBSD/patches/5.8/common/007_obj2txt.patch.sig
2015-10-19 00:01:32 +02:00
Anders Papitto
8af5e2ef01
rtags: init at 9fed420
2015-10-18 13:49:23 -07:00
Peter Simons
ddd255a40c
pandoc-citeproc: remove obsolete overrides
...
The spuriously failing test suite is now disabled by cabal2nix.
2015-10-18 22:01:09 +02:00
Peter Simons
41c733a230
haskell-configuration-ghc-7.8.x.nix: remove obsolete overrides
...
These overrides cause an infinite recursion for reasons I don't quite
understand and that don't seem worthwhile to attempt to understand.
2015-10-18 22:01:09 +02:00
Peter Simons
8e07d5d77c
haskell: update lists of core and non-core packages for older compilers
2015-10-18 22:01:09 +02:00
Peter Simons
215e7a6f00
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-22-g7ae1e4c using the following inputs:
- Nixpkgs: ecd4f778f1
- Hackage: 873ad146ce
- LTS Haskell: 0c2d9478c4
- Stackage Nightly: 3f21ac8e0f
2015-10-18 22:01:03 +02:00
Sander van der Burg
5c56b7e526
Merge pull request #10453 from taku0/android_sdk_24.4
...
android-sdk: 24.3.4 -> 24.4, android-ndk: r10c -> r10e
2015-10-18 15:02:29 +02:00
Domen Kožar
30d25604f2
Merge pull request #10435 from aespinosa/fix-ruby-libpath
...
ruby: adjust the libPath
2015-10-18 12:55:34 +02:00
Robin Gloster
5815b95176
flow: 0.14.0 -> 0.17.0
2015-10-18 10:22:47 +00:00
taku0
11af8857cd
android-sdk: 24.3.4 -> 24.4, android-ndk: r10c -> r10e
2015-10-18 19:02:23 +09:00
Vladimír Čunát
e8961181ea
gdk-pixbuf: security update 2.32.0 -> 2.32.1
...
CVE-2015-7674, fixes #10441 .
2015-10-18 09:07:20 +02:00
Ricardo M. Correia
ef8b078ce7
rustfmt: 2015-09-23 -> 2015-10-17
...
Also convert from fetchgit to fetchFromGitHub.
2015-10-18 04:12:11 +02:00
Ricardo M. Correia
3d5ba0d5d6
rustcMaster: 2015-09-23 -> 2015-10-17
...
The build was changed to compile with the bundled LLVM because compiling
against the system's LLVM now fails with compilation errors.
2015-10-18 04:12:11 +02:00
Vincent Laporte
dd6a98b42a
ocaml-x509: init at 0.4.0
...
X.509 (RFC5280 and RFC6125) handling in OCaml.
Homepage: https://github.com/mirleft/ocaml-x509
2015-10-18 00:13:16 +02:00
William A. Kennington III
d639a9b823
mbedtls: 1.3.11 -> 1.3.14
2015-10-17 11:54:42 -07:00
William A. Kennington III
4318aede92
nghttp2: 1.2.1 -> 1.3.4
2015-10-17 11:54:03 -07:00
Allan Espinosa
c20e79abb9
ruby: adjust the libPath
2015-10-17 22:28:22 +09:00
Lancelot SIX
f4c250f76f
pkgs.complexity: 0.4 -> 1.3
...
See https://lists.gnu.org/archive/html/info-gnu/2015-10/msg00004.html
for announcement
2015-10-17 10:22:12 +02:00
Jude Taylor
de497895ae
nodejs-0.10: apply gyp patches to node-gyp in fixup
2015-10-16 18:37:50 -07:00
William A. Kennington III
9b9d790c6c
jemalloc: 4.0.2 -> 4.0.3
2015-10-16 16:45:26 -07:00
Rickard Nilsson
38fa633b3a
Merge pull request #10423 from waern/ghcjs-parameterise
...
ghcjs: make it easier to override shims and ghcjs-boot
2015-10-16 22:20:28 +02:00
David Waern
d1360231d1
ghcjs: make it easier to override shims and ghcjs-boot
2015-10-16 21:58:44 +02:00
Shea Levy
f17ae73d58
haskell-hscurses: fix undeclared dependency on ncurses
2015-10-16 12:08:28 -04:00
Vincent Laporte
620063af36
ocaml-llvm: init at 3.7.0
2015-10-16 13:28:54 +02:00
Vincent Laporte
a222473b06
ocaml-ctypes: requires OCaml >= 4
2015-10-16 13:28:15 +02:00
Peter Simons
840d5489a5
configuration-hackage2nix.yaml: disable broken builds
2015-10-16 10:54:41 +02:00
Peter Simons
301a1d366a
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-18-g676e5bd using the following inputs:
- Nixpkgs: 0d6c2ccabf
- Hackage: 4571e32cd9
- LTS Haskell: 0d493eae36
- Stackage Nightly: c10e6d05fe
2015-10-16 10:54:31 +02:00
Pascal Wittmann
280621778a
Merge pull request #10403 from rehno-lindeque/heroku-3.42.20
...
heroku: 3.32.0 -> 3.42.20
2015-10-15 22:22:37 +02:00
Rehno Lindeque
bbfae3c013
heroku: 3.32.0 -> 3.42.20
2015-10-15 20:03:07 +00:00
Vladimír Čunát
c49cae6803
Revert "patch sbcl-bootstrap for purity"
...
This reverts commit 06eab94f16
.
It doesn't even evaluate on Linux and the author doesn't react.
2015-10-15 21:31:51 +02:00
Andrew Kelley
fb1e994c0c
ffmpeg: 2.7.2 -> 2.8.1 ( close #10396 )
...
@vcunat removed 2.7 and 2.6. The global version of 2.6 was unused,
and 2.7 -> 2.8 switch should be without problems by inspecting
http://abi-laboratory.pro/tracker/timeline/ffmpeg/
(only ABI changes and symbol additions)
2015-10-15 21:07:00 +02:00
Vladimír Čunát
f4fb1d7753
mesa: maintenance update 11.0.2 -> 11.0.3
2015-10-15 20:52:30 +02:00
William A. Kennington III
8a44a36ca4
Merge branch 'master.upstream' into staging.upstream
2015-10-15 10:22:28 -07:00
Sander van der Burg
62e676b959
androidenv: fix broken, less frequently used command-line tools
2015-10-15 14:42:24 +00:00
Nikolay Amiantov
f2ce7bb0a5
folly: 2015-09-17 -> 0.57.0
2015-10-15 17:07:38 +03:00
Nikolay Amiantov
786b657031
cppzmq: 2015-07-06 -> 20150926
2015-10-15 17:07:20 +03:00
Nikolay Amiantov
d54a459063
ipopt: 3.12.3 -> 3.12.4
2015-10-15 17:06:23 +03:00
Nikolay Amiantov
a8ae9b2e42
libbluray: 0.8.1 -> 0.9.0
2015-10-15 17:06:23 +03:00
Philipp Hausmann
30d82d4a64
uhc: Update to 1.1.9.1
2015-10-15 15:01:26 +02:00
Peter Simons
a0376d4666
haskell-conduit: fix build with pre-7.10.x versions of GHC
...
Thanks to @bennofs for finding this issue!
2015-10-15 10:04:14 +02:00
Peter Simons
a7bddbd4ca
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-17-gacb24c5 using the following inputs:
- Nixpkgs: d16b4a3e78
- Hackage: bf464d8754
- LTS Haskell: 0d493eae36
- Stackage Nightly: a19cf709b3
2015-10-15 10:04:06 +02:00
Desmond O. Chang
739724b4b0
editorconfig-core-c: init at 0.12.0
2015-10-15 08:26:55 +08:00
Vincent Laporte
e468b311bc
eliom: requires OCaml >= 4
2015-10-15 00:29:33 +02:00
Arseniy Seroka
6d48e23eb0
Merge pull request #10391 from utdemir/jenkins-633
...
jenkins: 1.631 -> 1.633
2015-10-15 00:12:07 +03:00
Joe Hermaszewski
bb15c81597
libtermkey: 0.17 -> 0.18
2015-10-14 20:27:36 +01:00
Utku Demir
57ad847982
jenkins: 1.631 -> 1.633
2015-10-14 21:21:12 +03:00
Vincent Laporte
37d731790b
ocp-index: requires OCaml >= 4
2015-10-14 19:27:33 +02:00
Vincent Laporte
0da6fb5fa5
ocaml-cmdliner: 0.9.7 -> 0.9.8
2015-10-14 19:27:10 +02:00
Vincent Laporte
92e2e18fbb
ocaml-ocp-indent: 1.4.2b -> 1.5.2
2015-10-14 19:26:38 +02:00
Vincent Laporte
621b66c3df
js_of_ocaml: fix for OCaml < 4.0
2015-10-14 19:25:58 +02:00
Vladimír Čunát
2490848627
polkit: split dev and bin outputs
2015-10-14 14:32:26 +02:00
Vladimír Čunát
86cc3d32ac
libsodium: split dev output, enableParallelBuilding
2015-10-14 14:27:08 +02:00
Vladimír Čunát
90d5e87862
sqlite: split dev and bin outputs
2015-10-14 14:27:07 +02:00
Vladimír Čunát
e25da7e5c8
xorg: split outputs of various libs
2015-10-14 14:27:07 +02:00
Vladimír Čunát
8c25f3ecaa
libqmi: split dev and doc outputs
2015-10-14 14:27:07 +02:00
Vladimír Čunát
c1768cc8ef
libmbim: split dev and doc outputs
2015-10-14 14:27:06 +02:00
Eelco Dolstra
2e098d58d2
libmicrohttpd: Update to 0.9.44
...
Also move the info pages to a separate output, significantly reducing
the size of the main output.
2015-10-14 13:55:43 +02:00
Peter Simons
c75e30031b
Merge pull request #10375 from woehr/llvm-general-3.5-support
...
Latest llvm-general now requires llvm 3.5
2015-10-13 20:20:51 +02:00
Vladimír Čunát
9d47774870
libmicrohttpd: split dev and doc outputs
2015-10-13 20:19:03 +02:00
Vladimír Čunát
5f429dffda
libgcrypt: split dev and info outputs
2015-10-13 20:19:03 +02:00
Vladimír Čunát
afc01cde32
readline-6.3 (the default): split dev and doc outputs
2015-10-13 20:19:02 +02:00
Vladimír Čunát
ef3f961610
ncurses: split also man output (3-4 MB)
2015-10-13 20:19:02 +02:00
Vladimír Čunát
f014217a55
spidermonkey-{17,24}: split the dev and lib outputs
2015-10-13 20:19:02 +02:00
Vladimír Čunát
fa6ddd7fa6
xorg.{libICE,libSM}: split dev and doc outputs
2015-10-13 20:19:01 +02:00
Vladimír Čunát
783c40eb68
dbus: split into multiple outputs and fix referrers
2015-10-13 20:19:01 +02:00
Vladimír Čunát
ad824a6a30
libassuan: split dev and info outputs
2015-10-13 20:19:01 +02:00
Vladimír Čunát
12487536d2
libgpgerror: split dev and info outputs
2015-10-13 20:19:00 +02:00
Vladimír Čunát
f8ce44d518
gpgme: split dev and info outputs
2015-10-13 20:19:00 +02:00
Vladimír Čunát
333307d8b2
libxklavier: split dev and (gtk-)doc outputs
2015-10-13 20:18:59 +02:00
Vladimír Čunát
debdd33fc8
qt5: lib location fixes, mainly due to multiple outputs
2015-10-13 20:18:59 +02:00
Vladimír Čunát
2e2d39f31a
qt4: fix patching dlopen paths after multiple outputs
...
Also another leftover fix.
2015-10-13 20:18:58 +02:00
Vladimír Čunát
194f0e880f
just add comments about outputs (cups, gdk-pixbuf)
2015-10-13 20:18:58 +02:00
Vladimír Čunát
1a5d465395
openjdk: fix build with multiple outputs
...
It seems freetype can't be found by that flag anymore, after it has been
split, but pkgconfig is a better option anyway (tested it finds it).
2015-10-13 20:18:58 +02:00
Vladimír Čunát
4a571ba0dd
ffmpeg: split into multiple outputs
...
Also fix some referrers.
2015-10-13 20:18:57 +02:00
Vladimír Čunát
493c947e4a
x264: split the lib output
2015-10-13 20:18:57 +02:00
Vladimír Čunát
9da12a6713
SDL: split the dev output and fix referrers
2015-10-13 20:18:56 +02:00
Vladimír Čunát
8e381b89a1
glib-networking: split the dev output
...
That's done to get rid of propagatedBuildInputs from regular closure.
Also references were fixed, mainly to its gio modules.
2015-10-13 20:18:56 +02:00
Vladimír Čunát
e0ed398346
libopus: split "dev" output
2015-10-13 20:18:55 +02:00
Vladimír Čunát
1fdbc3097b
alsa-lib: split "dev" output and fix referrers
2015-10-13 20:18:55 +02:00
Vladimír Čunát
888183ffd6
at-spi2-core: add "dev" output
2015-10-13 20:18:54 +02:00
Vladimír Čunát
b528a5a95e
lame: split into multiple outputs, slightly unusually
...
Here it seemed that the library doesn't belong into $out,
so I left most in $out and separated $lib (and $doc).
2015-10-13 20:18:54 +02:00
Vladimír Čunát
fab1fb95c5
libssh: split "dev" output, fix a referrer
2015-10-13 20:18:53 +02:00
Vladimír Čunát
0a0e41b083
epoxy: split the "dev" output
2015-10-13 20:18:53 +02:00
Vladimír Čunát
6acaeb3726
p11-kit: split "dev" and "doc" outputs
...
Referrers all seem so well behaved again.
2015-10-13 20:18:53 +02:00
Vladimír Čunát
90a0c45775
libtasn1: split "dev" and "doc" outputs
2015-10-13 20:18:52 +02:00
Vladimír Čunát
0dff97ec72
libidn: split into many outputs
...
Referrers are nice again, (almost) always just adding it into build inputs.
2015-10-13 20:18:52 +02:00
Vladimír Čunát
aabf50802d
nettle: split a "dev" output
...
Referrers look OK; seems too easy again.
2015-10-13 20:18:52 +02:00
Vladimír Čunát
2113428989
libxkbcommon: split "dev" output
...
Referrers look OK.
2015-10-13 20:18:51 +02:00
Vladimír Čunát
e7b681297d
schroedinger: split outputs and doCheck
2015-10-13 20:18:51 +02:00
Vladimír Čunát
cba6641623
cairo, pango: fix some string references
2015-10-13 20:18:51 +02:00
Vladimír Čunát
339926031e
pango: get rid of xlibs-wrapper and simplify
2015-10-13 20:18:50 +02:00
Vladimír Čunát
fd819711c6
cairo: get rid of xlibs-wrapper
2015-10-13 20:18:50 +02:00
Vladimír Čunát
d500232fcc
libvdpau: split into multiple outputs
2015-10-13 20:18:50 +02:00
Vladimír Čunát
5f58c0b687
json-c: split into multiple outputs
2015-10-13 20:18:50 +02:00
Vladimír Čunát
7a030ac3dc
libao: split into multiple outputs
2015-10-13 20:18:49 +02:00
Vladimír Čunát
b95b0405b0
liboil: split into multiple outputs
2015-10-13 20:18:49 +02:00
Vladimír Čunát
55eb356b78
fftw: split into multiple outputs
...
Again, referrers look good.
2015-10-13 20:18:49 +02:00
Vladimír Čunát
e424e23638
libtheora: split into multiple outputs
2015-10-13 20:18:48 +02:00
Vladimír Čunát
4682557b3b
speexdsp: split into multiple outputs
2015-10-13 20:18:48 +02:00
Vladimír Čunát
99e4371526
curl: split into multiple outputs
...
Also use pkgconfig to be safer and fix (some) referrers.
2015-10-13 20:18:48 +02:00
Vladimír Čunát
e71c9cfaa2
libssh2: split into multiple outputs
...
And fixup referrers.
2015-10-13 20:18:47 +02:00
Vladimír Čunát
9935a85851
libogg: fix splitting and some referrers
2015-10-13 20:18:47 +02:00
Vladimír Čunát
1197003966
fix references to ${libtool}/lib
2015-10-13 20:18:47 +02:00
Vladimír Čunát
b9d2c364a1
orc: fix path to orcc in *.pc
2015-10-13 20:18:46 +02:00
Vladimír Čunát
de43f843b5
libproxy: split into multiple outputs
...
Referrers look OK.
2015-10-13 20:18:46 +02:00
Vladimír Čunát
b9031ea1da
slang: fix some dependants and split into outputs
...
These termcap and similar (nonexistent) libraries are baffling me.
2015-10-13 20:18:46 +02:00
Vladimír Čunát
0338199544
lcms*: split into multiple outputs
...
Referrers look fine.
2015-10-13 20:18:45 +02:00
Vladimír Čunát
a6e4c87391
gtk3: split into multiple outputs
...
All references OK, hopefully. Seems surprisingly smooth.
2015-10-13 20:18:45 +02:00
Vladimír Čunát
f28924173e
libvpx: split into multiple outputs
...
Rather an easy one, it seems.
2015-10-13 20:18:45 +02:00
Vladimír Čunát
91407a8bdf
ncurses: split into multiple outputs
...
Some programs (e.g. tput) might better be moved somewhere else than
$dev/bin, but that can be improved later if need be.
2015-10-13 20:18:44 +02:00
Vladimír Čunát
9a1aa51fed
harfbuzz-icu: share the non-icu library
2015-10-13 20:18:44 +02:00
Vladimír Čunát
17a3f6a6fa
icu: split into multiple outputs
2015-10-13 20:18:44 +02:00
Vladimír Čunát
ba9b80c7e0
nspr,nss: split into multiple outputs
...
Hopefully most references are OK.
2015-10-13 20:18:44 +02:00
Tobias Geerinckx-Rice
3680198bb9
libpsl list 2015-09-25 -> 2015-10-11
2015-10-13 20:07:18 +02:00
Jordan Woehr
2b09bfc3c8
Latest llvm-general now requires llvm 3.5
2015-10-13 08:12:52 -06:00
Timofei Kushnir
43c906ea0b
oprofile: 1.0.0 -> 1.1.0
2015-10-13 13:27:50 +03:00
Peter Simons
92dec33670
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-18-g943a6d6 using the following inputs:
- Nixpkgs: 8b34d449ff
- Hackage: 746b60ae21
- LTS Haskell: 0d493eae36
- Stackage Nightly: 6fbf34ed62
2015-10-13 11:20:56 +02:00
Peter Simons
35059e73ff
Merge pull request #10346 from tk-ecotelecom/develop
...
oprofile: depend on kernel headers to correctly compile 'operf' util.
2015-10-13 11:12:55 +02:00
Sou Bunnbu
f58c9026d5
Merge pull request #10366 from andrewrk/glfw
...
GLFW: 3.1.1 -> 3.1.2
2015-10-13 12:44:59 +08:00
Vincent Laporte
c400e81b81
ocaml-alcotest: 0.3.2 -> 0.4.5
2015-10-13 06:14:25 +02:00
Vincent Laporte
4fa4f6f841
ocaml-gg: 0.9.0 -> 0.9.1
2015-10-13 06:14:25 +02:00
Peter Simons
1f172c6e7b
Merge pull request #10339 from AndersonTorres/nuweb
...
Nuweb: init at 1.58
2015-10-13 01:07:57 +02:00
Andrew Kelley
da5ffe8cb4
GLFW: 3.1.1 -> 3.1.2
2015-10-12 15:16:27 -07:00
AndersonTorres
da77f21e5f
Nuweb: init at 1.58
2015-10-12 18:39:17 -03:00
Michael Raskin
7671360e91
Force SLimerJS Gecko compatibility even higher
2015-10-13 00:21:44 +03:00
Edward Tjörnhammar
c10caef1a2
Merge pull request #10062 from gebner/sbt-loader-package
...
sbt: use sbt-launcher-package.
2015-10-12 23:02:58 +02:00
Timofei Kushnir
aefa4a181f
oprofile: depend on kernel headers to correctly compile 'operf' util.
2015-10-12 17:50:13 +03:00
Peter Simons
d6c83c30e6
configuration-hackage2nix.yaml: update list of broken packages
2015-10-12 16:07:43 +02:00
Peter Simons
18a32bd8cd
libmp3splt: enable libid3tag support
2015-10-12 15:57:02 +02:00
Peter Simons
214955dd04
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-18-g943a6d6 using the following inputs:
- Nixpkgs: b50d1833ba
- Hackage: 370eb30278
- LTS Haskell: 0d493eae36
- Stackage Nightly: 6fbf34ed62
2015-10-12 15:39:37 +02:00
Timofei Kushnir
d7eb1dd8d0
oprofile: depend on kernel headers to correctly compile 'operf' util.
2015-10-12 15:02:01 +03:00
Timofei Kushnir
6ea8f649e6
Create kernel headers dependency to correctly compile 'operf' util.
2015-10-12 13:05:04 +03:00
Michel Kuhlmann
ec8f31d26c
R: fix some modules with configure-shebang-error
...
- xml2: fix configure script
- rversion, devtools: mark as unbroken
dependency R-curl was fixed in 513e31185b
2015-10-12 10:02:48 +02:00
James ‘Twey’ Kay
4908be3259
swiften: init at 3.0beta2
2015-10-11 22:03:39 +01:00
Thomas Tuegel
ae49c91569
Merge branch 'julia-0.4'
2015-10-11 10:11:14 -05:00
Thomas Tuegel
a8353b27ff
remove julia03
2015-10-11 10:06:39 -05:00
Thomas Tuegel
d5326814a8
remove julia02
2015-10-11 10:06:27 -05:00
Thomas Tuegel
0daee71b1c
suitesparse: link shared library against openblas
2015-10-11 09:16:34 -05:00
Thomas Tuegel
eb300443f0
openblas: run tests
2015-10-11 09:16:27 -05:00
Thomas Tuegel
708c8ff240
llvm33: patches from julia-0.4.0
2015-10-11 09:16:06 -05:00
Thomas Tuegel
384b828642
julia: 0.3.11 -> 0.4.0
2015-10-11 09:15:50 -05:00
Thomas Tuegel
840f4b0b55
pcre2: enable alternate character widths
2015-10-10 13:56:34 -05:00
Thomas Tuegel
d2a855b606
pcre2: enable JIT
2015-10-10 13:56:24 -05:00
Thomas Tuegel
32bef7253d
utf8proc: 1.2 -> 1.3
2015-10-10 12:56:43 -05:00
Thomas Tuegel
cd2c0e4e86
openspecfun: init at 0.4
2015-10-10 12:55:30 -05:00
Thomas Tuegel
f9e7011626
fixup! openlibm: init at 0.4.1
2015-10-10 12:55:08 -05:00
Nikolay Amiantov
f8bf2326a4
glew-1.10: add package
2015-10-10 14:26:41 +03:00
Pascal Wittmann
4c7ef76862
libeb: s/licence/license
2015-10-10 11:13:20 +02:00
Ben Darwin
af6dcc9765
smlnj: 110.78 -> 110.79
2015-10-09 23:36:03 -04:00
Thomas Tuegel
7061b6819a
pcre2: init at 10.20
2015-10-09 19:08:25 -05:00
Thomas Tuegel
3436c78fc3
openlibm: init at 0.4.1
2015-10-09 19:02:01 -05:00
Tobias Geerinckx-Rice
e8ca6b7a62
ccache 3.2.3 -> 3.2.4
...
Bug fixes:
- Fixed build error related to zlib on systems with older make versions
(regression in ccache 3.2.3).
- Made conversion-to-bool explicit to avoid build warnings (and potential
runtime errors) on legacy systems.
- Improved signal handling: Kill compiler on SIGTERM; wait for compiler to
exit before exiting; die appropriately.
- Minor fixes related to Windows support.
- The correct compression level is now used if compression is requested.
- Fixed a bug where cache cleanup could be run too early for caches larger
than 64 GiB on 32-bit systems.
2015-10-09 21:59:51 +02:00
Vincent Laporte
af21739688
ocaml-nocrypto: init at 0.5.1
...
Simplest possible crypto to support TLS
Homepage: https://github.com/mirleft/ocaml-nocrypto
2015-10-09 21:23:06 +02:00
Vladimír Čunát
3077bdfd71
Merge #10229 : update and fix sbcl and cmucl
...
And related changes.
2015-10-09 18:49:01 +02:00
Peter Simons
0a28867303
haskell-fltkhs: record my fruitless attempts to fix that build
2015-10-09 12:39:14 +02:00
Peter Simons
f4f13f0d29
haskell-wxc: fix undeclared dependency on split
2015-10-09 12:39:13 +02:00
Peter Simons
d964960dd8
haskell-freenect: remove obsolete override
2015-10-09 12:39:13 +02:00
Peter Simons
4a3ac50e73
configuration-hackage2nix.yaml: update list of broken packages
2015-10-09 12:39:13 +02:00
Peter Simons
a846b48b92
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20150922-16-g255fd25 using the following inputs:
- Nixpkgs: 413771bf48
- Hackage: 34485133f3
- LTS Haskell: c5f1e507cd
- Stackage Nightly: c5032276f9
2015-10-09 12:39:13 +02:00
Casey Ransom
8b8f87cf21
jq: 1.4 -> 1.5
2015-10-08 17:13:32 -04:00
Domen Kožar
b4603f8275
Merge pull request #10137 from davidak/kibana-fix-url
...
kibana: fix url and hash
2015-10-08 12:23:30 +02:00
Eelco Dolstra
69e1bec716
libuv: Get rid of unused versions
...
Building dozens of unused versions is a bit excessive.
2015-10-08 11:15:23 +02:00
roconnor
0caedf7525
Merge pull request #10248 from Havvy/node
...
nodejs: 4.1.0 -> 4.1.2
2015-10-07 23:05:32 -04:00
Tobias Geerinckx-Rice
0e9bc96889
libwps 0.4.1 -> 0.4.2
2015-10-08 01:42:46 +02:00
Eelco Dolstra
c90d26140e
opensubdiv: Add
2015-10-08 00:57:21 +02:00
Nikolay Amiantov
8db98ceb01
glibc_multi: fix ldd for 64-bit ELFs
2015-10-07 16:46:26 +03:00
Nikolay Amiantov
1283e3da5d
glibc_multi: fix ldd for 64-bit ELFs
2015-10-07 15:44:12 +03:00
Eelco Dolstra
bcc7673a44
php: Update to 5.5.30, 5.6.14
2015-10-07 11:32:15 +02:00
Pascal Wittmann
100904a39c
musj: 2015-09-15 -> 2015-09-29
2015-10-06 16:29:05 +02:00
Sander van der Burg
0915f16167
androidsdk: add SDK option for Android API-level 23
2015-10-06 13:26:53 +00:00
Eelco Dolstra
741bf840da
Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
...
This reverts commit f61176c539
, reversing
changes made to a27ca029ee
.
Conflicts:
pkgs/development/libraries/ncurses/default.nix
2015-10-06 15:24:20 +02:00
Sander van der Burg
aeabfbe846
androidsdk: bump to version 24.3.4 and update associated sub packages
2015-10-06 12:27:49 +00:00
Pascal Wittmann
9d37d4cc9d
checkstyle: 6.10.1 -> 6.11.2
2015-10-06 13:13:57 +02:00
Arseniy Seroka
bcf536ff3f
Merge pull request #10194 from vbgl/ocaml-4.2.2
...
OCaml: 4.02.1 → 4.02.3
2015-10-06 02:07:54 +03:00
Arseniy Seroka
b3796cd0e7
Merge pull request #10214 from henrytill/mozart-fix
...
mozart: fix tcl/tk issues and clean up
2015-10-06 02:05:51 +03:00
Ryan Scheel (Havvy)
d9819cf7b0
nodejs: 4.1.0 -> 4.1.2
2015-10-06 00:43:01 +02:00
Thomas Tuegel
a5a031c8ff
wrapQtProgram: --set does not take separator
...
The --set flag to wrapProgram does not take a separator character, just
a value.
2015-10-05 13:08:26 -05:00
Thomas Tuegel
004448ca47
kf514: init at 5.14
2015-10-05 13:08:25 -05:00
William A. Kennington III
a3e7a84d36
libev: 4.19 -> 4.20
...
Tested using stdenv and clangStdenv
2015-10-05 11:06:26 -07:00
Jude Taylor
0a32eab91e
fix LLVM packages to work in darwin stdenv
2015-10-05 08:46:56 -07:00
Vladimír Čunát
6d86a93c43
libevent: split into multiple outputs
...
Hopefully all references are fixed.
2015-10-05 15:58:37 +02:00
Peter Simons
7c516259e7
r-modules: update list of broken packages
2015-10-05 14:15:41 +02:00