Commit graph

144946 commits

Author SHA1 Message Date
Benno Fünfstück f2dfe8b9e6
adoptopenjdk: autogenerate sources + add support for aarch64 (#52454)
* adoptopenjdk: autogenerate sources + add support for aarch64

* adoptopenjdk-bin: use python-withPackages for shebang

Co-Authored-By: bennofs <benno.fuenfstueck@gmail.com>
2018-12-18 20:28:23 +01:00
Jörg Thalheim e116aa1d4b
Merge pull request #52128 from tilpner/add-mkdocs
mkdocs: 0.17.5 -> 1.0.4
2018-12-18 19:26:03 +00:00
Robert Schütz 23859991e9
adoptopenjdk-bin: use python-withPackages for shebang
Co-Authored-By: bennofs <benno.fuenfstueck@gmail.com>
2018-12-18 20:24:58 +01:00
Edmund Wu ceb89f042e vscode-extensions.WakaTime.vscode-wakatime: 1.2.4 -> 1.2.5 2018-12-18 14:08:08 -05:00
Matthew Bauer 2af689bf47
Merge pull request #52495 from frlan/Geany/Maintainer
Geany: Taking over maintainership
2018-12-18 13:02:58 -06:00
Edmund Wu 96203f5fc3 wakatime: 10.2.1 -> 10.6.0 2018-12-18 14:02:42 -05:00
R. RyanTM 6da82e7c35 python37Packages.fonttools: 3.32.0 -> 3.33.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/python3.7-fonttools/versions
2018-12-18 14:00:56 -05:00
Frank Lanitz 33fcf39a6e Geany: Taking over maintainership 2018-12-18 19:39:06 +01:00
Will Dietz 2cb1949548 polar-bookshelf: 1.1.1 -> 1.5.1 2018-12-18 12:25:44 -06:00
R. RyanTM a32c2f99ee libraw: 0.19.0 -> 0.19.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/libraw/versions
2018-12-18 13:21:37 -05:00
R. RyanTM 2e64abd82f focuswriter: 1.6.16 -> 1.7.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/focuswriter/versions
2018-12-18 12:34:36 -05:00
Edmund Wu d8b5275d43 vscode-extensions.ms-python.python: 2018.11.0 -> 2018.12.1 2018-12-18 12:27:44 -05:00
Matthew Bauer a6050ab9d0
Merge pull request #52448 from jabranham/fix-emacs
Emacs site-start: Use correct feature name
2018-12-18 11:10:20 -06:00
R. RyanTM 050dad2901 polar-bookshelf: 1.1.0 -> 1.1.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/polar-bookshelf/versions
2018-12-18 12:05:09 -05:00
Graham Christensen 9d7e14fbf3
Merge pull request #52489 from grahamc/shorted-eval-errors
stdenv: shorten evaluation errors when in Hydra
2018-12-18 11:09:26 -05:00
Robert Schütz 7d5c1d8e7a
Merge pull request #51959 from worldofpeace/pagmo-pygmo/fixes
pagmo2, pythonPackages.pygmo fixes
2018-12-18 17:08:06 +01:00
Member Betty d268e3b2c0 aws-google-auth: use python3 (#52445) 2018-12-18 10:59:53 -05:00
Graham Christensen a375d4bfc3
stdenv: shorten evaluation errors when in Hydra
Hydra's page showing evaluation errors is about a mile long, showing
buckets of user-friendly errors, like this:

    in job ‘seyren.aarch64-linux’:
    Package ‘oraclejre-8u191’ in /nix/store/fa9zzkbljkvdavwzirkrr5irg25ymbjl-source/pkgs/development/compilers/oraclejdk/jdk-linux-base.nix:71 has an unfree license (‘unfree’), refusing to evaluate.

    a) For `nixos-rebuild` you can set
      { nixpkgs.config.allowUnfree = true; }
    in configuration.nix to override this.

    b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
      { allowUnfree = true; }
    to ~/.config/nixpkgs/config.nix.

    in job ‘jetbrains.webstorm.x86_64-linux’:
    Package ‘webstorm-2018.3.1’ in /nix/store/fa9zzkbljkvdavwzirkrr5irg25ymbjl-source/pkgs/applications/editors/jetbrains/default.nix:230 has an unfree license (‘unfree’), refusing to evaluate.

    a) For `nixos-rebuild` you can set
      { nixpkgs.config.allowUnfree = true; }
    in configuration.nix to override this.

    b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
      { allowUnfree = true; }
    to ~/.config/nixpkgs/config.nix.

