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 |
|
obadz
|
013927f93c
|
mono: llvm fork update 3.4svn-mono-f9b1a74368 -> 3.6-mono-2017-02-15
Also now builds with --enable-llvmloaded.
Extracted by @obadz from @abbradar's #23295
https://github.com/NixOS/nixpkgs/commit/d27768ac1bb06aa4471dc5bcd500a583bd4ece24
|
2018-12-23 21:37:06 +00:00 |
|
obadz
|
1be47a2c00
|
mono: renamed generic-cmake.nix -> generic.nix
|
2018-12-23 21:37:05 +00:00 |
|
obadz
|
57754ca28a
|
mono: delete two unused files
deleted: generic.nix
deleted: pkgconfig-before-gac-5x.patch
|
2018-12-23 01:14:42 +00:00 |
|
 Alexander V. Nikolaevandobadz
|
afbd840d24
|
libgdiplus: fix segfaults by patches from master and dropping libungif
Configure script complains, that unable to build gif loading support,
but it's a lie -- it builds against libgif 5, which have DGifOpenFile as
well.
Cherry-picked by @obadz from
https://github.com/NixOS/nixpkgs/pull/36711/commits/8439304ebca3abcbd989131f77d644ab1e61ff90
(libungif was already dropped by commit b41ede5e3a)
|
2018-12-23 00:50:17 +00:00 |
|
 Alexander V. Nikolaevandobadz
|
f382eb7d61
|
libgdiplus: 2.10.9 -> 5.6
A lot of updates from mono-project' folks. Patches dropped, because both
merged upstream.
Cherry-picked by @obadz from
https://github.com/NixOS/nixpkgs/pull/36711/commits/e022209def9016a8f53a3898d4a624a784c08c4a
|
2018-12-23 00:46:09 +00:00 |
|
obadz
|
26e8258c41
|
mono5: 5.14.0.177 -> 5.16.0.220
|
2018-12-23 00:04:47 +00:00 |
|
obadz
|
55af73e156
|
mono: only maintain major versions (mono4 & mono5)
|
2018-12-23 00:04:46 +00:00 |
|
 Jörg ThalheimandGitHub
|
fef61378a1
|
Merge pull request #52673 from r-ryantm/auto-update/syncplay
syncplay: 1.6.0 -> 1.6.1
|
2018-12-22 16:02:46 +01:00 |
|
 Robert SchützandGitHub
|
84ad62efc5
|
Merge pull request #52578 from elohmeier/fints
add sepaxml & fints
|
2018-12-22 15:55:22 +01:00 |
|
 Mario RodasandRobert Schütz
