3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

235700 commits

Author SHA1 Message Date
adisbladis d1b0eef9b5
emacs: Don't use interpolation for version 2020-07-24 12:10:54 +02:00
adisbladis 807e8e053c
emacs: Always add cairo as a build input if X is enabled 2020-07-24 03:16:17 +02:00
adisbladis e890823467
emacs: Add native builds for nativeComp enabled emacsen 2020-07-24 03:16:17 +02:00
adisbladis bf9e3b8dbf
emacs: Add native-comp feature branch infrastructure 2020-07-23 20:34:40 +02:00
adisbladis 24fd45ad8b
emacs: Add jansson & harbuzz inputs
These are required for emacs 27 and above and the nix-community emacs
overlay are adding these via overrides.

Add these already on emacs 26 to be forwards compatible and require
less overrides in the overlay.
2020-07-23 20:34:39 +02:00
Daniël de Kok bb259afcc6
Merge pull request #93692 from danieldk/onednn-test-baseline-simd
oneDNN: use SSE 4.1 when running tests
2020-07-23 20:27:21 +02:00
Daniël de Kok 2acbca9b92
Merge pull request #93696 from dywedir/just
just: 0.6.0 -> 0.7.1
2020-07-23 20:23:32 +02:00
Tim Steinbach d5e90de846
oh-my-zsh: 2020-07-18 -> 2020-07-23 2020-07-23 13:43:01 -04:00
Tim Steinbach e3973f71b7
linux/hardened/patches/5.7: 5.7.9.a -> 5.7.10.a 2020-07-23 13:41:59 -04:00
Tim Steinbach 534ea8d3bc
linux/hardened/patches/5.4: 5.4.52.a -> 5.4.53.a 2020-07-23 13:41:57 -04:00
Tim Steinbach ac0cc4c59c
linux/hardened/patches/4.19: 4.19.133.a -> 4.19.134.a 2020-07-23 13:41:55 -04:00
Tim Steinbach 6808fbf630
linux/hardened/patches/4.14: 4.14.188.a -> 4.14.189.a 2020-07-23 13:41:49 -04:00
Wael Nasreddine b30286c415
Merge pull request #85322 from Charg/add-terraform-compliance-pkg 2020-07-23 09:08:13 -07:00
Wael Nasreddine bf0d3ff034
bazel-gazelle: 0.20.0 -> 0.21.1 (#93611) 2020-07-23 09:06:22 -07:00
Florian Klink d5aa8ff17c
Merge pull request #93586 from makefu/pkgs/udpt/bump
udpt: 2017-09-27 -> 3.1.1
2020-07-23 17:54:39 +02:00
Florian Klink 8f7a623af6
Merge pull request #92936 from philandstuff/add-yubikey-agent
yubikey-agent: init at 0.1.3
2020-07-23 17:52:30 +02:00
makefu ecdc10db97
release-notes/rl-2009: add remark about udpt complete rewrite 2020-07-23 17:30:05 +02:00
makefu 282c558084
udpt: 2017-09-27 -> 3.1.1
udpt did a complete rewrite from cpp to rust.
This Commit uses rust with cargo to build the package.
The Configuration format changed form .conf to .toml and
the binary changed from udpt to udpt-rs
2020-07-23 17:29:58 +02:00
Michael Weiss 2d6ab6e2f1
Merge pull request #93666 from squalus/ungoogled-20200722
ungoogled-chromium: 81.0.4044.138-1 -> 84.0.4147.89-1
2020-07-23 15:53:47 +02:00
Florian Klink b4784dbb34
Merge pull request #85362 from helsinki-systems/fix-samba-kerberos
samba: Switch back to builtin Heimdal Kerberos
2020-07-23 14:33:06 +02:00
leenaars a113f1d6e9
Sylk: 2.7.2 -> 2.8.0 (#93679) 2020-07-23 11:05:37 +00:00
Diego Rodriguez 2db12af9b7
terraform: 0.13.0-beta3 -> 0.13.0-rc1 (#93682) 2020-07-23 11:02:55 +00:00
Vladyslav M 4973d19644
just: 0.6.0 -> 0.7.1 2020-07-23 12:15:49 +03:00
Daniël de Kok a8a0dfa047
Merge pull request #93646 from cw789/erlang_update
erlangR23: 23.0.2 -> 23.0.3
2020-07-23 10:10:59 +02:00
R. RyanTM 91eca099d3 python37Packages.xarray: 0.15.1 -> 0.16.0 2020-07-23 09:30:48 +02:00
Martin Weinelt 0a3e4d9ff0 ansible_2_8: v2.8.12 -> v2.8.13
https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst#v2-8-13
2020-07-23 09:29:40 +02:00
Martin Weinelt 2a5f2725ec ansible: v2.9.10 -> v2.9.11
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-11
2020-07-23 09:29:40 +02:00
Simon Pettersson 80f960575d nanomsg: buildInputs -> nativeBuildInputs
Using `nativeBuildInputs` instead of `buildInputs` for the cmake dependency since using `buildInputs` prevents the package from being cross compiled to arm.
2020-07-23 09:28:29 +02:00
Daniël de Kok 24737e5beb oneDNN: use SSE 4.1 when running tests
Feature detection may fail, leading to illegal instructions when
running tests. Cap tests at SSE 4.1, which is supported on many
Intel/AMD CPUs since 2006/2007.
2020-07-23 09:04:35 +02:00
ento 4e0f91170f pythonPackages.clikit: fix dependency on crashtest
From clikit's pyproject.toml:

> Crashtest is only needed for Python ^3.6 to provide
> better error messsages
2020-07-23 08:40:28 +02:00
ento aff753d184 pythonPackages.crashtest: mirror the python version range specified in pyproject.toml
Trying to build crashtest with python35 fails with:

> ERROR: Package 'crashtest' requires a different Python: 3.5.9 not in
> '>=3.6,<4.0'
2020-07-23 08:40:28 +02:00
Jan Tojnar ce55b09ad5 python.pkgs.fontforge: disable with Python 2
Since the latest update, fontforge no longer supports building with Python 2. Let's prevent failing builds.
2020-07-23 08:14:28 +02:00
Mario Rodas af5765b0dc
Merge pull request #85681 from Beskhue/improve-descriptions
nixos/acme: improve some descriptions
2020-07-23 00:03:05 -05:00
Mario Rodas 399b1773c1
Merge pull request #93618 from marsam/update-nodejs-10_x
nodejs: 10.21.0 -> 10.22.0, 12.18.2 -> 12.18.3, 14.5.0 -> 14.6.0
2020-07-22 23:20:03 -05:00
worldofpeace 7d557a5d1b
Merge pull request #93685 from bcdarwin/unbreak-etelemetry
python3Packages.etelemetry: unbreak
2020-07-22 21:54:53 -04:00
worldofpeace 78d9dad6df
Merge pull request #92622 from MetaDark/xpadneo
nixos/xpadneo: init at 0.8.1
2020-07-22 21:48:56 -04:00
Mario Rodas bd0eb11616
Merge pull request #93623 from marsam/enable-oneDNN-darwin
oneDNN: 1.5 -> 1.5.1
2020-07-22 20:20:52 -05:00
MetaDark db96d8840f nixos/xpadneo: init at 0.8.1
I just got an Xbox One controller and I wasn't satisfied with the xpad
driver that ships with the Linux kernel

xpadneo supports more features and fixes problems with
incorrect button mappings

https://atar-axis.github.io/xpadneo
2020-07-22 21:08:11 -04:00
Ben Darwin 323ba8a3d5 python3Packages.etelemetry: unbreak by adding correct dependencies 2020-07-22 21:05:49 -04:00
Ben Darwin 14feaae6fb python3Packages.ci-py: init at 1.0.0 2020-07-22 21:05:39 -04:00
Mario Rodas 8b0e3c75ed
nodejs-13_x: drop
Node.js 13.x has reached EOL on June 01, 2020
https://github.com/nodejs/Release/pull/583
2020-07-22 19:58:10 -05:00
Mario Rodas 71532e92db
nodejs-14_x: 14.5.0 -> 14.6.0
https://github.com/nodejs/node/releases/tag/v14.6.0
2020-07-22 19:55:28 -05:00
Mario Rodas fa2b5215d0
nodejs-12_x: 12.18.2 -> 12.18.3
https://github.com/nodejs/node/releases/tag/v12.18.3
2020-07-22 19:54:41 -05:00
worldofpeace 6ca121a479
Merge pull request #93684 from bcdarwin/unbreak-nibabel-reverse-deps
python3Packages.nibabel: unbreak reverse deps
2020-07-22 20:43:58 -04:00
worldofpeace e66b7f6b0b
Merge pull request #93672 from zimbatm/pipewire-0.3.7
pipewire: 0.3.6 -> 0.3.7
2020-07-22 20:29:13 -04:00
Ben Darwin 87479d7d2a python3Packages.ci-info: init at 0.2.0 2020-07-22 20:29:00 -04:00
Ben Darwin e5e0645b57 python3Packages.nibabel: unbreak reverse deps by adding missing packaging dependency 2020-07-22 20:06:39 -04:00
Yannis Koutras 667b4b443c
mattermost-desktop: 4.5.0 -> 4.5.2 (#93667) 2020-07-22 19:52:31 -04:00
Aaron Andersen 9b6a00ba11
Merge pull request #93385 from kini/perlPackages.FilePid/missing-pidfile-patch
perlPackages.FilePid: import Debian patch
2020-07-22 18:14:48 -04:00
zimbatm 4cb0342777
pipewire: 0.3.6 -> 0.3.7 2020-07-22 23:52:51 +02:00