This makes it extremely hard to find actual issues in the output. This
patch set makes the output much more condensed in Hydra:

    Failed to evaluate nifticlib-2.0.0: «unsupported»: is not supported on ‘x86_64-apple-darwin’
    Failed to evaluate dmd-2.081.2: «unsupported»: is not supported on ‘aarch64-unknown-linux-gnu’
    Failed to evaluate dmdBuild-2.081.2: «unsupported»: is not supported on ‘aarch64-unknown-linux-gnu’
    Failed to evaluate ldc-1.11.0: «unsupported»: is not supported on ‘aarch64-unknown-linux-gnu’
    Failed to evaluate ldcBuild-1.11.0: «unsupported»: is not supported on ‘aarch64-unknown-linux-gnu’
    Failed to evaluate ldc-0.17.5: «unsupported»: is not supported on ‘aarch64-unknown-linux-gnu’
    Failed to evaluate ldcBuild-0.17.5: «unsupported»: is not supported on ‘aarch64-unknown-linux-gnu’
2018-12-18 10:50:53 -05:00
Will Dietz c2cde10f30 vivid: init at 0.4.0 2018-12-18 09:39:14 -06:00
R. RyanTM f486f475e7 notejot: 1.4.7 -> 1.5.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/notejot/versions
2018-12-18 10:14:17 -05:00
R. RyanTM 66a6445f66 python36Packages.ase: 3.16.2 -> 3.17.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/python3.6-ase/versions
2018-12-18 10:11:50 -05:00
Chris Ostrouchov 19d077a157 pythonPackages.pygmo: 2.8 -> 2.9 refactor fix broken package
Introduce a `pagmo2WithPython` which overrides the pagmo2 expression
and enables the pygmo build. Then hand it over to `buildPythonPackage`
by making it the src to produce a usable package.
2018-12-18 10:11:49 -05:00
worldofpeace 0adf200ad5 liberation_ttf: v1: 1.07.4 -> 1.07.5 v2: 2.00.1 -> 2.00.4
Upstream moved to github. Using fetchFromGitHub.
2018-12-18 10:10:36 -05:00
worldofpeace b2c6efeaed liberation_ttf: drop binary packages
That means the following attributes are gone:
  - liberation_ttf_v1_binary
  - liberation_ttf_v2_binary

Because of this Libreoffice uses liberation source fonts

I've renamed these attributes because the binary form is gone:

  - liberation_ttf_v1_from_source -> liberation_ttf_v1
  - liberation_ttf_v2_from_source -> liberation_ttf_v2

