1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

128878 commits

Author SHA1 Message Date
Robert Schütz b69e99091b pythonPackages.pyrtlsdr: use m2r instead of pypandoc 2018-02-19 23:09:25 +01:00
Robert Schütz 41a2352a2f pythonPackages.pypandoc: mark as broken
Pypandoc is incompatible with pandoc v2 and there seems to be no upstream effort to port it to the new version.
2018-02-19 23:09:19 +01:00
Shea Levy bd7d5b3657
linux: Don't try to install firmware on newer kernels.
This was disabled in torvalds/linux@5620a0d1aa
2018-02-19 17:08:24 -05:00
Michael Fellinger 895b1cb1b0
gem-config: add ethon
The Ethon gem uses libcurl.so at runtime via FFI, so we need to specify the correct location.
2018-02-19 22:56:17 +01:00
Jörg Thalheim 01e388cafc
Merge branch 'master' into perl/Gtk2GladeXML 2018-02-19 21:52:11 +00:00
Jörg Thalheim 7cb7d2a4dc
Merge pull request #35183 from xurei/perl/Gtk2TrayIcon
perl-Gtk2TrayIcon: init at 0.06
2018-02-19 21:50:49 +00:00
Shea Levy 3826ab2abe
Merge branch 'fix/nixUnstable-seccomp' of git://github.com/dtzWill/nixpkgs 2018-02-19 16:43:30 -05:00
Shea Levy a0c5d2d0da
Merge branch 'master' of github.com:NixOS/nixpkgs 2018-02-19 16:43:07 -05:00
Michael Weiss 521ffc2398 jekyll: Update the dependencies without breaking the evaluation
Unfortunately my first attempt in f14b6ea broke the evaluation and was
therefore reverted in 4419a31. I couldn't reproduce the error locally
but as @grahamc noted I shouldn't have imported from a derivation.

