3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

164882 commits

Author SHA1 Message Date
R. RyanTM ffe4a9a863 python37Packages.EasyProcess: 0.2.3 -> 0.2.5
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-easyprocess/versions
2018-12-25 10:07:53 +01:00
R. RyanTM f690bfd3f3 python37Packages.pytesseract: 0.2.5 -> 0.2.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/python3.7-pytesseract/versions
2018-12-25 10:07:28 +01:00
Frederik Rietdijk 552d8a70d4 python37: 3.7.1 -> 3.7.2 2018-12-25 10:05:49 +01:00
Frederik Rietdijk 741e00fd10 python36: 3.6.7 -> 3.6.8 2018-12-25 10:05:38 +01:00
R. RyanTM f09e4a42af python37Packages.shellingham: 1.2.7 -> 1.2.8
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-shellingham/versions
2018-12-25 10:05:18 +01:00
R. RyanTM 106d46a0f3 python37Packages.dpkt: 1.9.1 -> 1.9.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/python3.7-dpkt/versions
2018-12-25 10:05:00 +01:00
R. RyanTM 1920ca6a16 python37Packages.affine: 2.2.1 -> 2.2.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/python3.7-affine/versions
2018-12-25 10:04:44 +01:00
R. RyanTM 1fd3323a0d python37Packages.biopython: 1.72 -> 1.73
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-biopython/versions
2018-12-25 10:04:11 +01:00
R. RyanTM af5d0659b3 pdfpc: 4.2.1 -> 4.3.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/pdfpc/versions
2018-12-25 01:02:50 -08:00
Frederik Rietdijk a7844157d1 Merge master into staging-next 2018-12-25 10:01:58 +01:00
R. RyanTM fcfdd1d96f python37Packages.peewee: 3.7.1 -> 3.8.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-peewee/versions
2018-12-25 01:21:47 -05:00
obadz 4ff22f224f mono: move a hyena and pdfmod from mono4 to mono5
Closes #52484
2018-12-25 00:00:58 +00:00
obadz f7cc6f04b2 gnome-sharp: 2.24.1 -> 2.24.4 2018-12-24 23:59:04 +00:00
obadz cd46319bdc gtk-sharp: 2.12.10 -> 2.12.45 2018-12-24 23:58:04 +00:00
obadz 1a40a8e000 gtk-sharp: wrap output executables
Fixes the below build error in gnome-sharp which appeared after #52712

