Commit Graph

215225 Commits

Author SHA1 Message Date
Atemu c6a5cc3fdf pythonPackages.jc: init at 1.7.5 2020-02-29 09:58:04 -08:00
Atemu 9fa218e3a0 pythonPackages.ifconfig-parser: init at 0.0.5 2020-02-29 09:58:04 -08:00
Michael Weiss 6ec8687047 Merge pull request #80902 from primeos/wayvnc
wayvnc, neatvnc: init at 0.1.0
2020-02-29 18:45:40 +01:00
R. RyanTM 18ff53d765 python27Packages.pymupdf: 1.16.10 -> 1.16.11 2020-02-29 18:11:01 +01:00
Mario Rodas 05c38b9d73 Merge pull request #81295 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.03 -> 0.02.05
2020-02-29 12:05:22 -05:00
Mario Rodas f54bbc35e6 Merge pull request #81291 from r-ryantm/auto-update/Amiri
amiri: 0.111 -> 0.112
2020-02-29 12:02:57 -05:00
Mario Rodas e12e5b6910 Merge pull request #80839 from r-ryantm/auto-update/libite
libite: 2.1.0 -> 2.1.2
2020-02-29 12:00:37 -05:00
Mario Rodas a62885df5a Merge pull request #80912 from r-ryantm/auto-update/lsscsi
lsscsi: 0.30 -> 0.31
2020-02-29 11:53:32 -05:00
Mario Rodas a2cc484e15 Merge pull request #80867 from r-ryantm/auto-update/alsa-plugins
alsaPlugins: 1.2.1 -> 1.2.2
2020-02-29 11:52:27 -05:00
Mario Rodas c4982cf2ef Merge pull request #80872 from r-ryantm/auto-update/alsa-utils
alsaUtils: 1.2.1 -> 1.2.2
2020-02-29 11:52:11 -05:00
Mario Rodas 89e86c67cd Merge pull request #81385 from bhipple/u/rust-cargo-git-backup
git-backup: upgrade cargo fetcher and cargoSha256
2020-02-29 11:49:37 -05:00
Mario Rodas f727955f3b Merge pull request #81375 from bhipple/u/rust-cargo-pueue
pueue: upgrade cargo fetcher and cargoSha256
2020-02-29 11:36:14 -05:00
Aaron Andersen a638d48254 Merge pull request #79829 from stigtsp/package/perl-openapi-client-init
perlPackages.OpenAPIClient: init at 0.24
2020-02-29 11:26:22 -05:00
Benjamin Hipple 64b1993b81 git-backup: upgrade cargo fetcher and cargoSha256 2020-02-29 11:20:47 -05:00
Mario Rodas 75249fa2a4 Merge pull request #81372 from r-ryantm/auto-update/python3.7-GooCalendar
python37Packages.goocalendar: 0.6 -> 0.7.0
2020-02-29 10:51:23 -05:00
Mario Rodas e3b9239372 Merge pull request #81350 from r-ryantm/auto-update/ocaml4.07.1-ppx_deriving
ocamlPackages.ppx_deriving: 4.4 -> 4.4.1
2020-02-29 10:49:44 -05:00
Benjamin Hipple 02115d3fa1 pueue: upgrade cargo fetcher and cargoSha256 2020-02-29 10:38:32 -05:00
Aaron Andersen 5a586cd1d9 Merge pull request #80883 from r-ryantm/auto-update/crispy-doom
crispyDoom: 5.6.4 -> 5.7
2020-02-29 10:35:08 -05:00
Aaron Andersen 2589643417 Merge pull request #81121 from stigtsp/package/perl-applify-init
perlPackages.Applify: init at 0.21
2020-02-29 10:24:39 -05:00
Aaron Andersen 45b16781f1 Merge pull request #81180 from stigtsp/package/perl-text-lorem-init
perlPackages.TextLorem: init at 0.3
2020-02-29 10:21:25 -05:00
Michael Weiss c1e77269cf neatvnc: Disable the CPU acceleration by default
For Nixpkgs it seems best to disable the usage of CPU extensions by
default as older CPUs don't support them which will result in a crash at
runtime (SIGILL: Illegal instruction) [0].
The performance on my old test system was more than enough anyway
(usually ~10% CPU usage due to wayvnc).

[0]: https://github.com/any1/neatvnc/issues/21
2020-02-29 15:32:39 +01:00
R. RyanTM 89d7cc11c1 python37Packages.goocalendar: 0.6 -> 0.7.0 2020-02-29 13:53:00 +00:00
Michael Weiss cf6477076b wob: 0.6 -> 0.7 2020-02-29 14:44:46 +01:00
Yegor Timoshenko 6602e9ad5b Merge pull request #79776 from emilazy/update-source-han-fonts
source-han-{sans,serif,mono}: {update,refactor,init}
2020-02-29 15:07:06 +03:00
Yegor Timoshenko 8193658787 Merge pull request #79762 from emilazy/update-noto-fonts
noto-fonts{,-extra,-cjk}: update
2020-02-29 15:06:21 +03:00
Emily 6eb45bf38a source-han-{sans,serif,mono}: {update,refactor,init}
* source-han-sans: 1.004R -> 2.001
* source-han-serif: switch to Super OTC
* source-han-mono: init at 1.002

