Commit Graph
261910 Commits
Author SHA1 Message Date
SebastienWaeandGitHub e8dd1fa1d9 kernelPackages.broadcom_sta: fix build for 5.9 (#106760)
* broadcom: fix build 5.9

Patch to fix the build error for the 5.9 Linux kernel.

* broadcom: swith 5.9 patch to Joan Bruguera's version
Switch the current patch for 5.9 to Joan Bruguera's version which is cleaner and also works for 5.10
2020-12-30 11:58:49 +01:00
Vladimír ČunátandFrederik Rietdijk 95f685da60 python3Packages.mypy: don't use mypyc on 32-bit platforms
Almost all i686-linux tests got blocked because of this problem:
  https://hydra.nixos.org/eval/1638038#tabs-now-fail
It regressed in PR #105462 (commit ad26cb9ee8).

Now I tested that at least some test got fixed:
  nix build -f nixos/release-combined.nix nixos.tests.knot.i686-linux
This change won't even cause any rebuild on 64-bit platforms,
and using nix booleans seems nicer anyway.
2020-12-30 11:29:09 +01:00
Frederik RietdijkandFrederik Rietdijk 027c952090 Revert "libjpeg_turbo: apply cmake patch for darwin"
cmake is now on 3.19.2 solving the bug that required this patch.

This reverts commit 5524c43f2c.
2020-12-30 11:18:22 +01:00
wishfort36 06e80a5930 tiramisu: init at 1.0 2020-12-30 10:54:44 +01:00
R. RyanTM abe806a180 python37Packages.pyclipper: 1.2.0 -> 1.2.1 2020-12-30 09:39:45 +00:00
Dominik Xaver Hörl a2cf6f7c37 android-file-transfer: 4.1 -> 4.2 2020-12-30 10:32:52 +01:00
Fabian Affolter 1dc2b42dfe python3Packages.adb-shell: 0.2.3 -> 0.3.0 2020-12-30 10:32:41 +01:00
Jörg Thalheim 7a580a1219 cntr: 1.2.1 -> 1.4.1 2020-12-30 07:50:44 +01:00
Julien MoutinhoandJörg Thalheim 8866576300 nixos/tor: improve type-checking and hardening
Fixes #77395.
Fixes #82790.
2020-12-30 07:50:44 +01:00
Jörg Thalheim 35c4d1d079 texlive: use python3 by default
There is one python helper script still written for: Utility for writing
Bengali in Rapid Roman Format. But this one does not seem super relevant
2020-12-30 07:50:35 +01:00
Jörg Thalheim 54f104bf25 python3.pkgs.keystone: init at 0.9.2
This is used in a couple of reverse engineering tools i.e. [gef](https://github.com/hugsy/gef).
2020-12-30 07:50:35 +01:00
Jörg Thalheim 1024571d35 nixos/nscd: start in early boot
Services that have dynamic users require nscd to resolve users
via pam_systemd. Those services might not even create
their own dynamic users itself i.e. iptables.
To make sure nscd is always started when this is happening we move
nscd to sysinit.target and make sure that it is always started before
starting/reloading/restarting any other service.
2020-12-30 07:50:34 +01:00
h0m1andJörg Thalheim 330218e69a stage-1: create temporary secrets directory in /tmp and not in cwd 2020-12-30 07:50:34 +01:00
Jörg Thalheim c56fbe4e09 buildFhsUserenv: don't downgrade root user 2020-12-30 07:50:34 +01:00
Jörg Thalheim 6722232b96 rubyPackages: update 2020-12-30 07:50:34 +01:00
Jörg Thalheim d55bd2de70 rubyPackages: remove problematic packages
Those packages block regenerating the lock file.
Bundler loops forever
2020-12-30 07:50:33 +01:00
Jörg Thalheim 4caaec36dd amazon-ec2-utils: 0.5.1 -> 1.3 2020-12-30 07:50:33 +01:00
Jörg Thalheim 7a86a9505c tts: add pyworld dependency
this will become a dependency in the next version
2020-12-30 07:50:33 +01:00
Jörg Thalheim f730926a6c tts: better text expansion patches 2020-12-30 07:50:32 +01:00
Jörg Thalheim f438013ac4 python3.pkgs.pyworld: init at 0.2.12 2020-12-30 07:50:32 +01:00
Jörg Thalheim 64a7e509d7 nixos/nix-daemon: fix unknown sandbox warnings 2020-12-30 07:50:32 +01:00
Jörg Thalheim 2070c6a11b openafs_1_8: add version constraints 2020-12-30 07:50:32 +01:00
Jörg Thalheim 003c48411a weechatScripts.wee-slack: switch to master 2020-12-30 07:50:31 +01:00
Jörg Thalheim f84f71e1e0 nixos/nginx: add streamConfig option 2020-12-30 07:50:31 +01:00
Jörg Thalheim a34aa811bd sysdig: enable aarch64 2020-12-30 07:50:31 +01:00
Jörg Thalheim f536901693 nixos/filesystems: don't allow mountpoints with trailing slash
They are semantically the same as the non-slash version and therefore
are potential source of duplicates.

Also fixes https://github.com/NixOS/nixpkgs/issues/78951
2020-12-30 07:50:31 +01:00
Jörg Thalheim 19bf53f143 nixos/filesystems: faster nonEmtpyStr check
regexes should be faster than nix functions
2020-12-30 07:50:30 +01:00
Jörg Thalheim b8a19ca2bc nixos-rebuild: add --impure flag
There are two use case for this flag:

1. NixOS developer usually use a nixpkgs checkout for development.
Copying nixpkgs everytime when rebuilding NixOS is way to slow, even
with NVME disks.

2. Folks migrating from impure configuration in a sufficient complex
infrastructure need this flag to gradually migrate to NixOS flakes.
2020-12-30 07:50:30 +01:00
Jörg Thalheim e1e412215d nixos-rebuild: document all nix flags 2020-12-30 07:50:30 +01:00
Jörg Thalheim 2ed6fbfaf1 iina: init at 1.1.2 2020-12-30 07:50:29 +01:00
Jörg Thalheim ce025026ac homeassistant: add package substitute for feedparser 2020-12-30 07:50:29 +01:00
Jörg Thalheim 8420dc923e homeassistant: support for python_script automation 2020-12-30 07:50:29 +01:00
Jörg Thalheim 9c6f9c4068 redis: fix redis service 2020-12-30 07:50:29 +01:00
Jörg Thalheim 8a6c765832 command-not-found: rewrite in Rust
- drops perl + libraries dependencies
2020-12-30 07:50:28 +01:00
Jörg Thalheim 55eaa55922 nixos/redis: set TimeoutStartSec/TimeoutStopSec 2020-12-30 07:50:28 +01:00
Doron BeharandGitHub f6188ca545 Merge pull request #84939 from doronbehar/package-ocrfeeder 2020-12-30 08:49:15 +02:00
Jörg ThalheimandGitHub 774c340240 Merge pull request #107733 from Mic92/fhs-userenv
buildFhsUserenv: don't downgrade root user
2020-12-30 06:47:54 +00:00
Jörg ThalheimandGitHub 53b801e7df Merge pull request #107192 from lucc/vicious
vicious: 2.3.1 -> 2.5.0
2020-12-30 06:46:51 +00:00
Jörg ThalheimandGitHub 4e8444805c Merge pull request #107942 from Mic92/cntr
cntr: 1.2.1 -> 1.4.1
2020-12-30 06:44:26 +00:00
Jörg ThalheimandGitHub 1e7ffa2741 Merge pull request #107925 from SuperSandro2000/pytorch 2020-12-30 06:43:45 +00:00
Doron BeharandGitHub f423aea36a Merge pull request #103077 from freezeboy/add-colobot 2020-12-30 08:42:16 +02:00
Jörg Thalheim d198cbabe7 torchvision: update reason why tests fails 2020-12-30 07:42:16 +01:00
Doron BeharandGitHub ab6c5e5db9 Merge pull request #93118 from symphorien/kcollectd
kcollectd: init at 0.11.99.0
2020-12-30 08:40:29 +02:00
Doron BeharandGitHub 1c090a5003 Merge pull request #106678 from SCOTT-HAMILTON/ksmoothdock
ksmoothdock: qt514 -> qt515 (fix build)
2020-12-30 08:39:09 +02:00
Matthew BauerandGitHub 9656774860 Merge pull request #107744 from mroi/patch-glibc
glibc: fix Darwin cross compilation for 2.32
2020-12-30 00:36:57 -06:00
Matthew Bauer a9ecac2538 tensorflow1: disable sysctl.h in hwloc
We need to override tensorflow's hwloc configuration, since it forces
sysctl.h usage which is removed since glibc 2.31. This does not appear
to effect tensorflow2.

See also https://github.com/tensorflow/tensorflow/issues/45861

Fixes #104801
2020-12-30 00:23:21 -06:00
github-actions[bot]andGitHub 056304189c Merge master into staging-next 2020-12-30 06:22:20 +00:00
5d84589c3d python3.pkgs.wordcloud: 1.6.0 -> 1.8.1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2020-12-30 07:19:10 +01:00
Jörg Thalheim f91d7cf059 cntr: 1.2.1 -> 1.4.1 2020-12-30 07:09:54 +01:00
Colin L Rice f7fc3bfd55 ipfs-cluster: Remove go1.14 pinning.
It builds without it, so I think it's just some legacy cruft
2020-12-30 00:16:22 -05:00