Commit Graph
123834 Commits
Author SHA1 Message Date
Will Dietz 80b1d7ea43 leocad: 17.02 -> 17.07 2017-12-29 18:43:36 -06:00
adisbladisandGitHub 99b49592bc Merge pull request #33181 from kierdavis/hugo-0.30.2
hugo: 0.29 -> 0.30.2
2017-12-29 23:41:43 +01:00
adisbladisandGitHub 612e1acb6b Merge pull request #33177 from Mounium/gnome-ext
dash-to-panel: init at v11
2017-12-29 23:35:17 +01:00
adisbladisandGitHub f056ec2f24 Merge pull request #33183 from mstarzyk/miller
miller: init at 5.2.2
2017-12-29 23:31:45 +01:00
Tuomas Tynkkynen 722295fc15 openblas: Support ARMv6 2017-12-30 00:19:57 +02:00
Franz Pletz 6b74d2ca07 linuxPackages.zfs: use correct kernel module build flag
In this expression the boolean flags `buildUser` and `buildKernel` determine
if either userspace tools or the kernel module is being built.

cc #33166
2017-12-29 22:46:34 +01:00
Franz Pletz 84d8ef6e2f linuxPackages.spl: simplify expression
This package only contains a kernel module.
2017-12-29 22:45:53 +01:00
Franz Pletz 1fb0d3d158 Fix some instances of #33166 correctly 2017-12-29 22:35:32 +01:00
Vladimír Čunát 5997b4f3db linuxPackages.rtlwifi_new: fix missing libelf
/cc #33166.  Fixes #33102.
2017-12-29 22:25:13 +01:00
David GuibertandTuomas Tynkkynen 1e77d0b975 kernel 4.14 require libelf to compile modules.
[...]
make modules -C /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/build EXTRA_CFLAGS=-Werror-implicit-function-declaration M=/tmp/nix-build-spl-kernel-2017-11-16-4.14.9.drv-0/source/build
/nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/source/Makefile:939: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.

This patch introduces kernel.moduleBuildDependencies to avoid the logic "stdenv.lib.optional (stdenv.lib.versionAtLeast kernel.version "4.14") libelf" in multiple places.

[dezgeg did some minor tweaks on top]
2017-12-29 23:08:17 +02:00
Orivej Desh 77cc63950a wxmaxima: build with cmake
Fixes reported version number: see
https://github.com/NixOS/nixpkgs/pull/31657#issuecomment-354414642

"make check" did not run any tests with autotools, and is not defined with
cmake. ("make test" is not defined too.)
2017-12-29 21:00:03 +00:00
Maciek Starzyk 8bf2a0971e miller: init at 5.2.2 2017-12-29 21:55:42 +01:00
John EricsonandGitHub 52a4a7c3bb Merge pull request #33167 from bnikolic/mingw32-w64-fix
Mingw_w64 fix to get cross-compilation working again
2017-12-29 15:44:17 -05:00
John Ericson bc3a6e260a Merge commit '3afe325a3e2f906ba512fb7a2f28f79496711592' into mingw32-w64-fix 2017-12-29 15:28:56 -05:00
John Ericson 5d336d36bb Merge commit 'e82bd498d1a2a28fb20249569a6f49fcaab9aca8' into mingw32-w64-fix 2017-12-29 15:28:49 -05:00
Joachim FandGitHub 56518ff5ac Merge pull request #32230 from bkchr/renderdoc
renderdoc: Fixes build with missing SWIG_PACKAGE
2017-12-29 20:03:43 +00:00
Kier Davis 901fa266fb hugo: 0.29 -> 0.30.2
Also requires updating the github.com/alecthomas/chroma dependency.
2017-12-29 20:00:43 +00:00
Eelco Dolstra eaf2877cd8 Finance::Quote: 1.38 -> 1.47 2017-12-29 20:56:47 +01:00
Peter SimonsandGitHub 4a01a175a3 Merge pull request #33158 from shlevy/hslib-haskell-build-inputs-again
Revert "Revert "hslib: Function to extract the haskell build inputs of a package.""
2017-12-29 20:51:24 +01:00
Shea Levy 89e882f956 Merge branch 'haskell-ide-engine' 2017-12-29 14:41:47 -05:00
Shea Levy 961907de47 Add haskell-ide-engine 2017-12-29 14:41:15 -05:00
Shea Levy 1ee61d8f23 Revert "Revert "hslib: Function to extract the haskell build inputs of a package.""
Trying again, without changing the generic builder.

