xeji
9114d13d00
Merge pull request #46910 from dtzWill/update/i7z-0.27.3
...
i7z: 0.27.2 -> 0.27.3, cleanup, various fixes, maintained fork, qt5
2018-09-20 21:28:54 +02:00
Tim Steinbach
7d30b3d10c
linux: 4.18.8 -> 4.18.9
2018-09-20 09:52:48 -04:00
Jörg Thalheim
3388263e82
Merge pull request #46752 from rvolosatovs/feature/gotools
...
Gotools etc. update, remove goimports
2018-09-20 08:16:43 +01:00
Leo R. Lundgren
bbb30c320e
open-vm-tools: 10.1.10 -> 10.3.0
2018-09-20 02:08:45 +02:00
Jan Tojnar
82cc6a7510
Merge pull request #46779 from Ma27/package-ibus-typing-booster
...
ibus-typing-booster: init at 2.1.1
2018-09-19 23:43:56 +02:00
xeji
a0c5dd8a09
arelle: fix build, use current python3 ( #46862 )
...
It was pinned to python34, build failed in dependency
python34Packages.pytest. Use python3(6) instead.
2018-09-19 22:18:29 +02:00
Maximilian Bosch
dee2dab7c6
ibus-engines.typing-booster: init at 2.1.1
...
This package providesa completion input method for faster typing.
See https://mike-fabian.github.io/ibus-typing-booster
Detailed instructions how to activate this IBus engine on your desktop
can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html
A simple VM with the Gnome3 desktop and activated `ibus' looks like
this:
```nix
{
emojipicker = { pkgs, ... }: {
services.xserver = {
enable = true;
desktopManager.gnome3.enable = true;
desktopManager.xterm.enable = false;
};
users.extraUsers.vm = {
password = "vm";
isNormalUser = true;
};
i18n.inputMethod.ibus.engines = [
pkgs.ibus-engines.typing-booster
];
i18n.inputMethod.enabled = "ibus";
virtualisation.memorySize = 2048;
};
}
```
Fixes #38721
2018-09-19 21:27:10 +02:00
Will Dietz
6108d6ada8
i7z: use qt5 for gui (when enabled), various fixes from debian
2018-09-19 14:18:34 -05:00
xeji
d57c9ec407
exempi: fix i686 build ( #46884 )
...
failed with `unknown symbol __divmoddi4`.
Standard fix is to use gcc6.
2018-09-19 16:20:00 +02:00
aszlig
48d1c50f7a
python/hetzner: 0.8.0 -> 0.8.1
...
This is only a minor bugfix release and updates the fallback CA root
certificates. For NixOS this is usually not required as the probe paths
will match there, but for non-NixOS users it might be helpful.
Signed-off-by: aszlig <aszlig@nix.build>
2018-09-19 14:26:13 +02:00
adisbladis
9cc7be6639
Merge pull request #46877 from marsam/feature/fix-noti-darwin
...
noti: fix darwin build
2018-09-19 15:47:23 +08:00
Benjamin Hipple
426c2856d7
pythonPackages.python-binance: init at 0.7.0
...
Library for communicating with the Binance REST API.
2018-09-18 21:44:27 -04:00
Mario Rodas
4c56eb81e9
noti: fix darwin build
2018-09-18 20:13:46 -05:00
John Ericson
35378f0141
Merge pull request #46857 from obsidiansystems/darwin-to-linux-prep
...
misc pkgs: various cross fixes in preparation for darwin->linux
2018-09-18 16:52:30 -04:00
John Ericson
28a323e331
gccCrossStageStatic: Don't use MUSL, or any libc when targetting linux
...
Only the regular GCC is built with a libc dependency.
2018-09-18 16:27:04 -04:00
Frederik Rietdijk
3126be4308
Merge pull request #46627 from costrouc/costrouc/dask-extensions
...
pythonPackages.dask-*: init
2018-09-18 19:24:49 +02:00
Assassinkin
de9fb389f4
pythonPackages.fuse: 0.2.1 -> 0.3.1 | refactor | python3 support
2018-09-18 19:05:34 +02:00
Roger Qiu
31554915a4
pythonPackages.bjoern: init at 2.2.2
2018-09-18 18:51:51 +02:00
Frederik Rietdijk
de419917a3
Merge master into staging-next
2018-09-18 18:44:48 +02:00
Vladyslav Mykhailichenko
336a913f42
pythonPackages.pgspecial: 1.8.0 -> 1.11.2
2018-09-18 14:00:59 +03:00
Jörg Thalheim
7d39e99a1e
Merge pull request #46316 from erosennin/psycopg-2.7.5
...
pythonPackages.psycopg2: 2.7.1 -> 2.7.5
2018-09-18 11:33:06 +01:00
Roger Qiu
9f3c27a104
makefile2graph: init at 2018-01-03 ( #46136 )
2018-09-18 08:03:14 +00:00
Jörg Thalheim
bab28c26f1
Merge pull request #46788 from teto/mypy630
...
python3Packages.mypy: 0.620 -> 0.630
2018-09-18 08:01:53 +01:00
Jörg Thalheim
cb293ec416
Merge pull request #46638 from ryantm/aliases
...
vimPlugins: warn if alias is used inside overrides
2018-09-18 07:54:38 +01:00
Bob van der Linden
6ab1ee4951
heroku: 5.6.32 -> 7.16.0
2018-09-17 22:23:44 +02:00
xeji
8a2bf1319d
Merge pull request #46769 from samueldr/zhf/grub
...
Fixes grub1 installer tests
2018-09-17 19:12:23 +02:00
Matthieu Coudron
676ceb81b7
python3Packages.mypy: 0.620 -> 0.630
...
Now requires mypy_extensions so added it as well.
2018-09-18 00:31:41 +09:00
Danylo Hlynskyi
969a39bd09
zoom-us: 2.3.128305.0716 -> 2.4.129780.0915, QT downgrade ( #46778 )
...
Qt 5.11 was downgraded to 5.9 because of two issues:
- spawns errors like
```
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:20:9: QML BusyIndicator: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
qrc:/qml/SignInWaiting.qml:26:9: QML Text: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
```
- Google login doesn't work. It just doesn't start embedded webbrowser
2018-09-17 16:06:44 +02:00
Samuel Dionne-Riel
ba09b05702
grub: Use gcc6
...
GCC 7 wasn't kind to grub.
2018-09-17 09:31:36 -04:00
Henry
fa58491b9e
nvramtool: init at 4.8.1 ( #46774 )
...
https://www.coreboot.org/Nvramtool
2018-09-17 15:24:25 +02:00
WilliButz
a31a917eb9
codimd: init at 1.2.0
2018-09-17 15:18:52 +02:00
José Romildo Malaquias
395019b38d
sierra-gtk-theme: init at 2018-09-14 ( #46737 )
2018-09-17 10:09:34 +02:00
Roman Volosatovs
d3f49bf5d8
goimports: Remove in favor of gotools
2018-09-17 07:58:04 +02:00
Roman Volosatovs
18e1eee667
richgo: init at 0.2.8
2018-09-16 14:48:43 +02:00
Vincent Laporte
fc19401d67
jbuilder: 1.0.1 -> dune: 1.1.1
2018-09-15 19:32:32 +00:00
Sarah Brofeldt
0fe0f481c7
darcs: unpin ghc (use 8.4.x) version
2018-09-15 19:12:57 +02:00
José Romildo Malaquias
54ab621fa7
matcha: init at 2018-09-14 ( #46693 )
2018-09-15 16:50:24 +02:00
Bob van der Linden
76001b8509
Deedle: 1.2.0 -> 1.2.5 ( #46702 )
2018-09-15 16:18:29 +02:00
Maximilian Bode
e5a5cd4806
apacheKafka: 1.1.0 -> 2.0.0
2018-09-15 10:09:21 -04:00
Bob van der Linden
6a4b9dfa2f
Paket: 1.18.2 -> 5.179.1 ( #46701 )
2018-09-15 16:02:55 +02:00
Franz Pletz
d79e201851
matrique: init at 250
2018-09-15 15:25:49 +02:00
xeji
b78348d1a4
Merge pull request #46687 from mbode/salt_darwin
...
salt: fix darwin build by specifying dependency on tornado 4
2018-09-15 12:38:45 +02:00
xeji
b917bb9449
Merge pull request #46659 from mbode/flink_1_6
...
flink: 1.5 -> 1.6
2018-09-15 12:26:08 +02:00
Maximilian Bode
2438ceb5b4
salt: fix darwin build by specifying dependency on tornado 4
...
/cc ZHF #45961
2018-09-15 10:09:36 +02:00
Maximilian Bode
8125de3b40
flink: drop older versions than current and previous minor release
...
This is consistent with the update policy as laid out in https://flink.apache.org/downloads.html#update-policy-for-old-releases .
2018-09-15 09:38:30 +02:00
Jörg Thalheim
f83a26291f
Merge pull request #46210 from andir/build-rust-crate-changes
...
buildRustCrate: add heuristic to picking the right binary source files
2018-09-15 08:31:29 +01:00
John Ericson
0bfdab21cf
Merge pull request #46574 from obsidiansystems/elf-header
...
elf-header: Init at <libc version>
2018-09-15 01:37:18 -04:00
John Ericson
b8ce6a31f5
elf-header: Init at <libc version>
...
A little shim derivation to get this header for Darwin, where it is
needed for cross compilation.
There's no real reason to do glibc and musl like that, but as I'm
maintaining it I suppose I can go overboard like that.
2018-09-15 01:14:31 -04:00
Bob van der Linden
fb11065050
Newtonsoft.Json: 6.0.8 -> 11.0.2 ( #46679 )
2018-09-15 01:49:57 +02:00
Robert Helgesson
92b51f5cc0
Merge pull request #46609 from jtojnar/whipper
...
whipper: replace morituri
2018-09-15 00:29:09 +02:00
xeji
f06134cb16
Merge pull request #46583 from costrouc/costrouc/quantum-espresso
...
quantum-espresso, siesta init packages for density functional theory calculations
2018-09-15 00:17:25 +02:00
Chris Ostrouchov
a2bc529f22
siesta: init at 4.0.2
2018-09-14 15:40:25 -04:00
Chris Ostrouchov
2c7295ebe0
quantum-espresso: init at 6.3
2018-09-14 15:40:14 -04:00
Jan Tojnar
a74b4cf6ac
whipper: replace morituri
...
morituri has been dead for a while now and uses gst-python which is
no longer supported wth Python 2. whipper is a maintained fork,
packaged, for example, in Arch.
2018-09-14 20:31:33 +02:00
Jan Tojnar
884c629832
accuraterip-checksum: init at 1.5
2018-09-14 20:31:33 +02:00
Maximilian Bode
3de8769c87
flink: 1.5.0 -> 1.6.0
2018-09-14 18:35:06 +02:00
Ryan Mulligan
48c81f0d55
vimPlugins: warn if alias is used inside overrides
2018-09-14 08:59:01 -07:00
Jan Tojnar
7771df135f
Merge pull request #46636 from jtojnar/flatpak-1.0.2
...
flatpak: 0.99.3 → 1.0.2
2018-09-14 14:56:57 +02:00
Symphorien Gibol
cd599c8fa6
pythonPackages.pypillowfight: 0.2 -> 0.2.4
2018-09-14 14:32:32 +02:00
Symphorien Gibol
c3612b97e6
fetchFromGitLab: add a group optional argument
...
For example, paperwork is at https://gitlab.gnome.org/World/OpenPaperwork/paperwork
and you can fetch this repo with group = "World", owner =
"OpenPaperwork", and repo = "paperwork".
2018-09-14 14:30:19 +02:00
xeji
3531c276d5
Merge pull request #46628 from LnL7/darwin-broken-c
...
broken darwin packages (c)
2018-09-14 10:43:40 +02:00
Jan Tojnar
2d19ee6247
xdg-dbus-proxy: init at 0.1.0
2018-09-14 05:09:01 +02:00
Jan Tojnar
b3d079f34a
Merge pull request #46365 from worldofpeace/elementary-variety
...
add various elementary thirdparty applications
2018-09-14 02:17:26 +02:00
Christopher Ostrouchov
9ef31b2f96
papi: init at 5.6.0 ( #46619 )
...
papi is a high resolution performance counter.
2018-09-13 23:35:06 +02:00
Daiderd Jordan
327edb4b1d
cargo-web: mark broken on darwin
...
Looks CoreFoundation related.
Undefined symbols for architecture x86_64:
"_CFURLResourceIsReachable", referenced from:
fsevent_sys::core_foundation::str_path_to_cfstring_ref::h0ea4bd94e2c613f2 in libfsevent_sys-ef30b6879660a6c1.rlib(fsevent_sys-ef30b6879660a6c1.fsevent_sys7-49ce33334334dd3a5c7883bf4070f954.rs.rcgu.o)
ld: symbol(s) not found for architecture x86_64
/cc ZHF #45961
2018-09-13 23:09:05 +02:00
Chris Ostrouchov
bd6873774e
pythonPackages.dask-xgboost: init at 0.1.5
2018-09-13 16:42:25 -04:00
Chris Ostrouchov
72bd196b89
pythonPackages.dask-image: init at 0.1.1
2018-09-13 16:41:58 -04:00
Chris Ostrouchov
ce4b7154ac
pythonPackages.slicerator: init at 0.9.8
2018-09-13 16:41:34 -04:00
Chris Ostrouchov
1a67a15c6f
pythonPackages.pims: init at 0.4.1
2018-09-13 16:41:13 -04:00
Chris Ostrouchov
41cd200b64
pythonPackages.dask-jobqueue: init at 0.4.0
2018-09-13 16:40:58 -04:00
Chris Ostrouchov
32cb956fea
pythonPackages.dask-glm: init at 0.1.0
2018-09-13 16:40:58 -04:00
Chris Ostrouchov
93cdaaa3d4
pythonPackages.dask-ml: init at 0.10.0
2018-09-13 16:40:58 -04:00
Christopher Ostrouchov
e34a9fff1f
scalapack: init at 2.0.2 ( #46610 )
...
Added scalapack with flexibility to choose blas, lapack, and mpi
implementation.
2018-09-13 21:27:47 +02:00
Christopher Ostrouchov
3c2a74719a
parmetis: init at 4.0.3 ( #46615 )
2018-09-13 21:02:17 +02:00
Andreas Rammhold
0f95d05548
buildRustCrate: add test cases
2018-09-13 20:28:39 +02:00
Andreas Rammhold
1371815060
buildRustCrate: extracted builder scripts into dedicated files
...
The build expression got quiet large over time and to make it a bit
easier to grasp the different scripts involved in the build are now
separated from the nix file.
2018-09-13 20:28:39 +02:00
Joachim Fasting
546e511edc
tor-browser-bundle-bin: parameterize icon theme
2018-09-13 17:45:49 +02:00
xeji
ed7b654a21
Merge pull request #46593 from ryantm/aliases
...
treewide: fix `config.allowAliases = false` evaluation
2018-09-13 16:15:43 +02:00
Thomas Tuegel
503962140e
Merge pull request #46483 from bkchr/kde_frameworks
...
kde-frameworks: 5.49 -> 5.50
2018-09-13 08:49:58 -05:00
Ryan Mulligan
f91a79ecc8
treewide: fix config.allowAliases = false
evaluation
2018-09-13 06:47:22 -07:00
Markus J. Ankenbrand
e2df8e7c0f
seaview: init at 4.7 ( #46595 )
2018-09-13 14:10:44 +02:00
Vladyslav Mykhailichenko
af5cea59e7
bat: 0.6.1 -> 0.7.0
2018-09-13 13:30:36 +03:00
Domen Kožar
bef541c569
datadog: add live process monitoring
2018-09-13 09:11:06 +01:00
Uli Baum
1df2560dde
Merge branch 'master' into staging-next
2018-09-13 10:08:53 +02:00
Bastian Köcher
df007e9ffe
kde-frameworks.syndication: Init
2018-09-13 09:28:22 +02:00
Austin Seipp
0f2b10d1ac
libiio: init at 0.15
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-12 23:33:57 -05:00
Alyssa Ross
1ec301ded2
openssl: 1.1.0 -> 1.1.1 ( #46524 )
2018-09-12 23:56:08 +00:00
xeji
decd819911
Merge pull request #46556 from rnhmjoj/lastpass
...
qutebrowser: patch all python scripts
2018-09-12 23:51:40 +02:00
xeji
82a49eb8d2
Merge pull request #46355 from xeji/p/nant-drop
...
nant, boo, banshee: remove
2018-09-12 23:25:37 +02:00
John Ericson
34e3502297
Merge pull request #46517 from srhb/revert-build-host-target-platform-deprecation-master
...
Revert build host target platform deprecation on master
2018-09-12 17:19:16 -04:00
zimbatm
7880cd6752
vault: 0.10.4 -> 0.11.1
...
changelog: https://github.com/hashicorp/vault/blob/v0.11.1/CHANGELOG.md
2018-09-12 20:22:38 +01:00
Robert Schütz
c15a94b6d1
Merge pull request #45644 from jluttine/update-rlp-1.0.2
...
pythonPackages.rlp: 1.0.1 -> 1.0.2 (with some new deps)
2018-09-12 12:55:29 +02:00
Jörg Thalheim
e4393102e6
python-jsonrpc-server: init at 0.0.1
2018-09-12 09:03:08 +01:00
Jaakko Luttinen
80b64a2e04
pythonPackage.backports-shutil-which: init at 3.5.1
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
c9bf7f67b9
pythonPackage.pymsgbox: init at 1.0.6
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
38e86a8f1e
pythonPackages.python-u2flib-host: init at 3.0.3
2018-09-12 08:44:19 +03:00
Jaakko Luttinen
9f8e6148c5
pythonPackages.eth-utils: init at 1.2.0
2018-09-12 08:44:18 +03:00
Jaakko Luttinen
541a13ca0a
pythonPackages.eth-typing: init at 1.1.0
2018-09-12 08:44:18 +03:00
rnhmjoj
dca577a36c
python.pkgs.pykeepass: init at 3.0.2
2018-09-12 03:35:25 +02:00
rnhmjoj
75b2058aff
python.pkgs.pyreadability: init at 0.4.0
2018-09-12 03:23:04 +02:00
Ryan Mulligan
8d4248a4cb
Merge pull request #44657 from costrouc/costrouc/dask-distributed
...
pythonPackages.distributed: 1.15.1 -> 1.22.1
2018-09-11 16:05:58 -07:00
Matthew Bauer
de7c00a2f2
Merge pull request #46471 from jethrokuan/feat/et-book
...
et-book: init at 1.0
2018-09-11 15:24:03 -05:00
Daiderd Jordan
f61279e45b
perl-TestRunCmdLine: disable tests on darwin
...
/cc ZHF #45961
2018-09-11 21:03:57 +02:00
Christopher Ostrouchov
dac171dd5d
merge: fixing changes with nixpkgs since pull-request
...
- pytest-timeout: no longer requires patch
- joblib: was improperly merged with the github merge tool (never
using again)
2018-09-11 14:24:59 -04:00
Jaakko Luttinen
c44504410b
pythonPackages.eth-hash: init at 0.1.14
2018-09-11 17:49:48 +03:00
Timo Kaufmann
8ed666f620
Merge pull request #46522 from alyssais/zsh-history-substring-search
...
zsh-history-substring-search: init at 1.0.1
2018-09-11 16:48:28 +02:00
Samuel Dionne-Riel
288f9c648f
Merge pull request #46501 from LnL7/darwin-perl-Module-Build-XSUtil
...
perl-Module-Build-XSUtil: fix darwin build
2018-09-11 09:55:27 -04:00
leenaars
28ef51244a
pdftag: init at 1.0.3 ( #45666 )
2018-09-11 15:52:46 +02:00
nyanloutre
71a8aafbb8
pythonPackages.block-io: init at 1.1.8
2018-09-11 15:16:51 +02:00
nyanloutre
3ffca639a4
pythonPackages.base58: init at 1.0.0
2018-09-11 15:16:51 +02:00
Alyssa Ross
e2bdf5ea3b
zsh-history-substring-search: init at 1.0.1
2018-09-11 13:59:54 +01:00
Sarah Brofeldt
2a6e4ae49a
Revert "top-level: Deprecate top-level {build,host,target}Platform
"
...
This reverts commit e51f736076
.
2018-09-11 13:25:50 +02:00
Jörg Thalheim
1bdba70b71
Merge pull request #44496 from Yarny0/hylafaxplus
...
Hylafaxplus
2018-09-11 10:48:19 +01:00
Jörg Thalheim
50eca7656d
Merge pull request #46504 from manveru/update-taskjuggler
...
taskjuggler: 3.5.0 -> 3.6.0
2018-09-11 09:14:43 +01:00
adisbladis
f384fdb240
pulseaudio-modules-bt: init at unstable-2018-09-11
2018-09-11 10:16:09 +08:00
Michael Fellinger
bc7c56f2a4
taskjuggler: 3.5.0 -> 3.6.0
2018-09-11 03:06:29 +02:00
Daiderd Jordan
5e8fd8792b
perl-Mouse: fix darwin build
...
/cc ZHF #45961
2018-09-11 00:55:30 +02:00
Daiderd Jordan
dc6b36b994
perl-Module-Build-XSUtil: fix darwin build
...
While building the tests LD gets called with -mmacosx-version-min=10.10
which is a CC flag, causing the build to fail with LD=ld. This is
pretty common with perl packages.
/cc ZHF #45961
2018-09-11 00:28:05 +02:00
volth
50789a0b19
perlPackages: ZHF 18.09 ( #46493 )
2018-09-10 22:13:45 +02:00
Matthew Bauer
40d19d8e7c
Merge pull request #45102 from jbedo/hisat2
...
hisat2: init 2.1.0
2018-09-10 15:11:58 -05:00
Matthew Bauer
579e206bdb
Merge pull request #45323 from leenaars/ydiff
...
ydiff: init at 1.1
2018-09-10 15:09:42 -05:00
Matthew Bauer
a03f07e18b
Merge pull request #45632 from leenaars/thonny2
...
thonny: init at 3.0.0b3
2018-09-10 15:04:30 -05:00
Matthew Bauer
5d40389181
Merge pull request #46028 from e-user/pkgs/semodule-utils-2.7
...
semodule-utils: init at 2.7
2018-09-10 14:54:33 -05:00
Daiderd Jordan
189b861638
Merge pull request #46422 from LnL7/darwin-bullet
...
bullet: fix darwin build
2018-09-10 21:34:03 +02:00
adisbladis
76d4ff205b
Merge pull request #46405 from swdunlop/nats-streaming-server-0.11.0
...
nats-streaming-server: init at 0.11.0
2018-09-11 01:04:50 +08:00
zimbatm
404b224529
govendor: init at 1.0.9 ( #46485 )
2018-09-10 17:47:58 +01:00
Jörg Thalheim
2d4dcefd9e
Merge pull request #46465 from uri-canva/bazel-jdk10
...
bazel: add bazel_jdk10 variant
2018-09-10 16:27:01 +01:00
Uri Baghin
d1818ad6b1
bazel: add bazel_jdk10 variant
2018-09-10 23:33:21 +10:00
Timo Kaufmann
2b6144d1ad
Merge pull request #46368 from Ma27/fix-mahotas
...
pythonPackages.mahotas: fix build, move expression
2018-09-10 11:56:50 +02:00
Maximilian Bosch
ee897b64ff
pythonPackages.mahotas: fix build, move expression
...
See https://hydra.nixos.org/build/80828287
Moves `mahotas` out of `python-packages.nix` into its own file and fixes
broken test cases by skipping them using nosetest's `@nottest`
annotation.
These tests broke from time to time in a sandbox and are therefore
considered impure.
Addresses #45960
2018-09-10 11:32:58 +02:00
Jethro Kuan
6852e6ed25
init et-book package
2018-09-10 17:29:30 +08:00
adisbladis
cdce8f9034
Merge pull request #46428 from bhipple/fix/dockerTools
...
dockerTools: unpin go version
2018-09-10 08:15:38 +08:00
worldofpeace
7d7086cc1d
aesop: init at 1.0.5
2018-09-09 18:34:32 -04:00
worldofpeace
805dd4534d
vocal: init at 2.2.0
2018-09-09 18:34:32 -04:00
worldofpeace
93d68d85f1
hashit: init at 0.2.0
2018-09-09 18:34:32 -04:00
worldofpeace
5a9d853d22
meteo: init at 0.8.5
2018-09-09 18:34:32 -04:00
worldofpeace
3865974177
taxi: init at 0.0.1
2018-09-09 18:34:31 -04:00
worldofpeace
59821548f0
notejot: init at 1.4.5
2018-09-09 18:34:31 -04:00
worldofpeace
0f760506be
quilter: init at 1.6.3
2018-09-09 18:34:30 -04:00
worldofpeace
2785958760
bookworm: init at 1.0.0
2018-09-09 17:22:38 -04:00
Franz Pletz
4d11a37c69
spdlog_1: init 1.1.0
2018-09-09 22:15:06 +02:00
Franz Pletz
8473168bef
mtxclient: init at 0.1.0
2018-09-09 22:15:06 +02:00
Benjamin Hipple
4d8bb9a34a
dockerTools: unpin go version
...
The linked PR has been merged, and in fact dockerTools has upgraded to the
latest `go1.11` compiler:
https://github.com/moby/moby/pull/35739
https://github.com/moby/moby/pull/37358
2018-09-09 11:21:59 -04:00
Periklis Tsirakidis
136fb311c7
elpy: fix build dep
2018-09-09 17:14:59 +02:00
Jörg Thalheim
ab8f0aa476
Merge pull request #46392 from andrew-d/adunham/wkhtmltopdf-qt5
...
wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5
2018-09-09 15:10:12 +01:00
Daiderd Jordan
939debc7a4
bullet: fix darwin build
...
The examples fail with an opengl related issue:
Undefined symbols for architecture x86_64:
"SimpleOpenGL3App::SimpleOpenGL3App(char const*, int, int, bool)", referenced from:
_main in main_opengl_single_example.o
"_useShadowMap", referenced from:
GL_ShapeDrawer::drawScene(btDiscreteDynamicsWorld const*, bool, int) in GL_ShapeDrawer.o
ld: symbol(s) not found for architecture x86_64
And the tests need an extra dependencly, possibley related to
https://github.com/bulletphysics/bullet3/issues/819
ld: library not found for -lBussIK
/cc ZHF #45961
2018-09-09 15:34:03 +02:00
Maximilian Bode
5b1b4adb2a
pythonPackages.CDDB: fix darwin build ( #46412 )
2018-09-09 12:10:18 +02:00
Scott W. Dunlop
c69933f71b
nats-streaming-server: init at 0.11.0
2018-09-08 23:11:24 +00:00
Andrew Dunham
5e94e2bc7c
wkhtmltopdf: 0.12.4 -> 0.12.5, use Qt5
2018-09-08 16:11:06 -07:00
Matthew Bauer
a0dc4854af
Merge pull request #38878 from tadfisher/steamcmd
...
steamcmd: init at 20180104
2018-09-08 17:55:56 -05:00