06kellyjac
135807629f
terragrunt: 0.27.1 -> 0.27.3
2021-01-26 15:42:50 +00:00
06kellyjac
ca1bc75f9f
terragrunt: remove unused dependency and compile smaller
...
Removed makeWrapper as it's been unused since we stopped wrapping up TF
Added -s and -w ldflags to minify terragrunt
2021-01-26 15:41:11 +00:00
Kritnich
91efec3c7b
pcb2gcode: init at 2.1.0
2021-01-26 16:40:35 +01:00
Sandro
688556a3f5
Merge pull request #110853 from fabaff/bump-shodan
...
python3Packages.shodan: 1.24.0 -> 1.25.0
2021-01-26 16:36:08 +01:00
Sandro
dd4b57524a
Merge pull request #110851 from Emantor/bump/rauc
...
rauc: 1.5 -> 1.5.1
2021-01-26 16:35:55 +01:00
Sandro
3eb8350b9a
Merge pull request #110855 from Emantor/bump/ser2net_gensio
2021-01-26 16:35:43 +01:00
José Romildo Malaquias
268c19049d
Merge pull request #110640 from badmutex/badi/update-vivaldi
...
vivaldi: 3.5.2115.73-1 -> 3.5.2115.87-1
2021-01-26 12:34:45 -03:00
Sandro
a6b9cff6cb
Merge pull request #110859 from TilCreator/bump_waifu2x-converter-cpp
...
waifu2x-converter-cpp: 5.3.3 -> 5.3.4
2021-01-26 16:32:22 +01:00
Sandro
414045912b
Merge pull request #110833 from Moredread/mediathekview
2021-01-26 16:27:54 +01:00
Daniël de Kok
f46bfb972d
emacs.pkgs.trivialBuild: add missing stdenv argument
...
Fix fallout of #110687 (generic.nix requires stdenv).
2021-01-26 16:15:03 +01:00
Sean Buckley
a25b47a459
vmware-horizon-client: 2006 -> 2012
...
vmware-horizon-client: add missing gsettings schemas
vmware-horizon-client: change whitespace, and "lib" argument
vmware-horizon-client: fix library issues with chromium
vmware-horizon-client: add updater script
2021-01-26 10:05:10 -05:00
Sandro
b749b2afa6
Merge pull request #110849 from sternenseemann/zz-unstable
...
zz: 0.1 -> unstable-2021-01-26
2021-01-26 16:00:01 +01:00
Sandro
5952f24d1e
Merge pull request #110844 from zowoq/gdu
...
gdu: 4.2.0 -> 4.3.0
2021-01-26 15:59:08 +01:00
Sandro
28b9387dd2
Merge pull request #110836 from fabaff/bump-teslajsonpy
...
python3Packages.teslajsonpy: 0.10.4 -> 0.11.0
2021-01-26 15:58:51 +01:00
Robert Hensing
1d0d9d26c6
Merge pull request #109663 from Pamplemousse/documentation
...
documention corrections
2021-01-26 15:37:45 +01:00
José Romildo Malaquias
9958413f84
Merge pull request #110020 from r-ryantm/auto-update/kora-icon-theme
...
kora-icon-theme: 1.3.4 -> 1.4.1
2021-01-26 11:37:05 -03:00
Rouven Czerwinski
103a60223e
ser2net: 4.3.0 -> 4.3.2
2021-01-26 15:25:20 +01:00
Rouven Czerwinski
0e56f99681
gensio: 2.2.1 -> 2.2.3
2021-01-26 15:25:20 +01:00
TilCreator
38e0c51452
waifu2x-converter-cpp: 5.3.3 -> 5.3.4
2021-01-26 15:19:42 +01:00
Jörg Thalheim
1c7b48c1e7
Merge pull request #110854 from Mic92/tokenizer
...
python3.pkgs.tokenizers: fix build
2021-01-26 14:19:35 +00:00
Jörg Thalheim
e049392289
python3.pkgs.tokenizers: fix build
2021-01-26 15:16:43 +01:00
Fabian Affolter
a5f0f5dec4
python3Packages.shodan: 1.24.0 -> 1.25.0
2021-01-26 14:36:40 +01:00
Rouven Czerwinski
e5db845846
rauc: 1.5 -> 1.5.1
...
New bugfix release.
2021-01-26 13:55:50 +01:00
Jan Tojnar
69fca326f8
Merge branch 'master' into staging-next
2021-01-26 13:53:25 +01:00
sternenseemann
9a8bd5a0fa
zz: 0.1 -> unstable-2021-01-26
2021-01-26 13:26:18 +01:00
Ivan Jager
b60b4023d7
rr: Build with gcc9
...
To work around linking errors with gcc10
src/AddressSpace.cc:1632: undefined reference to `rr_syscall_addr'
Fixes #110756
2021-01-26 06:21:19 -06:00
Andreas Rammhold
ed46383416
docker: allow overriding package inputs per docker package
...
Previously we could not override the input packages to docker at all as
that had been shadowed due to the usage of inherit in all-package.nix.
We are now mixing the "variable" variables for the build and the
dependency declarations for the package and using callPackage as if each
of the docker packages would be separate files that we evaluate.
This now enables overriding e.g. iptables for a single verison of
docker which previously was not feasible without importing the
default.nix again (and passing different arguments).
> pkgs.docker.override { iptables = pkgs.iptables-nftables-compat; }
2021-01-26 13:08:25 +01:00
bb2020
603e14c793
nixos/alsa: disable OSSEmulation by default
...
OSS Emulation is considered incomplete so disabling it by default.
Using user level alsa-oss library (nix-env -iA nixos.alsaOss) over
this kernel module is recommended.
2021-01-26 15:06:33 +03:00
Emery Hemingway
13a6565c4c
erofs-utils: 1.2 -> 1.2.1
2021-01-26 12:46:47 +01:00
Julien Moutinho
39a5e2c76b
nixos/freeciv: init
2021-01-26 12:33:59 +01:00
Julien Moutinho
dbbdc2eb3e
freeciv: fix Qt runtime
2021-01-26 12:33:59 +01:00
Daniël de Kok
35cd023905
Merge pull request #110838 from r-burns/rocm
...
llvmPackages_rocm.clang: add isClang and llvm passthru
2021-01-26 12:25:55 +01:00
Fritz Otlinghaus
d40f7dcb31
nixos/cgminer: add types
2021-01-26 12:24:48 +01:00
zowoq
c4f1e134ac
gdu: 4.2.0 -> 4.3.0
...
https://github.com/dundee/gdu/releases/tag/v4.3.0
2021-01-26 21:24:17 +10:00
Pavol Rusnak
2d559b6128
Merge pull request #110829 from r-burns/riscv-coreutils
...
coreutils: fix build on riscv
2021-01-26 12:07:54 +01:00
Ryan Burns
44c46905b9
llvmPackages_rocm.clang: add isClang and llvm passthru
...
Matches generic clang compilers, and fixes isClang inspection, which
071030840252273acf05c9902458d4db5bdd71ab depends on for the
`--gcc-toolchain` flag to be set up properly.
Fixes rocm-comgr
2021-01-26 02:32:59 -08:00
Fabian Affolter
3b8c2d56e0
python3Packages.teslajsonpy: 0.10.4 -> 0.11.0
2021-01-26 11:01:52 +01:00
Sandro
117addb0f8
Merge pull request #110753 from markuskowa/add-spglib
...
spglib: init at 1.16.0
2021-01-26 10:34:47 +01:00
Andreas Rammhold
59e73f20ad
Merge pull request #94370 from bb2020/qemu
...
pkgs/qemu: add qemu_full package
2021-01-26 10:19:38 +01:00
André-Patrick Bubel
cf6ce59701
mediathekview: enable JRE preview option
2021-01-26 08:57:25 +01:00
Fabian Affolter
705f65ad66
home-assistant: update component-packages
2021-01-26 08:54:26 +01:00
Fabian Affolter
6796193442
python3Packages.avion: init at 0.10
2021-01-26 08:54:08 +01:00
Fabian Affolter
443e4c88b5
python3Packages.bluepy-devices: init at 0.2.1
2021-01-26 08:53:18 +01:00
R. RyanTM
fe1e5e3698
mediathekview: 13.5.1 -> 13.7.0
2021-01-26 08:47:40 +01:00
sternenseemann
f0a821afc5
opam-installer: init at 2.0.7
2021-01-26 08:17:31 +01:00
Vladimír Čunát
a648a07c19
Merge #104742 : linux bootstrap tools: fix tests on ppc64
2021-01-26 08:09:59 +01:00
github-actions[bot]
312f252eba
Merge master into staging-next
2021-01-26 06:19:03 +00:00
R. RyanTM
38e23aeda3
freetds: 1.1.42 -> 1.2
2021-01-26 11:20:46 +08:00
John Ericson
054f792d31
Merge pull request #110828 from r-burns/ppc64-riscv-linux-arch
...
lib/systems: fix linuxArch for power + riscv
2021-01-25 21:38:33 -05:00
Ryan Burns
bcece861e8
coreutils: fix build on riscv
...
RISC-V has the same issue as ARM64 with coreutils.
Fixes pkgsCross.riscv64.coreutils
2021-01-25 18:13:47 -08:00