Jörg Thalheim
0323fc2700
Merge pull request #33803 from adisbladis/qt59
...
Change package builds to use Qt 5.9
2018-01-13 11:46:07 +00:00
Joachim F
970a3e37ab
Merge pull request #28224 from RocketPuppy/add-literate
...
Literate: init at 2017-05-28
2018-01-13 11:45:30 +00:00
Christoph Hrdinka
17a4f0f756
woff2: set platforms to linux only
...
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-01-13 12:43:18 +01:00
xurei
b9ae8efca5
libzxcvbn: init at 2.3 ( #33822 )
...
* Add package libzxcvbn
* zxcvbn-c: name after the project not the library
2018-01-13 10:40:45 +00:00
Jude Taylor
cf6c05fda7
add haddock version for GHC 8.0
2018-01-13 01:17:23 -08:00
Robert Helgesson
ad3b2e8657
lombok: 1.16.8 -> 1.16.20
...
Also perform a few package cleanups.
2018-01-13 09:57:46 +01:00
adisbladis
33ec57356a
vogl: Fix build with qt59
2018-01-13 04:10:55 +08:00
adisbladis
08ab28b9a3
qcachegrind: Use kcachegrind src/name attributes
2018-01-13 04:03:36 +08:00
adisbladis
7dea1f20ed
supercollider: 3.8.0 -> 3.8.1
2018-01-13 04:03:35 +08:00
Shea Levy
43e7cf5eb7
haskellPackages.ChasingBottoms: Disable testsuite
2018-01-12 13:04:57 -05:00
Peter Simons
e30ecaa916
Merge pull request #33636 from hamishmack/haskell-internal-libs-darwin2
...
haskell: Fix depending on libs with internal libs on darwin.
2018-01-12 16:09:56 +01:00
Peter Simons
e277be1943
Merge pull request #33360 from adnelson/unpin_lzma_versions
...
haskellPackages.lzma: loosen version bounds for test dependencies
2018-01-12 16:09:13 +01:00
Graham Christensen
9d72156fea
Merge pull request #33780 from manveru/upgrade-ruby
...
Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3
2018-01-12 08:28:08 -05:00
Michael Fellinger
e90412debb
Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3
2018-01-12 13:15:50 +01:00
Jörg Thalheim
9c3b2b6ad3
Merge pull request #33762 from kierdavis/fix-avr-gcc-ar
...
avrgcc: bake path to avr-ar into avr-gcc-ar
2018-01-12 10:59:42 +00:00
markuskowa
6bbf50374f
libbladeRF: 1.4.0 -> 1.9.0 ( #33551 )
2018-01-12 10:43:56 +00:00
Robert Hensing
f40ecb29aa
Add documentation for haskell-modules/lib.nix
2018-01-12 10:48:03 +01:00
adisbladis
dd85adf814
Merge pull request #33714 from apeyroux/up-grmmalecte
...
grammalecte: 0.5.18 -> 0.6.1
2018-01-12 13:15:46 +08:00
Kier Davis
6bfa42218d
avrgcc: bake path to avr-ar into avr-gcc-ar
...
gcc provides wrappers for binutils' ar, nm and ranlib
executables, which must be used instead when using link-time
optimisation. See also:
http://manpages.ubuntu.com/manpages/zesty/man1/aarch64-linux-gnu-gcc-ar-5.1.html
The upstream version of avr-gcc-ar searches in paths passed to
the configure script for the avr-ar binary that it wraps, falling
back to searching PATH instead. Thus currently avr-gcc-ar works on
Nix, but only if avrbinutils is already in the environment.
This change bakes the path to avr-ar into avr-gcc-ar, since its path
is known at compile time. It also no longer searches PATH, meaning the
user's local environment won't override this path.
Note that avr-gcc-nm and avr-gcc-ranlib are compiled from the same
source file as avr-gcc-ar, just with different compiler flags.
Testing on master (without avrbinutils in the environment):
$ nix-build -A avrgcc
$ result/bin/avr-gcc-ar --version
result/bin/avr-gcc-ar: Cannot find binary 'avr-ar'
Testing on branch with this fix:
$ nix-build -A avrgcc
$ result/bin/avr-gcc-ar --version
GNU ar (GNU Binutils) 2.26.20160125
...
2018-01-12 00:48:35 +00:00
Daiderd Jordan
10c6439a89
Merge pull request #33756 from acowley/pngpp-darwin
...
pngpp: darwin support
2018-01-11 23:26:47 +01:00
Anthony Cowley
ed559bf5d3
pngpp: darwin support
...
1) Building with clang is addressed by navigating a minor #if in some
of the code.
2) I noticed that even when things were building correctly, passing
`${out}` as a variable assignment to `make` was actually not working:
there were compiler warnings about missing include directories whose
bogus paths involved the literal string `out`. I ended up fixing this
by performing the assignment to the make variable `PREFIX` in the
`Makefile` itself.
2018-01-11 15:49:17 -05:00
Linus Heckemann
9ab77680b6
bullet: fix build on aarch64
2018-01-11 19:30:19 +03:00
Linus Heckemann
93cdceafb8
bullet: 2.86.1 -> 2.87
2018-01-11 19:30:19 +03:00
adisbladis
e42c4c0789
Merge pull request #33751 from ankhers/update_elixir_rc
...
Update Elixir 1.6 RC
2018-01-12 00:14:07 +08:00
Justin Wood
4cd40bb062
Update Elixir 1.6 RC
2018-01-11 11:02:47 -05:00
Peter Simons
aecc868ac1
Merge pull request #33733 from dhess/arm-cross-fixes
...
ghc, haskell-modules: ARM cross build fixes.
2018-01-11 16:56:20 +01:00
Drew Hess
e4f3fe051e
ghc, haskell-modules: ARM cross build fixes.
...
As requested in #33405 .
2018-01-11 10:45:44 -05:00
Shea Levy
4e78aeb441
callCabal2nix: Fix calling with a path in the store.
2018-01-11 10:17:56 -05:00
Shea Levy
fb069b77ee
Merge branch 'callCabal2nix-cleanSourceWith'
2018-01-11 09:21:50 -05:00
Peter Simons
db8a42963b
Merge pull request #33735 from dhess/swagger2-armv7l
...
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux.
2018-01-11 12:45:07 +01:00
Michael Raskin
18ca43f339
Merge pull request #33612 from fare-patches/master
...
Update gambit and gerbil
2018-01-11 09:38:08 +00:00
adisbladis
d4917695b5
faad2: 2.7 -> 2.8.8
2018-01-11 17:31:47 +08:00
Francois-Rene Rideau
699c8cc832
gerbil: 0.12-DEV-836-gcde6802 -> 0.12-DEV-1030-gbbed3bc
2018-01-11 04:28:18 -05:00
adisbladis
f1faffacd1
pythonPackages.botocore: 1.8.21 -> 1.8.26
2018-01-11 17:20:52 +08:00
Drew Hess
84e4caacc5
haskell-modules: swagger2 still needs dontHaddock on armv7l-linux.
2018-01-11 00:59:55 -08:00
Orivej Desh
2f6b88551b
Merge pull request #33225 from LumiGuide/opencv-3.4.0
...
opencv: 3.3.1 -> 3.4.0
2018-01-11 08:29:05 +00:00
adisbladis
15b1432435
libvorbis: Fix CVE-2017-14160, CVE-2017-14632 & CVE-2017-14633
2018-01-11 05:25:09 +01:00
Peter Hoeg
c80dc05ed6
Merge pull request #33144 from catern/master
...
supervise: 1.0.0 -> 1.1.0 and supervise_api fixes
2018-01-11 11:51:28 +08:00
adisbladis
f5e39b2c26
Merge pull request #33727 from jluttine/update-salmon
...
pythonPackages.salmon: bec795cd -> 3.0.0
2018-01-11 09:54:33 +08:00
adisbladis
9d56002c39
Merge pull request #33707 from frontsideair/nodejs-9.4.0
...
nodejs: 9.3.0 -> 9.4.0
2018-01-11 09:33:27 +08:00
Jaakko Luttinen
1f2e247416
pythonPackages.salmon-mail: rename from salmon
2018-01-11 02:53:22 +02:00
Jaakko Luttinen
7140c4bbf9
pythonPackages.salmon: bec795cd -> 3.0.0
2018-01-11 00:26:19 +02:00
Thomas Mader
81d289fed0
ldc: Remove dynamiccompile tests for Darwin too
2018-01-10 22:48:36 +01:00
Sander van der Burg
83dfe29a12
nodePackages: regenerate with node2nix 1.5.1
2018-01-10 21:59:18 +01:00
Austin Seipp
155a2f270f
yosys: 2017.12.06 -> 2018.01.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
87132df854
arachne-pnr: 2017.12.06 -> 2018.01.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
28cf4ce531
icestorm: 2017.12.06 -> 2018.01.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Joachim F
3b4ebab230
Merge pull request #33532 from ThomasMader/ldc1.7.0
...
ldc: 1.5.0 -> 1.7.0
2018-01-10 19:51:37 +00:00
Thomas Mader
1aff67ce19
ldc: 1.5.0 -> 1.7.0
2018-01-10 20:08:26 +01:00
Alexandre Peyroux
afb7129e6b
grammalecte: 0.5.18 -> 0.6.1
2018-01-10 19:31:33 +01:00