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

168048 commits

Author SHA1 Message Date
R. RyanTM f8865ae0be python37Packages.immutables: 0.6 -> 0.9 (#54719)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-immutables/versions
2019-01-28 17:40:52 +01:00
Matthew Bauer e2fe4c2d49 make-derivation: fix ordering of conditionals
cross should have higher precedence
2019-01-28 11:38:30 -05:00
Peter Jones 0da9489c6a
nixos/netdata: Add option to include extra plugins
New option `extraPluginPaths' that allows users to supply additional
paths for netdata plugins.  Very useful for when you want to use
custom collection scripts.
2019-01-28 09:02:47 -07:00
R. RyanTM 0ef85cca2e lttng-ust: 2.10.2 -> 2.10.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-ust/versions
2019-01-28 16:45:32 +01:00
wucke13 4f40b5e00e getdp: init at 3.0.4 2019-01-28 16:45:13 +01:00
R. RyanTM 07e06f3e0b lttng-tools: 2.10.5 -> 2.10.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-tools/versions
2019-01-28 16:44:56 +01:00
Matthew Bauer febda2b127 Revert "mingw: use current package set for headers"
This reverts commit 0307203693.
2019-01-28 10:42:04 -05:00
Matthew Bauer 9fd1c170cc make-derivation: try to fix stdenv.cc == null conditional
sometimes this gets an infinite recursion error
2019-01-28 10:41:19 -05:00
Michael Weiss e53065a7fa
Merge pull request #54768 from r-ryantm/auto-update/monkeysphere
monkeysphere: 0.42 -> 0.43
2019-01-28 16:26:35 +01:00
Michael Weiss 829d105b58
monkeysphere: Fix the Ed25519 tests
The Ed25519 test was failing inside of the sandbox because /dev/tty is
not available:
### generating ed25519 key for testuser...
gpg: cannot open '/dev/tty': No such device or address
FAILED!
2019-01-28 16:18:39 +01:00
R. RyanTM a4d2c97d5c gzdoom: 3.7.1 -> 3.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gzdoom/versions
2019-01-28 07:17:56 -08:00
Matthew Bauer 82a1153d6d coq-modules: add default to fix eval
We don’t want these to not even evaluate, otherwise we won’t know why
they’re broken. For now, I’ve left these as the latest version for a
default. In the future, maybe we should be smarter about choosing these.

(cherry picked from commit e20b65156c)
2019-01-28 10:16:30 -05:00
markuskowa 5afd11a4d6
Merge pull request #54778 from r-ryantm/auto-update/libosmocore
libosmocore: 0.12.1 -> 1.0.1
2019-01-28 16:15:19 +01:00
Markus Kowalewski daba28a6de
soapysdr: 0.7.0 -> 0.7.1 2019-01-28 16:06:18 +01:00
Matthew Bauer e20b65156c coq-modules: add default to fix eval
We don’t want these to not even evaluate, otherwise we won’t know why
they’re broken. For now, I’ve left these as the latest version for a
default. In the future, maybe we should be smarter about choosing these.
2019-01-28 09:59:10 -05:00
Vincent Demeester a827b02924
minishift: 1.29.0 -> 1.30.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:57:58 +01:00
Pascal Wittmann 0e14595178
pdfpc: 4.3.0 -> 4.3.1_0 2019-01-28 15:57:51 +01:00
Vincent Demeester bd51ec497c
containerd: 1.2.1 -> 1.2.2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:51:23 +01:00
Vincent Demeester 7df5bb1633
kustomize: 1.0.10 -> 1.0.11
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:46:11 +01:00
markuskowa 8474c24343
Merge pull request #54762 from r-ryantm/auto-update/multimon-ng
multimon-ng: 1.1.6 -> 1.1.7
2019-01-28 15:41:51 +01:00
markuskowa 5fdd747353
Merge pull request #54653 from r-ryantm/auto-update/urh
urh: 2.5.4 -> 2.5.5
2019-01-28 15:40:30 +01:00
Matthew Bauer 7e589e5594 make-derivation: fix position in trace
For a long time now, tracing has been broken in Nixpkgs. So when you
have an eval error you would get something like this:

  error: while evaluating the attribute 'buildInputs' of the derivation 'hello-2.10' at /home/mbauer/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:185:11:
  while evaluating 'chooseDevOutputs' at /home/mbauer/nixpkgs/lib/attrsets.nix:474:22, called from undefined position:
  while evaluating 'optionals' at /home/mbauer/nixpkgs/lib/lists.nix:257:5, called from /home/mbauer/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:132:17:

This is coming from how Nix handles string context and how
make-derivation messes with the "name" attribute. This commit should
restore the old behavior so you get a nice line number like:

  error: while evaluating the attribute 'buildInputs' of the derivation 'hello-2.10' at /home/mbauer/nixpkgs/pkgs/applications/misc/hello/default.nix:4:3:
  while evaluating 'chooseDevOutputs' at /home/mbauer/nixpkgs/lib/attrsets.nix:474:22, called from undefined position:
  while evaluating 'optionals' at /home/mbauer/nixpkgs/lib/lists.nix:257:5, called from /home/mbauer/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:132:17:

NOTE: This will still be broken for cross compilation due to the
prefixes we are adding to name.
2019-01-28 09:25:47 -05:00
R. RyanTM 5a3548349f isso: 0.11.1 -> 0.12.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/isso/versions
2019-01-28 06:10:07 -08:00
Michael Weiss 2a051165d5
signing-party: 2.7 -> 2.8 2019-01-28 15:07:25 +01:00
Silvan Mosberger 7088d3f2ed
Merge pull request #54177 from baracoder/smartigt-18_2_4
smartgithg: 18_1_5 -> 18.2.4
2019-01-28 15:04:28 +01:00
Elis Hirwing 63aa9a887f
Merge pull request #54785 from r-ryantm/auto-update/kitty
kitty: 0.13.2 -> 0.13.3
2019-01-28 14:51:57 +01:00
Ryan Mulligan 6cfffbd218
Merge pull request #54781 from r-ryantm/auto-update/librime
librime: 1.3.2 -> 1.4.0
2019-01-28 05:51:09 -08:00
Elis Hirwing 3d6ed83d5b
Merge pull request #54726 from etu/nixos-sks-db-config
nixos/sks: Add option to configure database settings
2019-01-28 14:43:17 +01:00
Herman Fries e036a3d616 smartgithg: 18_1_5 -> 18.2.4
This PR is committed using the new version.
The never version requires JRE 10, actually the changelog mentions
downgrading from JDK11 to 10 because of a bug related to https
but this seams to be fixed by now
https://bugs.openjdk.java.net/browse/JDK-8210005

Also I did not find a `jre` output in jdk11, so the closure size
might increase due to it.
2019-01-28 14:42:27 +01:00
R. RyanTM 4f832c5ad8 kotlin: 1.3.11 -> 1.3.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kotlin/versions
2019-01-28 08:34:48 -05:00
R. RyanTM 955f212d69 kakoune: 2018.10.27 -> 2019.01.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kakoune-unstable/versions
2019-01-28 05:27:36 -08:00
R. RyanTM 3334a02738 python37Packages.fonttools: 3.34.2 -> 3.36.0 (#54722)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fonttools/versions
2019-01-28 14:05:29 +01:00
R. RyanTM b4f58982de kitty: 0.13.2 -> 0.13.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kitty/versions
2019-01-28 04:19:23 -08:00
R. RyanTM 8b4365bf33 kubetail: 1.6.5 -> 1.6.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kubetail/versions
2019-01-28 04:09:22 -08:00
Florian Klink 38be383a6f
Merge pull request #53419 from uvNikita/containers/fix-bridge
nixos/containers: add bridge without address specified
2019-01-28 12:39:13 +01:00
Jan Tojnar d5670caa4e
Merge pull request #54743 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.4.6 -> 4.4.7

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2019-01-28 12:04:36 +01:00
R. RyanTM 2af381973c librime: 1.3.2 -> 1.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librime/versions
2019-01-28 03:02:50 -08:00
R. RyanTM d652f61916 libosmocore: 0.12.1 -> 1.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libosmocore/versions
2019-01-28 02:34:22 -08:00
Michael Raskin 545cbf1bc3
Merge pull request #54632 from fare-patches/master
Update gambit and gerbil from upstream
2019-01-28 10:33:29 +00:00
Michael Raskin 02e58a066f
Merge pull request #54661 from r-ryantm/auto-update/visidata
visidata: 1.5.1 -> 1.5.2
2019-01-28 10:32:23 +00:00
Michael Raskin 8e9bfa350d
Merge pull request #54776 from r-ryantm/auto-update/links2
links2: 2.17 -> 2.18
2019-01-28 10:28:36 +00:00
Elis Hirwing ab5dcc7068
nixos/sks: Add option to configure database settings
This can be used for options to tweak the behavior around the database.
2019-01-28 11:14:37 +01:00
Silvan Mosberger e47fcaed5b
Merge pull request #54194 from vanzef/racer-mode-path-fix
emacsPackagesNg.racer-mode: fix default value for RUST_SRC_PATH
2019-01-28 11:11:07 +01:00
R. RyanTM 33160cfbfe links2: 2.17 -> 2.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/links2/versions
2019-01-28 02:09:58 -08:00
Silvan Mosberger 42b3e89a41
Merge pull request #54644 from r-ryantm/auto-update/xmrig
xmrig: 2.8.3 -> 2.10.0
2019-01-28 10:58:01 +01:00
Silvan Mosberger ced7e99841
Merge pull request #54688 from r-ryantm/auto-update/python3.7-texttable
python37Packages.texttable: 1.5.0 -> 1.6.0
2019-01-28 10:56:03 +01:00
Silvan Mosberger 51d2eed83b
Merge pull request #42838 from teto/kernel_autoconf
[RFC] add ability to merge structured configs
2019-01-28 10:38:00 +01:00
Ivan Solyankin 95cc144a5f emacsPackagesNg.racer-mode: fix default value for RUST_SRC_PATH 2019-01-28 12:36:53 +03:00
R. RyanTM 8c2aaf37fd python37Packages.httpsig: 1.2.0 -> 1.3.0 (#54724)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-httpsig/versions
2019-01-28 10:24:13 +01:00
worldofpeace c0bb14fc4f vscode: update desktop items
These should now be identical to the templates at
https://github.com/Microsoft/vscode/tree/master/resources/linux
2019-01-28 09:06:25 +00:00