The Source Han fonts now use shared package infrastructure, and the
Super OTC distributions, which unify the various scripts into a single
bundle file, improving automatic font selection and reducing overall
disk space usage. This also means that the Traditional
Chinese—Hong Kong language variant is now included.

The old package names including language are aliased to the Super OTC
bundle packages.
2020-02-29 14:57:27 +03:00
Benjamin Hipple c580dfc0ce viu: upgrade cargo fetcher and cargoSha256 (#81240)
Infra upgrade as part of #79975; no functional change expected.
2020-02-29 12:49:19 +01:00
Emily cf792da835 noto-fonts-cjk: 1.004 -> 2.001 2020-02-29 14:43:02 +03:00
Suwon Park 7948e6785b nixos/manual: add environment.systemPackages option in an example
The environment.systemPackages option lacks in the example which is used in the next paragraph to explain merging of the options defined by multiple modules.
2020-02-29 12:11:42 +01:00
Emily fe690a84eb noto-fonts{,-extra}: 2018-11-30 -> 2020-01-23 2020-02-29 14:09:23 +03:00
Mario Rodas 4406e51a1e Merge pull request #81360 from r-ryantm/auto-update/powerstat
powerstat: 0.02.21 -> 0.02.22
2020-02-29 06:02:16 -05:00
Mario Rodas b16403b155 Merge pull request #81343 from marsam/update-certigo
certigo: 1.11.0 -> 1.12.1
2020-02-29 05:58:49 -05:00
Mario Rodas 71fa9c5a1a Merge pull request #81315 from zowoq/buildah
buildah: 1.14.0 -> 1.14.1
2020-02-29 05:56:13 -05:00
Peter Simons 10da6658ad ShellCheck: record the URL of the upstream issues our patches fix 2020-02-29 11:34:32 +01:00
Peter Simons 8947cba160 ShellCheck: let Hydra compile the binary 2020-02-29 11:11:24 +01:00
Peter Simons 376ff258b5 stylish-cabal: fix the build
We can still compile the package with ghc-8.6.5. Later
compiler versions don't work, unfortunately.
2020-02-29 11:10:19 +01:00
Peter Simons a6130f1848 hackage2nix: mark stylish-cabal broken
https://github.com/pikajude/stylish-cabal/issues/12
2020-02-29 10:58:46 +01:00
R. RyanTM 03fbecff08 powerstat: 0.02.21 -> 0.02.22 2020-02-29 09:56:31 +00:00
lewo a83ffc02d4 Merge pull request #80858 from jerith666/chef-47
chefdk: 2.4.17 -> 4.7.73
2020-02-29 09:38:32 +01:00
R. RyanTM ece763e629 ocamlPackages.ppx_deriving: 4.4 -> 4.4.1 2020-02-29 06:16:02 +00:00
Matt McHenry 3a0e58d8f7 chefdk: broken on aarch64 2020-02-28 22:33:06 -05:00
Austin Seipp 806fac5d10 itktcl: wibble [NFC]
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 21:03:35 -06:00
Austin Seipp 84878c923c incrtcl: export ITCL_LIBRARY for downstream users
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 21:03:35 -06:00
worldofpeace 8913745573 Merge pull request #81319 from mdorman/pam_ssh_agent_auth
pam_ssh_agent_auth: fix dependency on insecure openssl
2020-02-29 02:02:52 +00:00
Austin Seipp 6e797033c8 itktcl: init at 4.1.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 19:57:39 -06:00
Austin Seipp 87f098f094 incrtcl: chores, maintain it, touch up results
Soon, this will be needed for the Bluespec compiler.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-02-28 19:56:11 -06:00
Yegor Timoshenko c6c200f118 Merge pull request #79679 from emilazy/fix-gdouros-font-licenses
fonts/gdouros: correct license to unfree
2020-02-29 03:58:57 +03:00
Emily 05a9b7fe2a fonts/gdouros: correct license to unfree 2020-02-29 03:54:48 +03:00
worldofpeace 2a09750de8 Merge pull request #80555 from kjuvi/khronos
khronos: init at 1.0.5
2020-02-29 00:53:45 +00:00
worldofpeace 1a67cb91ad Merge pull request #81296 from r-ryantm/auto-update/gnome-characters
gnome3.gnome-characters: 3.32.1 -> 3.34.0
2020-02-29 00:35:17 +00:00