Commit Graph

50174 Commits

Author SHA1 Message Date
Jörg Thalheim
32e4d072a0
Merge pull request #85987 from vbgl/ocaml-async_shell-remove-legacy 2020-04-27 17:00:54 +01:00
Jörg Thalheim
c3b4c131df
Merge pull request #86064 from georgewhewell/init-bluepy
pythonPackages.bluepy: init at 1.3.0
2020-04-27 16:49:26 +01:00
Florian Klink
3b1e189f40
Merge pull request #85965 from flokli/libusb1-cleanups
make libusb1 dependencies explicit
2020-04-27 16:40:47 +02:00
zimbatm
1bf7f5f240
Merge pull request #85750 from zimbatm/srcOnly-docs
srcOnly: fix invocation and document
2020-04-27 14:49:55 +02:00
Jörg Thalheim
3a22f3c29e
Merge pull request #86112 from Mic92/kops 2020-04-27 12:24:39 +01:00
Jörg Thalheim
4cc520ba0f
kops: remove old versions 2020-04-27 12:23:20 +01:00
adisbladis
09f4fec63c
emacs-packages: Expose manually packaged packages through emacsPackages.manualPackages 2020-04-27 12:08:13 +01:00
Alexandre Esteves
ce6dbccdfb ocamlPackages.bigstring: init at 0.2 2020-04-27 12:28:20 +02:00
Florian Klink
dd03e76f61 stlink: inline libusb-static
This is a stlink-specific detail, and doesn't need to be in
top-level.nix
2020-04-27 12:19:12 +02:00
Florian Klink
d0e4ecb182 cnijfilter2: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
f5368e0194 cnijfilter_4_00: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
2c621ff4f4 cups: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
f3a5fd548a yubikey-personalization: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
88048e3213 brickd: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
d0b9aa6fa2 usbredir: request libusb1 directly
Also, fix the website there, and tidy up the spice-gtk derivation, which
makes use of libusb1 too.
2020-04-27 12:16:40 +02:00
Florian Klink
eac6c63db1 hidapi: request libusb1 directly 2020-04-27 12:16:23 +02:00
georgewhewell
9c716aa71a pythonPackages.bluepy: init at 1.3.0 2020-04-27 09:19:18 +01:00
Damien Cassou
9a23aeab34
Merge pull request #84286 from numkem/master
hashi-ui: init at 1.3.8
2020-04-27 09:56:44 +02:00
Aaron Andersen
92d9d07c61
Merge pull request #82762 from aanderse/tomcat-native
tomcat-native: init at 1.2.23
2020-04-26 19:48:22 -04:00
Sebastien Bariteau
b987b25c7c hashi-ui: init at 1.3.8 2020-04-26 16:00:05 -04:00
Damien Cassou
a7971df962
perlPackages.GitAutofixup: init at 0.002007 2020-04-26 21:26:47 +02:00
Aaron Andersen
6b3506458e tomcat-native: init at 1.2.23 2020-04-26 09:12:41 -04:00
Jaakko Luttinen
9d7f94a3f0
rofi-file-browser: init at 1.1.1 (#86052)
Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2020-04-26 11:51:34 +00:00
Colin
3e0aa4af2d
Get rid of go 1.13 (#86036)
Kubernetes builds with go1.14.
Terraform has an upstream patch which fixes the macos mojave issues -
it's a bug in terraform, not go.
2020-04-26 08:37:59 +00:00
worldofpeace
bef95ff573
Merge pull request #85948 from mkg20001/pkg/tartube
tartube: init at 2.0.016
2020-04-25 11:52:29 -04:00
sternenseemann
b5f9eb06b5
ocamlPackages.mirage-time(-unix): init at 2.0.1 2020-04-25 14:50:57 +02:00
Piotr Bogdan
3acee22791
tartube: init at 2.0.016 2020-04-25 11:40:57 +02:00
Vincent Laporte
05db4f4fb9
ocamlPackages.async_shell: remove at 109.28.03
This is a legacy version for OCaml 4.02
2020-04-25 09:51:56 +02:00
misuzu
8c0c24bf93 nix-simple-deploy: init at 0.1.1 2020-04-24 17:19:01 -07:00
worldofpeace
d17a130290
Merge pull request #85944 from xfix/remove-slimrat
slimrat: remove
2020-04-24 20:15:22 -04:00
James Cook
5fcbdc6788
Merge pull request #85897 from NickHu/remarkable-toolchain
remarkable-toolchain: init at 1.8-23.9.2019
2020-04-24 22:09:47 +00:00
David Guibert
8ab67c7a19 haskell-packages: made darcs compile with ghc 8.8 2020-04-24 22:00:38 +02:00
Gabor Greif
a634bd0fd7 ghc: drop 8.8.1 2020-04-24 21:48:28 +02:00
Lassulus
d0b1de5491
Merge pull request #70401 from bzizou/quast
Quast: init at 5.0.2
2020-04-24 20:26:04 +02:00
Austin Seipp
8d1a524c22 ispc: 1.10.0 -> 1.13.0, cleanup, (co)maintain
This includes several enhancements in the underlying compiler, including
codegen improvements for AVX-512, Ice Lake CPU definitions,
cross-{arch,os} compilation (currently unsupported due to multilib
issues), and more.

This also bumps the LLVM backend to the 10.0 release. Note that ispc
itself requires a few extra stability patches on top of 10.0 for AVX-512
support, but these aren't applied for us. Therefore AVX-512 still has
some extra, rough edges.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-04-24 12:08:43 -05:00
Konrad Borowski
409f57508d slimrat: remove
The package was marked as broken for 3 years, there were no
upstream updates for 8 years, and the program requires third
party services that don't provide APIs to work. I think it's
safe to say that this program is not going to work.
2020-04-24 17:18:07 +02:00
Michael Raskin
c9e02db236
Merge pull request #85460 from chkno/k3d
k3d: Fix build: Use the same GCC version for boost dependency
2020-04-24 15:13:30 +00:00
Benjamin Hipple
acdd239578
Merge pull request #84943 from drewrisinger/dr-pr-qiskit-bump
python3Packages.qiskit: 0.17.0 -> 0.18.2
2020-04-24 09:06:08 -04:00
Aaron Andersen
78250e8040
Merge pull request #84348 from aanderse/musikcube
musikcube: init at 0.90.1
2020-04-24 08:27:18 -04:00
Jörg Thalheim
16e4b9ca69
Merge pull request #85880 from emilazy/linux-hardened-update-resilience 2020-04-24 12:24:23 +01:00
Jörg Thalheim
2bba291913
Merge pull request #85868 from Mic92/go-tooling 2020-04-24 12:22:58 +01:00
Aaron Andersen
c89243a03e
Merge pull request #85614 from stigtsp/package/perl-mojolicious-plugin-textexceptions-init
perlPackages.MojoliciousPluginTextExceptions: init at 0.01
2020-04-24 06:57:42 -04:00
Aaron Andersen
27d8b3ef40 musikcube: init at 0.90.1 2020-04-24 06:52:41 -04:00
Bruno Bzeznik
eb51b462aa Quast: init at 5.0.2 2020-04-24 10:11:54 +02:00
Savanni D'Gerinel
bfe072dc4b Add a Zenstates derivation 2020-04-23 22:08:34 -04:00
worldofpeace
b4d7725cfe
Merge pull request #76082 from squalus/ungoogled
ungoogled-chromium: init at 81.0.4044.92-2
2020-04-23 21:03:18 -04:00
Nick Hu
540bbf43a6
remarkable-toolchain: init at 1.8-23.9.2019 2020-04-24 00:22:03 +01:00
Drew Risinger
e218af21ab python3Packages.retworkx: init at 0.3.3
Replacement for networkx in qiskit-terra.
2020-04-23 18:02:18 -04:00
Drew Risinger
1940e83201 python3Packages.fastjsonschema: init at 2.14.4 2020-04-23 18:02:18 -04:00
Drew Risinger
69a7c3ba2d pythonPackages.python-constraint: init at 1.4.0 2020-04-23 18:02:18 -04:00