|
ddd91fcfab
|
pythonPackages.django_1_11: 1.11.16 -> 1.11.17 (#52636)
|
2018-12-22 15:30:11 +01:00 |
|
 Jörg ThalheimandGitHub
|
56eba4ee6f
|
Merge pull request #52677 from r-ryantm/auto-update/src
src: 1.18 -> 1.22
|
2018-12-22 14:57:52 +01:00 |
|
 Ryan MulliganandGitHub
|
d60f6d2d5d
|
Merge pull request #52213 from r-ryantm/auto-update/librime
librime: 1.3.1 -> 1.3.2
|
2018-12-22 05:44:28 -08:00 |
|
 Jan TojnarandGitHub
|
c0fddd0948
|
Merge pull request #52660 from worldofpeace/wayland-extrasession-fix
nixos/displayManager: only install wayland sessions if they exist in …
|
2018-12-22 14:41:00 +01:00 |
|
 Timo KaufmannandGitHub
|
c7de873f94
|
Merge pull request #52658 from r-ryantm/auto-update/zim
zim: 0.68 -> 0.69
|
2018-12-22 14:37:30 +01:00 |
|
Timo Kaufmann
|
1d04be420c
|
zim: mark as broken for darwin
Has been broken for about a year already.
|
2018-12-22 14:10:09 +01:00 |
|
R. RyanTM
|
8f369b9302
|
src: 1.18 -> 1.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/src/versions
|
2018-12-22 05:05:27 -08:00 |
|
R. RyanTM
|
c1b7c345de
|
syncplay: 1.6.0 -> 1.6.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/syncplay/versions
|
2018-12-22 04:18:23 -08:00 |
|
 Jörg ThalheimandGitHub
|
5bae6dea20
|
Merge pull request #52669 from r-ryantm/auto-update/verilator
verilator: 4.006 -> 4.008
|
2018-12-22 12:51:50 +01:00 |
|
 Jörg ThalheimandGitHub
|
e0a64fbb7c
|
Merge pull request #52032 from Izorkin/nginx-unit
unit: 1.6 -> 1.7
|
2018-12-22 12:38:44 +01:00 |
|
R. RyanTM
|
d4021ad9e4
|
verilator: 4.006 -> 4.008
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/verilator/versions
|
2018-12-22 03:33:41 -08:00 |
|
Robert Schütz
|
f9d5ac9bff
|
home-assistant: 0.84.3 -> 0.84.6
|
2018-12-22 12:00:19 +01:00 |
|
 Jörg ThalheimandGitHub
|
5b216291fe
|
Merge pull request #52648 from asymmetric/solc-0.5.2
solc: 0.5.1 -> 0.5.2
|
2018-12-22 11:47:10 +01:00 |
|
 Vladyslav MandGitHub
|
7bc1ce6354
|
Merge pull request #52665 from r-ryantm/auto-update/wireguard-tools
wireguard-tools: 0.0.20181119 -> 0.0.20181218
|
2018-12-22 12:21:10 +02:00 |
|
 R. RyanTMandTimo Kaufmann
|
688afbd7df
|
whipper: 0.7.2 -> 0.7.3 (#52662)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/whipper/versions
|
2018-12-22 11:10:47 +01:00 |
|
 R. RyanTMandTimo Kaufmann
|
76e7572a1f
|
vault: 1.0.0 -> 1.0.1 (#52664)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vault/versions
|
2018-12-22 11:09:02 +01:00 |
|
 Jörg ThalheimandGitHub
|
ea10141de4
|
Merge pull request #52030 from r-ryantm/auto-update/redis
redis: 5.0.1 -> 5.0.3
|
2018-12-22 11:03:02 +01:00 |
|
 Ivan KozikandRobert Schütz
|
12dcd34097
|
pythonPackages.manhole: disable tests (#52666)
`python: process-tests: 1.2.1 -> 2.0.0` included the change
https://github.com/ionelmc/python-process-tests/commit/e6d4f4db27f61ebeb9dc451c12b8fb846d0f3728
which removed setup_coverage and thus broke manhole's tests.
|
2018-12-22 10:53:35 +01:00 |
|
Domen Kožar
|
2088ae10a3
|
jre: use adoptopenjdk-jre-bin on aarch
|
2018-12-22 09:15:51 +00:00 |
|
R. RyanTM
|
76c2f7129e
|
wireguard-tools: 0.0.20181119 -> 0.0.20181218
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions
|
2018-12-22 01:12:34 -08:00 |
|
Izorkin
|
eaf136b6b8
|
unit: 1.6 -> 1.7
|
2018-12-22 11:23:38 +03:00 |
|
Jörg Thalheim
|
88fbb32522
|
pythonPackages.thumbor: 6.5.2 -> 6.6.0
now compatible with our pillow
|
2018-12-22 09:23:17 +01:00 |
|
worldofpeace
|
94af8ebde2
|
nixos/displayManager: only install wayland sessions if they exist in extraSessionFilePackages
Not everyone is using wayland just yet.
|
2018-12-22 01:15:09 -05:00 |
|
 Jörg ThalheimandGitHub
|
c485a491db
|
Merge pull request #52642 from freepotion/ivan-054-to-055
ivan: 054 -> 055
|
2018-12-22 07:04:08 +01:00 |
|
R. RyanTM
|
58452342fd
|
zim: 0.68 -> 0.69
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zim/versions
|
2018-12-21 21:58:48 -08:00 |
|
 Jörg ThalheimandGitHub
|
907e88c1d1
|
Merge pull request #52607 from lopsided98/python-sh-disable-tests
pythonPackages.sh: fix tests on Python 3.7
|
2018-12-22 06:53:08 +01:00 |
|
Franz Pletz
|
12e57cbb61
|
gitea: fix version in app
|
2018-12-22 04:33:16 +01:00 |
|
 Dmitry KalinkinandGitHub
|
0d7546c0c2
|
Merge pull request #52623 from erictapen/pdfjs
qutebrowser: fix pdfjs
|
2018-12-21 22:18:47 -05:00 |
|
 Franz PletzandGitHub
|
b35d93731d
|
Merge pull request #52646 from etu/update-gitea
gitea: 1.6.0 -> 1.6.2
|
2018-12-22 02:24:38 +00:00 |
|
Herwig Hochleitner
|
48d08bea5a
|
emacsPackages: update elpa and org generated
cc @ttuegel
|
2018-12-22 02:46:43 +01:00 |
|
Herwig Hochleitner
|
f097a16992
|
clojure: add $out/bin to wrapper PATH
without this, the `clj` command calls into system path, instead of its
own `clojure` command
cc @the-kenny
|
2018-12-22 02:41:42 +01:00 |
|
Ben Wolsieffer
|
d08254f7ff
|
pythonPackages.sh: disable failing tests on Darwin
|
2018-12-21 17:58:43 -05:00 |
|
Lorenzo Manacorda
|
b3fe6fb1c6
|
solc: 0.5.1 -> 0.5.2
|
2018-12-21 23:42:59 +01:00 |
|
 Dmitry KalinkinandGitHub
|
62aea9510c
|
Merge pull request #51796 from bachp/dsview-0.99
dsview: init at 0.99
|
2018-12-21 17:40:40 -05:00 |
|
 Tor Hedin BrønnerandGitHub
|
8ed71e836a
|
Merge pull request #51712 from dtzWill/fix/mercurial-zsh-completions
mercurial: install zsh completions
|
2018-12-21 23:23:39 +01:00 |
|
Elis Hirwing
|
a87fd222c8
|
gitea: 1.6.0 -> 1.6.2
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.6.1
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.6.2
|
2018-12-21 23:07:47 +01:00 |
|
Will Dietz
|
3ce8b3cb3b
|
mercurial: fix bash completion, correct comment
|
2018-12-21 16:04:15 -06:00 |
|