/nix/store/wsqld4bccm0bwjnn1gj9cr32qscz4qk7-gtk-sharp-2.12.10/bin/gapi2-fixup --api=art-api.xml --metadata=./Art.metadata  --symbols=./art-symbols.xml
rm -f generated/* &&    \
/nix/store/wsqld4bccm0bwjnn1gj9cr32qscz4qk7-gtk-sharp-2.12.10/bin/gapi2-codegen --generate art-api.xml \
-I:/nix/store/wsqld4bccm0bwjnn1gj9cr32qscz4qk7-gtk-sharp-2.12.10/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/nix/store/wsqld4bccm0bwjnn1gj9cr32qscz4qk7-gtk-sharp-2.12.10/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/nix/store/wsqld4bccm0bwjnn1gj9cr32qscz4qk7-gtk-sharp-2.12.10/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/nix/store/wsqld4bccm0bwjnn1gj9cr32qscz4qk7-gtk-sharp-2.12.10/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml -I:/nix/store/wsqld4bccm0bwjnn1gj9cr32qscz4qk7-gtk-sharp-2.12.10/lib/pkgconfig/../../share/gapi-2.0/glib-api.xml      \
--outdir=generated --customdir=. --assembly-name=art-sharp      \
--gluelib-name=artsharpglue-2 --glue-filename=glue/generated.c          \
--glue-includes=                                                \
&& touch generated-stamp

Unhandled Exception:
System.MissingMethodException: Method 'string.Split' not found.
  at GtkSharp.Generation.SimpleGen..ctor (System.String ctype, System.String type, System.String default_value) [0x00000] in <d117698e7b8a4f9b867143c99aa161ba>:0
  at GtkSharp.Generation.SymbolTable..ctor () [0x00011] in <d117698e7b8a4f9b867143c99aa161ba>:0
  at GtkSharp.Generation.SymbolTable.get_Table () [0x0000a] in <d117698e7b8a4f9b867143c99aa161ba>:0
  at GtkSharp.Generation.CodeGenerator.Main (System.String[] args) [0x0003e] in <d117698e7b8a4f9b867143c99aa161ba>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.MissingMethodException: Method 'string.Split' not found.
  at GtkSharp.Generation.SimpleGen..ctor (System.String ctype, System.String type, System.String default_value) [0x00000] in <d117698e7b8a4f9b867143c99aa161ba>:0
2018-12-24 23:31:40 +00:00
Orivej Desh 18a5e8c36b licenses: update SPDX IDs (#52711)
See the bottom of https://spdx.org/licenses/ for the list of deprecations.

The explicit URLs of agpl3Plus and gpl2Classpath were dropped because the
default SPDX URL is correct.

wxWindows ID had wrong capitalization.
2018-12-24 23:29:58 +00:00
Ryan Mulligan 8f1bc6ce7a
Merge pull request #52785 from r-ryantm/auto-update/python3.7-nvchecker
python37Packages.nvchecker: 1.2.7 -> 1.3
2018-12-24 15:20:51 -08:00
Bas van Dijk 4b033e3e49
Merge pull request #52794 from LumiGuide/opencv_contrib-4.0.1
opencv4: opencv_contrib: 4.0.0 -> 4.0.1
2018-12-24 23:56:38 +01:00
Jörg Thalheim 1f18973d53
Merge pull request #52640 from freepotion/boohu-0.11.1-to-0.12
boohu: 0.11.1 -> 0.12.0
2018-12-24 23:44:33 +01:00
Jan Tojnar ff22d90308
mesa_noglu: fix build
LLVM’s `LLVM_TARGETS_TO_BUILD` build flag defauls to `all`, which contains
`AMDGPU` among others. [1] Changes in llvm [2] switched to explicitly listing
host and target platforms, excluding the AMDGPU target, which is required
for Mesa to build.

[1]: db50b6fe39/CMakeLists.txt (L286-L302)
[2]: https://github.com/NixOS/nixpkgs/pull/52031
2018-12-24 23:41:36 +01:00
Bas van Dijk e36ab216ec opencv4: opencv_contrib: 4.0.0 -> 4.0.1 2018-12-24 23:37:12 +01:00
Vladyslav M 8b145277bf
Merge pull request #52781 from r-ryantm/auto-update/qjackctl
qjackctl: 0.5.3 -> 0.5.5
2018-12-24 23:32:37 +02:00
Vladyslav M c9dd7b46e6
Merge pull request #52784 from marsam/diskus-enable-darwin
diskus: enable build on darwin
2018-12-24 23:26:13 +02:00
Ben Wolsieffer 369af2f5b2 lvm2: disable parallel building 2018-12-24 15:10:48 -05:00
José Romildo Malaquias 5b1fb49416 matcha: move to pkgs/data/themes 2018-12-24 18:10:13 -02:00
José Romildo Malaquias dd915395c4 matcha: 2018-11-12 -> 2018-12-24 2018-12-24 18:04:05 -02:00
R. RyanTM 80ceb35158 python37Packages.nvchecker: 1.2.7 -> 1.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/python3.7-nvchecker/versions
2018-12-24 11:46:37 -08:00
Mario Rodas 9477cad1e1
diskus: enable build on darwin 2018-12-24 14:22:05 -05:00
Michael Raskin aac3ae3be6
Merge pull request #52762 from r-ryantm/auto-update/sysdig
linuxPackages.sysdig: 0.24.1 -> 0.24.2
2018-12-24 18:18:04 +00:00
R. RyanTM b177bbfe67 qjackctl: 0.5.3 -> 0.5.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qjackctl/versions
2018-12-24 09:53:59 -08:00
Tim Steinbach 24cdaa7b48
linux-libre: 15715 -> 15814 2018-12-24 12:33:24 -05:00
Tim Steinbach 8f9c2f9726
linux: Add 4.20 2018-12-24 12:33:24 -05:00
markuskowa 2cff8cd5d8
Merge pull request #52757 from r-ryantm/auto-update/wavebox
wavebox: 4.5.5 -> 4.5.9
2018-12-24 17:41:26 +01:00
markuskowa 3dec2dfe1d
Merge pull request #52688 from r-ryantm/auto-update/rtl_433
rtl_433: 18.05 -> 18.12
2018-12-24 17:35:33 +01:00
Sander van der Burg a27aa247c0
Merge pull request #50596 from svanderburg/mobile-updates
Mobile updates
2018-12-24 15:52:33 +01:00
R. RyanTM 60be98f697 skrooge: 2.16.2 -> 2.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/skrooge/versions
2018-12-24 06:43:47 -08:00
Jan Tojnar 192f4171d8
llvm: allow passing arbitrary targets
Mesa requires AMDGPU target but previously, we only allowed a pre-defined set
of targets.
2018-12-24 15:38:55 +01:00
Alexey Shmalko a5306b311b
Merge pull request #52768 from r-ryantm/auto-update/stellarium
stellarium: 0.18.2 -> 0.18.3
2018-12-24 16:38:24 +02:00
Alexey Shmalko 5e1f3016f7
Merge pull request #52769 from gilligan/skopeo-0134
skopeo: 0.1.32 -> 0.1.34
2018-12-24 16:37:45 +02:00
Maximilian Bosch 8ae753e283
Merge pull request #52744 from Ma27/fix-osquery
osquery: fix build
2018-12-24 15:33:51 +01:00
Matthew Bauer badc0a05f9
Merge pull request #52747 from marsam/init-guff
guff: init at 0.1.0
2018-12-24 08:26:41 -06:00
Maximilian Bosch 8934dae2c3
osquery: fix build
As discussed in #51756, recently packaged versions of `lvm2` miss the
`lvm2app.h` header which breaks the osquery build.

Please note that this simply fixes the build and is not an upgrade. The
CMake patches are fairly diverged in constrast to the current upstream
packaging which requires a lot more effort I can't provide ATM.

cc @markuskowa @hedning
2018-12-24 15:16:26 +01:00
Jan Tojnar ef935fa101
Merge branch 'master' into staging 2018-12-24 15:02:29 +01:00
Jan Tojnar dd3eea4b47
goffice: add lasem support
Also split outputs
2018-12-24 15:01:45 +01:00
Jan Tojnar 9cf3c1f52e
lasem: init at 0.4.3 2018-12-24 15:01:45 +01:00
Jan Tojnar eee2410062
gnumeric: 1.12.43 → 1.12.44
Also remove entity definitions, gnumeric now inlines them:

https://bugzilla.gnome.org/show_bug.cgi?id=790226
2018-12-24 15:01:45 +01:00
Jan Tojnar bdf46079f5
goffice: add updateScript 2018-12-24 15:01:44 +01:00
Vincent Laporte daaba731a7 ocamlPackages.csv-lwt: init at 2.2 2018-12-24 14:57:07 +01:00
obadz 60739e534d
Merge pull request #52712 from obadz/mono
mono: drop minor versions and upgrade to 5.16.0.220
2018-12-24 13:47:18 +00:00
zimbatm d06f798ce7
Merge pull request #51566 from adisbladis/google-oslogin
GCE OSLogin module: init
2018-12-24 14:11:49 +01:00