This reverts commit 65138e8a41.
2017-12-29 14:37:24 -05:00
John Ericson 169227bfd2 Merge commit '3a59cd87f26cc59c91fb821749b1ec0d64922f87' into mingw32-w64-fix 2017-12-29 14:24:10 -05:00
Bojan NikolicandJohn Ericson 2e0ebc0532 mingw-w64: Disable stack hardening of the runtime
Do this because it is built with the static stage
2017-12-29 14:23:30 -05:00
Katona László 19175d4f7b dash-to-panel: init at v11 2017-12-29 20:23:08 +01:00
John Ericson 2365e2ffcd Merge commit '51948eab9415fde1825dea5c7d31b99b2e1a0fdb' into mingw32-w64-fix 2017-12-29 14:23:05 -05:00
adisbladisandGitHub bc167e69ee Merge pull request #33178 from dywedir/feh
feh: 2.22.2 -> 2.23
2017-12-29 20:07:15 +01:00
dywedir c8c5b022ec feh: 2.22.2 -> 2.23 2017-12-29 20:54:44 +02:00
Bojan NikolicandJohn Ericson 771bae04e8 gcc: Enable SSP and shared libs in the final stage for MinGW
Hardening on by default now that we don't use the cross wrapper. In
turn, hardening requires libssp in particular.
2017-12-29 13:27:02 -05:00
Frederik Rietdijk d8490e34a5 python.pkgs.numexpr: 2.6.2 -> 2.6.4 2017-12-29 18:57:06 +01:00
volthandOrivej Desh 4026ea9c8a collectd: 5.7.2 -> 5.8.0
This is https://github.com/NixOS/nixpkgs/pull/32811 without refactoring parts.

Closes #32811
2017-12-29 17:34:55 +00:00
Frederik RietdijkandGitHub d3297379ad Merge pull request #33175 from johbo/pelican-without-pandoc
pelican: Disable pandoc support for now
2017-12-29 17:24:02 +00:00
Johannes Bornhold 5b7f9db5c5 pelican: Disable pandoc support for now
Version 3.7.1 is not compatible with the current (more recent) pandoc version.
Since pandoc support is optional in pelican, we can ship it without pandoc
support until a fix will be applied upstream.

Kept a note in the buildInputs so that the improvement opportunity can be
spotted again on future updates of pelican.
2017-12-29 18:13:11 +01:00
Jörg ThalheimandGitHub 805e25988f Merge pull request #33174 from Mic92/pythonix
python3Packages.pythonix: init at 0.1.0
2017-12-29 17:49:34 +01:00
Jörg Thalheim 7e20ba9515 python3Packages.pythonix: init at 0.1.0 2017-12-29 17:38:05 +01:00
Peter Simons 40a3d775a5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7.1-1-gc1b61fc from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/246f2ece36e4026fe6eee5ee491beea6bf1c7299.
2017-12-29 15:47:44 +01:00
Peter SimonsandGitHub 504016f753 Merge pull request #32993 from shlevy/haskell-internal-libs
haskell generic-builder: Support installing internal libs.
2017-12-29 15:41:19 +01:00
Orivej Desh 3c8cff253e Revert "collectd: 5.7.2 -> 5.8.0"
This reverts commit 7b9c5b4849.

This is incomplete, collectd is being updated in
https://github.com/NixOS/nixpkgs/pull/32811
2017-12-29 13:48:09 +00:00
sternenseemannandProfpatsch 019c631840 libhttpseverywhere: 0.4.5 -> 0.6.5 2017-12-29 14:22:30 +01:00
adisbladis 52c707c84d subsurface: 4.7.2 -> 4.7.5 2017-12-29 13:23:46 +01:00
Moritz Ulrich 8a5f3ec6a8 btrbk: 0.25.1 -> 0.26.0
This update fixes compatibility with recent btrfs-progs which are
already available in NixOS.
2017-12-29 13:02:40 +01:00
Franz Pletz e2fe111d46 nixos/profiles/all-hardware: remove unavailable modules 2017-12-29 11:37:21 +01:00
Franz Pletz 4ce44d6d4c wireguard: 0.0.20171111 -> 0.0.20171221 2017-12-29 11:37:21 +01:00
Franz Pletz 7b9c5b4849 collectd: 5.7.2 -> 5.8.0 2017-12-29 11:37:20 +01:00
Rickard Nilsson 1de251c664 haskellPackages.LDAP: Fix build 2017-12-29 11:42:20 +01:00
Christoph Hrdinka d07bc8bb30 woff2: init at 1.0.2
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-12-29 11:38:08 +01:00
adisbladisandGitHub aaea2bfc20 Merge pull request #33163 from brachiel/patch-2
veracrypt: refactor
2017-12-29 18:16:24 +08:00
adisbladisandGitHub 8b7654a67e Merge pull request #33161 from markuskowa/minimodem-pr
minimodem: 0.19->0.24
2017-12-29 18:12:59 +08:00
adisbladisandGitHub d003553bb6 Merge pull request #33162 from markuskowa/multimon-ng-pr
multimon-ng: 1.0.0->1.1.4
2017-12-29 18:09:53 +08:00
Vincent LaporteandVincent Laporte efcb39233d ocaml: adds an argument to enable flambda 2017-12-29 10:49:13 +01:00