They're aliases for these.
2018-12-18 10:10:36 -05:00
worldofpeace ec8d663d59 liberationsansnarrow: 1.07.3 -> 1.07.6, rename to liberation-sans-narrow
Upstream also moved to github
2018-12-18 10:10:36 -05:00
worldofpeace de6b13db63 liberationsansnarrow_binary: remove 2018-12-18 10:10:36 -05:00
Chris Ostrouchov 3eb461dedb pagmo2: 2.8 -> 2.9 fix broken package
corrects the library nlopt location as well.
2018-12-18 10:01:25 -05:00
R. RyanTM e60233db00 sundials: 3.2.1 -> 4.0.0
* sundials: 3.2.1 -> 4.0.0 (#52022)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions

* sundials: cleanup
2018-12-18 15:46:05 +01:00
Tim Steinbach 4d14879081
linux: 4.4.167 -> 4.4.168 2018-12-18 09:12:34 -05:00
R. RyanTM fb227af6a0 subsonic: 6.1.3 -> 6.1.5
* subsonic: 6.1.3 -> 6.1.5 (#52019)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/subsonic/versions

* subsonic: license is unfree

Went closed-source since 6.0beta2
See: http://forum.subsonic.org/forum/viewtopic.php?f=4&t=16604#p71128
2018-12-18 15:11:23 +01:00
Robert Schütz db558b31b9 python3.pkgs.git-annex-adapter: 0.2.0 -> 0.2.1 2018-12-18 14:46:10 +01:00
Renaud 2bda02e6b8
Merge pull request #52025 from r-ryantm/auto-update/synthv1
synthv1: 0.9.3 -> 0.9.4
2018-12-18 14:08:26 +01:00
Renaud 52ea0af297
Merge pull request #52092 from gnidorah/fprint
fprint: update packages
2018-12-18 14:06:22 +01:00
Renaud f08a98c59b
Merge pull request #52164 from r-ryantm/auto-update/onig
oniguruma: 6.9.0 -> 6.9.1
2018-12-18 14:05:28 +01:00
Markus Kowalewski f09d369fa5
soapybladerf: 0.3.5 -> 0.4.0
resolves compatability issue with libbladerf-2.0.2
2018-12-18 13:10:41 +01:00
Peter Simons 63576365fe python-osc: update to latest git snapshot 2018-12-18 12:51:33 +01:00
R. RyanTM 53a7d5ec99 squirrel-sql: 3.8.1 -> 3.9.0
* squirrel-sql: 3.8.1 -> 3.9.0 (#52029)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/squirrel-sql/versions

* squirrel-sql: cleanup

* squirrel-sql: don't pass stdenv as a build input
2018-12-18 12:28:01 +01:00
Alexey Shmalko 6e0cfe0696
Merge pull request #52459 from stephengroat/patch-1
terraform_0_11: 0.11.10 -> 0.11.11
2018-12-18 12:59:10 +02:00
Jörg Thalheim 6b69a8c8f5
Merge pull request #51935 from neonfuz/retroarch-menu-fix
retroarch: Remove --menu from wrapper
2018-12-18 10:44:09 +00:00
Renaud 6054276a8e
Merge pull request #52028 from r-ryantm/auto-update/sound-juicer
sound-juicer: 3.16.1 -> 3.24.0
2018-12-18 11:13:07 +01:00
Renaud d486dcbcc1
Merge pull request #52041 from r-ryantm/auto-update/riemann-c-client
riemann_c_client: 1.10.3 -> 1.10.4
2018-12-18 10:57:42 +01:00
Renaud 5f5a2aae81
Merge pull request #52044 from r-ryantm/auto-update/samplv1
samplv1: 0.9.3 -> 0.9.4
2018-12-18 10:29:01 +01:00
Renaud 2db57d1e03
Merge pull request #52053 from r-ryantm/auto-update/pywal
pywal: 3.1.0 -> 3.2.1
2018-12-18 10:27:18 +01:00
Linus Heckemann 70658b2236
Merge pull request #52361 from rardiol/fluidsynth_1
Fluidsynth 1
2018-12-18 09:47:36 +01:00
Linus Heckemann a532c6318a csound: document temp dependency on fluidsynth 1 2018-12-18 09:46:15 +01:00
Linus Heckemann 6bdcc10767 fluidsynth: keep version
This avoids a mass-rebuild for packages which depend on fluidsynth 2.x.
2018-12-18 09:30:32 +01:00
markuskowa 5289fcc422
Merge pull request #47297 from greydot/bladerf
Introduce hardware/bladeRF module
2018-12-18 09:29:32 +01:00
Frederik Rietdijk 826ab7026e Merge master into staging-next 2018-12-18 09:22:17 +01:00
Lana Black 7112cd8822 nixos/hardware/bladeRF: init at 2.0.2
This allows to easily enable bladerf-related udev rules with nixos
configuration.
2018-12-18 08:11:18 +00:00
Franz Pletz 982b5ee26f
Merge pull request #52462 from pacien/wego
wego: 20160407-81d72ff -> 20170403-415efdf
2018-12-18 08:10:00 +00:00
Matthew Bauer dbd0a78e5a
Merge pull request #51854 from pmahoney/freeswitch
Freeswitch
2018-12-17 23:43:25 -06:00
Matthew Bauer 27d0d6d1ce
Merge pull request #51899 from yrashk/luigi-boto3
luigi: include boto3
2018-12-17 23:41:54 -06:00
Matthew Bauer 657220349d
Merge pull request #51422 from hlolli/csoundqt
Csoundqt init 0.9.6-beta2 and python-qt init 3.2
2018-12-17 23:39:12 -06:00
Matthew Bauer 06bf67d7dd
Merge pull request #51018 from plchldr/rtl8821a
rtl8821a: init at 5.1.5
2018-12-17 23:36:36 -06:00
pacien 87c5f36e68 wego: 20160407-81d72ff -> 20170403-415efdf 2018-12-18 05:57:15 +01:00
Jörg Thalheim 97d35b661c
Merge pull request #52460 from Mic92/go-pname
buildGoPackage: also support pname
2018-12-18 04:54:47 +00:00
Matthew Bauer a456a54c18
Merge pull request #52251 from Ericson2314/fix-darwin-bootstrap-cmds
treewide: Use "buildPackages" darwin for bootstrap_cmds
2018-12-17 22:53:14 -06:00
Stephen 7b884b6807
terraform-providers: bump versions 2018-12-17 18:59:30 -08:00
Jörg Thalheim b4593b4629
buildGoPackage: also support pname
Following python-modules and stdenv.mkDerivation.
Hopefully zero rebuilds.

Motivation: https://github.com/NixOS/nixpkgs/pull/52409
2018-12-18 03:57:54 +01:00
Stephen fb66e2d792
terraform_0_11: 0.11.10 -> 0.11.11 2018-12-17 18:49:54 -08:00
Matthew Bauer b0ccd8be8e
Merge pull request #52449 from TomSmeets/gamecube-tools
gamecube-tools: init at v1.0.2
2018-12-17 20:26:04 -06:00
Matthew Bauer 5708fd7671
Merge pull request #52450 from TomSmeets/wiiload-1
wiiload: init at v0.5.1
2018-12-17 20:25:22 -06:00
Henry 26785ae6fa gotop: 1.5.0 -> 1.7.1 2018-12-18 01:52:07 +01:00
Maximilian Bosch b72dc8c2f2
Merge pull request #52189 from r-ryantm/auto-update/apache-maven
maven: 3.5.4 -> 3.6.0
2018-12-18 00:59:30 +01:00
Maximilian Bosch bba4283571
Merge pull request #52299 from r-ryantm/auto-update/insomnia
insomnia: 6.2.0 -> 6.2.3
2018-12-18 00:57:54 +01:00
Jan Tojnar 3380db94b1
gtksourceviewmm: move from gnome3.gtksourceviewmm 2018-12-18 00:46:55 +01:00
Jan Tojnar f10f54b9c4
Merge pull request #51044 from Ma27/use-libsecret-by-default-in-nextcloud-client
nextcloud-client: switch to libsecret and use it by default
2018-12-18 00:35:49 +01:00
Fritz Otlinghaus 758f271fba github-changelog-generator: init at v1.14.3
Signed-off-by: Fritz Otlinghaus <fritz@otlinghaus.it>
2018-12-17 23:28:23 +00:00
Jan Tojnar 0ceb8236bc
Merge pull request #52356 from frlan/Update/Geany/1.34
geany: 1.33 -> 1.34
2018-12-18 00:25:55 +01:00
R. RyanTM 7722c43f0a olm: 2.3.0 -> 3.0.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/olm/versions
2018-12-17 23:23:13 +00:00
volth 0ab6572324 libvirt: 4.7.0 -> 4.10.0 2018-12-17 23:12:44 +00:00
Franz Pletz a2080299e8
aubio: 0.4.7 -> 0.4.8 2018-12-18 00:09:00 +01:00
Franz Pletz 9f6c85bd5e
lldpd: 1.0.1 -> 1.0.3 2018-12-18 00:09:00 +01:00
Franz Pletz 51c8e01676
libressl_2_9: init at 2.9.0 2018-12-18 00:09:00 +01:00
Franz Pletz 949dc60acc
libressl_2_8: 2.8.2 -> 2.8.3 2018-12-18 00:08:59 +01:00
Franz Pletz b7254b6b2c
libressl_2_7: 2.7.4 -> 2.7.5 2018-12-18 00:08:59 +01:00
Franz Pletz 5911d54457
libressl_2_6: remove, not maintained anymore 2018-12-18 00:08:58 +01:00
Matthew Bauer 71594e277c
Merge pull request #52455 from aij/fix-gnustep-base
gnustep.base: Add explicit dependency on libbfd
2018-12-17 16:45:26 -06:00
Franz Pletz d186571653
Merge pull request #52452 from bachp/youtube-dl-2018.12.17
youtube-dl: 2018.11.18 -> 2018.12.17
2018-12-17 22:36:58 +00:00
Franz Pletz 5fc271257e
prometheus_2: 2.4.3 -> 2.6.0 2018-12-17 23:30:12 +01:00
Ivan Jager 8f525e7621 gnustep.base: Add explicit dependency on libbfd
Before beb063a, binutils included a libbfd install, which
is now being removed in postFixup
beb063a103 (diff-c59ce5deea2f4002004fffdb11c5ed57R131)

Fixes #52283
2018-12-17 16:17:00 -06:00
Franz Pletz 54d1529269
Merge pull request #52426 from dtzWill/feature/boost-1.69
boost169: init (at 1.69)
2018-12-17 22:12:07 +00:00
Pascal Bach 28e9a1eef1 youtube-dl: 2018.11.18 -> 2018.12.17 2018-12-17 23:10:39 +01:00
Franz Pletz 033486446c
Merge pull request #51896 from nicknovitski/kubernetes-1.13
kubernetes: 1.12.3 -> 1.13.1
2018-12-17 22:10:03 +00:00
Benno Fünfstück 5a44fef594 adoptopenjdk: autogenerate sources + add support for aarch64 2018-12-17 23:08:56 +01:00
Vincent Laporte 6620de7594 ocamlPackages.atdgen: init at 2.0.0
Atdgen is a command-line program that takes as input type definitions in the
ATD syntax and produces OCaml code suitable for data serialization and
deserialization.

Homepage: https://github.com/mjambon/atd
2018-12-17 21:38:49 +00:00
Renaud 6a80140fdf
Merge pull request #52425 from tadfisher/plata-theme
plata-theme: init at 0.4.9
2018-12-17 22:02:25 +01:00
Renaud 20e2c77621
Merge pull request #52398 from r-ryantm/auto-update/ace
ace: 6.5.2 -> 6.5.3
2018-12-17 21:59:45 +01:00
Tom Smeets f0d3a6e744 wiiload: init at v0.5.1 2018-12-17 21:48:24 +01:00
Tom Smeets 8f25e3d4cd gamecube-tools: init at v1.0.2 2018-12-17 21:37:34 +01:00
Tad Fisher dd99978853 plata-theme: init at 0.4.9 2018-12-17 11:43:50 -08:00
Tor Hedin Brønner cc1d13ae0f
Merge pull request #52298 from eadwu/vscode-with-extensions/empty-extensions-fix
vscode-with-extensions: only add flag if extensions > 0
2018-12-17 20:10:46 +01:00
R. RyanTM ace1f064e8 glabels: 3.4.0 -> 3.4.1
* glabels: 3.4.0 -> 3.4.1 (#52285)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glabels/versions

* glabels: fetch from Gnome mirrors

+ corrected licensing - see https://github.com/jimevins/glabels/blob/glabels-3_4_1/COPYING.README_FIRST
2018-12-17 20:04:10 +01:00
Renaud 8c8c7a6cb9
Merge pull request #52300 from r-ryantm/auto-update/groonga
groonga: 8.0.8 -> 8.0.9
2018-12-17 20:03:40 +01:00
James Kay 72e1764199
libcxx: add linker scripts for libc++.a to ensure libc++abi.a is properly linked 2018-12-17 18:59:19 +00:00
Alex Branham c08ec87fe3
Emacs site-start: Use correct feature name
* pkgs/applications/editors/emacs/site-start.el (tramp-sh): Use
  correct feature name

Tramp upstream recently dropped the autoload cookie from
tramp-remote-path. This makes Emacs error when trying to load tramp.
Using the correct feature name fixes this.
2018-12-17 12:36:40 -06:00
Nick Novitski 18347fc05c kubernetes: 1.12.3 -> 1.13.1 2018-12-17 10:20:09 -08:00
Franz Pletz 19dd528b35
Merge pull request #52432 from akru/master
parity: 2.2.4 -> 2.2.5
2018-12-17 18:15:58 +00:00
gnidorah 024ad6c4d5 libfprint: 0.7.0 -> 0.99.0 2018-12-17 21:04:26 +03:00
gnidorah 26f6c15a42 fprintd: 0.8.0 -> 0.8.1 2018-12-17 20:54:06 +03:00