Thanks @joachifm and @grahamc for spotting the evaluation error and
reverting f14b6ea.
2018-02-19 22:36:52 +01:00
Peter Simons e2cb1180aa
Merge pull request #35200 from deepfire/ghc-8.4
ghc 8.4:  update configuration
2018-02-19 22:10:46 +01:00
Lancelot SIX 9fee1b55d4
ddrescue: 1.22 -> 1.23
See https://lists.gnu.org/archive/html/info-gnu/2018-02/msg00004.html
for release information
2018-02-19 21:51:50 +01:00
Nikolay Amiantov d77984f571 network-interfaces-scripted service: delay setup if IPv6 is disabled
Even if IPv6 gateway is set, there's no need to set it early if IPv6 is disabled.
2018-02-19 23:33:54 +03:00
Nikolay Amiantov 5ff25fcd7e dhcpcd service: want for both IP stacks
We want to wait for both stacks to be active before declaring that network is active.
So either both default gateways must be specified or only IPv4 if IPv6 is disabled to
avoid dhcpcd for network-online.target.
2018-02-19 23:33:54 +03:00
Kosyrev Serge 060f2f99db
ghc 8.4: update configuration 2018-02-19 23:31:50 +03:00
Nikolay Amiantov 996ed0830e dhcpcd service: always want by multi-user
When default gateways were specified the service wasn't wanted by anything at
all before.
2018-02-19 23:31:45 +03:00
Shea Levy 7ce1f0b8ae
linuxManualConfig: Fix build on non-modular kernels 2018-02-19 15:16:29 -05:00
Michael Raskin 81081ba670
Merge pull request #35195 from dtzWill/fix/llvm-musl
llvmPackages_{4,5}: musl compat
2018-02-19 19:43:42 +00:00
Kosyrev Serge f0d2baad08 sayonara: init at 1.0.0-git5-20180115 (#35046) 2018-02-19 19:16:37 +00:00
Profpatsch b87a7c482b replace: split man output 2018-02-19 20:12:05 +01:00
Graham Christensen 4419a311f7
Revert "jekyll: Update the dependencies"
This reverts commit f14b6ea81f.

This commit added IFD to Nixpkgs, where
Nixpkgs should be IFD-free. (Import
from derivation.)
2018-02-19 13:55:48 -05:00
Joachim F bad8b21c28
Merge pull request #35155 from volth/patch-91
xrdp: 0.9.3 -> 0.9.5 [CVE-2017-16927]
2018-02-19 18:44:51 +00:00
Will Dietz e5e69a7aed libc++5: tweak expression so as to avoid rebuild on non-musl for now 2018-02-19 12:43:42 -06:00
Jon Banafato 4704514dbc gnomeExtensions.battery-status: init at v6
Add the Battery Status GNOME Shell extension.
2018-02-19 13:41:11 -05:00
Will Dietz cbae401982 nixUnstable: bump for minor fix to unbreak seccomp builds 2018-02-19 12:28:09 -06:00
Ruben Maher 8d0c8d21f0 flow: 0.65.0 -> 0.66.0 2018-02-19 19:06:44 +01:00
Michael Weiss f14b6ea81f jekyll: Update the dependencies
The dependencies could be more minimal but this way it should hopefully
work for most use-cases.
2018-02-19 19:02:41 +01:00
Daiderd Jordan b5aabb698e
Merge pull request #35167 from dtzWill/fix/clang-libcxx-4-5-tests
cc-wrapper tests: 4 and 5 regardless of default
2018-02-19 19:01:17 +01:00
Jörg Thalheim e38cb9b926 afl: disable aarch64 2018-02-19 19:59:28 +02:00
Jörg Thalheim 0565e1e732 afl: fix build, by switch to gcc as compiler
Apparently they set CFLAGS incompatible with clang.
Also only provide a default value for AFL_CC/AFL_CXX for afl-clang-fast:
User might want to overriding, but this is not a PATH variable that can
be prepended with :.
2018-02-19 19:59:28 +02:00
Vincent Laporte 2aeafe7ef4 ocamlPackages.bitv: init at 1.3
bitv is a bit vector library for OCaml.

Homepage: https://github.com/backtracking/bitv
2018-02-19 18:55:31 +01:00
Shea Levy fd2f2bbe6f
riscv-pk: Add a variant with a kernel 2018-02-19 12:37:46 -05:00
Will Dietz fa8a511260 llvmPackages_{4,5}: musl compat 2018-02-19 11:19:32 -06:00
Shea Levy 6173f2f945
linux_riscv: Add 4.16-rc1.
Fixes #35148.
2018-02-19 12:14:22 -05:00
Shea Levy 3f9c900e42
Merge branch 'master' of github.com:NixOS/nixpkgs 2018-02-19 12:11:35 -05:00
Shea Levy d1cb2ee899
nixUnstable: 2.0pre5951_690ac7c9 -> 2.0pre5967_623fcb07.
Important security patch for no-seccomp systems.
2018-02-19 12:10:28 -05:00
Moritz Ulrich 2cafea200c Virtualbox: Fix type error in networking.interfaces.vboxnet0.ipv4.addresses
This error introduced in e239c1e582
prevented evaluation on my machine.
2018-02-19 17:48:15 +01:00
Michael Weiss d2919c996d jekyll: 3.4.1 -> 3.7.2 2018-02-19 17:43:26 +01:00
Tim Steinbach 0500cf79af
plymouth: Fix reference to NixOS version 2018-02-19 11:05:32 -05:00
Jon Banafato 05d9196f7b gnomeExtensions.taskwhisperer: init at v11
Add the TaskWhisperer GNOME Shell extension.
2018-02-19 10:55:36 -05:00
Olivier Bourdoux 54d4394bdc perl-Gtk2TrayIcon: init at 0.06 2018-02-19 16:12:02 +01:00
Olivier Bourdoux 471f7ca68a perl-Gtk2GladeXML: init at 1.007 2018-02-19 16:10:35 +01:00
Robert Schütz c8d3a81d2a matrix-synapse: fix pynacl dependency
closes #34959
2018-02-19 15:57:28 +01:00
Michael Raskin 1e23a5a6e9
Merge pull request #34795 from oxij/os/nixosLabel-pt2
nixos: labels part 2
2018-02-19 14:45:17 +00:00
Michael Brantley a83716f256 perl-BSD-Resource: init at 1.2911 2018-02-19 09:38:45 -05:00
Shea Levy 43522dc851
riscv: Use gnumake42HEAD. 2018-02-19 09:36:53 -05:00
Shea Levy fb8a09e8f0
gnumake: Add 4.2.90pre2491_38c8a11 for proper glibc 2.27 support. 2018-02-19 09:33:34 -05:00
Michael Raskin cfa3e7e633
Merge pull request #34798 from oxij/pkgs/aspell-dicts
aspellDicts: add more dictionaries and some documentation
2018-02-19 14:24:46 +00:00
Michael Raskin 7d2642724f
Merge pull request #35111 from oxij/stdenv/available-evaluates
stdenv.mkDerivation: rename `meta.evaluates` -> `meta.available`
2018-02-19 14:15:06 +00:00
Michael Raskin 10b3f7d356
Merge pull request #27688 from rnhmjoj/routes
nixos/networking-interfaces: make static routes configurable
2018-02-19 14:12:58 +00:00
Michael Raskin e37b756b91
Merge pull request #35110 from oxij/pkgs/pretty-fetchurl
fetchurl: cleanup, better errors
2018-02-19 14:05:12 +00:00