Commit Graph

56957 Commits

Author SHA1 Message Date
c0bw3b
0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
c0bw3b
93e511c319 Treewide: use HTTPS on GNU Savannah domains
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
c0bw3b
0f868d8116 Treewide: use HTTPS on SourceForge 2018-12-02 15:33:08 +01:00
c0bw3b
a04a512f34 Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
Timo Kaufmann
d9b650f4cc
pythonPackages.cypari2: 1.3.1 -> 2.0.1 (#49446) 2018-12-01 12:57:55 +01:00
John Ericson
62a1bc0031
Merge pull request #51307 from expipiplus1/ghc-arm
ghc-8.4: fix build targeting arm
2018-12-01 02:23:43 -05:00
Joe Hermaszewski
7fa0befcc7 ghc-8.4: fix build targeting arm
Fixes https://ghc.haskell.org/trac/ghc/ticket/15780
2018-12-01 12:09:05 +08:00
worldofpeace
7131b7f260
Merge pull request #48438 from worldofpeace/geoclue2/2.5.0
geoclue2: 2.4.12 -> 2.5.1
2018-11-30 18:07:53 -05:00
Bas van Dijk
274e72aa29
Merge pull request #51027 from LumiGuide/opencv-4.0.0
opencv4: init at 4.0.0
2018-11-30 23:56:36 +01:00
Bas van Dijk
e03512878b
Merge pull request #51021 from LumiGuide/opencv-3.4.4
opencv3: 3.4.3 -> 3.4.4
2018-11-30 23:56:20 +01:00
worldofpeace
607aefd972 geoclue2: 2.4.12 -> 2.5.1 2018-11-30 17:14:39 -05:00
Bas van Dijk
aa358e6ee7 opencv3: 3.4.3 -> 3.4.4 2018-11-30 23:07:52 +01:00
Bas van Dijk
2b87ed7c32 opencv4: init at 4.0.0 2018-11-30 22:45:57 +01:00
worldofpeace
57febcf7eb
Merge pull request #51263 from worldofpeace/accounts-sso/updates
accounts-sso updates
2018-11-30 16:17:10 -05:00
worldofpeace
31740434e7 libsignon-glib: use double quotes for description 2018-11-30 13:46:21 -05:00
worldofpeace
40e234d2ae gsignondPlugins.sasl: correct description 2018-11-30 13:46:21 -05:00
worldofpeace
214ac4bf72 gsignondPlugins.oauth: correct description 2018-11-30 13:46:21 -05:00
worldofpeace
f5d2cb0170 gsignondPlugins.mail: correct description 2018-11-30 13:46:20 -05:00
worldofpeace
66a8c69134 gsignondPlugins.lastfm: correct description 2018-11-30 13:46:20 -05:00
worldofpeace
4428c7c459 gsignond: add meta to wrapper 2018-11-30 13:46:20 -05:00
worldofpeace
8da5d27db8 gsignondPlugins.mail: 2018-10-04 -> 0.3.0 2018-11-30 13:46:12 -05:00
worldofpeace
f966aea21f gsignond: unstable-2018-10-04 -> 1.2.0 2018-11-30 13:44:47 -05:00
worldofpeace
8d3a7ff48d libsignon-glib: unstable-2018-10-24 -> 2.1 2018-11-30 13:44:25 -05:00
Jörg Thalheim
a296b6eda7
Merge pull request #51136 from dywedir/rustup
rustup: 1.13.0 -> 1.15.0
2018-11-30 18:32:44 +00:00
Frederik Rietdijk
1828a5c5ba Merge master into staging-next 2018-11-30 17:46:21 +01:00
Michael Weiss
99d623850f wlroots: Fix the build on master
I was testing the build on nixos-unstable but
64d50a0099 added another patch. Since this
patch is already in 0.48.0 it can't be applied again (overriding Meson
isn't optimal but we can't build wlroots with 0.46.1).

I've also dropped the "-Dxcb-xkb=enabled" flag since it was removed
(replaced with Xinput).

Thanks @kenogo for noticing this :)
2018-11-30 14:30:58 +01:00
Renaud
22e95afea5
Merge pull request #50981 from ejpcmac/update-erlangR21
erlangR21: 21.1.2 -> 21.1.3
2018-11-30 11:42:59 +01:00
Dmitry Kalinkin
cf1fb28991 python3Packages.datrie: fix build (#51250) 2018-11-30 09:17:56 +01:00
Matthew Bauer
76c7a8bac0
Merge pull request #51205 from matthewbauer/more-setup-hooks
Add premake & imake setup hook
2018-11-29 19:36:25 -06:00
Matthew Bauer
f435272ce3
Merge pull request #50212 from matthewbauer/host-emulator
Add "emulator" function to systems
2018-11-29 19:34:20 -06:00
Matthew Bauer
9c8fd41224 treewide: add emulator to platform
You can use stdenv.hostPlatform.emulator to get an executable that
runs cross-built binaries. This could be any emulator. For instance,
we use QEMU to emulate Linux targets and Wine to emulate Windows
targets. To work with qemu, we need to support custom targets.

I’ve reworked the cross tests in pkgs/test/cross to use this
functionality.

Also, I’ve used talloc to cross-execute with the emulator. There
appears to be a cross-execute for all waf builds. In the future, it
would be nice to set this for all waf builds.

Adds stdenv.hostPlatform.qemuArch attrbute to get the qemuArch for
each platform.
2018-11-29 19:15:30 -06:00
Michael Weiss
80756cdb79 wlroots: 0.1 -> 0.2 2018-11-30 01:53:49 +01:00
Daiderd Jordan
c506ad84b1
Merge pull request #51047 from dawehner/tychus
Add the tychus application
2018-11-29 23:10:01 +01:00
Michael Raskin
7b77c7ff93
Merge pull request #51237 from Mic92/osip
libosip_3: remove
2018-11-29 19:45:28 +00:00
Jan Tojnar
ca11db894f
python2.pkgs.gst-python: fix build 2018-11-29 18:24:55 +01:00
Vladyslav Mykhailichenko
7e8cc55528
rustup: 1.13.0 -> 1.15.0 2018-11-29 18:31:05 +02:00
Jörg Thalheim
7c6189d549
libosip_3: remove
Old package from 2015, that has no users in nixpkgs
2018-11-29 16:17:55 +00:00
Renaud
014f1c9d7f
Merge pull request #50651 from r-ryantm/auto-update/pipenv
pipenv: 2018.10.13 -> 2018.11.14
2018-11-29 14:46:15 +01:00
Renaud
1a9e12e677
Merge pull request #50655 from MatrixAI/python-mnist
python-mnist: init at 0.6
2018-11-29 14:43:48 +01:00
Renaud
200422c91b
Merge pull request #50671 from r-ryantm/auto-update/ocaml4.06.1-visitors
ocamlPackages.visitors: 20171124 -> 20180513
2018-11-29 14:39:28 +01:00
Renaud
4c331eb7ef
Merge pull request #50683 from r-ryantm/auto-update/ocaml4.06.1-csv
ocamlPackages.csv: 2.1 -> 2.2
2018-11-29 14:37:08 +01:00
Maximilian Bosch
a9ffe7f8ec
Merge pull request #49409 from jluttine/enable-thumbor-tests
piexif: 1.0.13 -> 1.1.2 (and bunch of other packages)
2018-11-29 14:21:17 +01:00
Renaud
f68dc97d7d
Merge pull request #50673 from r-ryantm/auto-update/ocaml4.06.1-opam-file-format
ocamlPackages.opam-file-format: 2.0.0-rc2 -> 2.0.0
2018-11-29 14:20:20 +01:00
Maximilian Bosch
e2a6e8b8ff
pythonPackages.pyres: ensure that redis 2.10.6 is used
Upstream's requirements.txt wrongly suggests that redis==3.x is support
(missing upper-bound constraint), but the tests break due to API
incompatibilities.
2018-11-29 12:38:30 +01:00
Jaakko Luttinen
51f6d7f244
pythonPackages.piexif: 1.0.13 -> 1.1.2 2018-11-29 12:38:30 +01:00
Jaakko Luttinen
336f11c3b1
pythonPackages.thumbor: run tests 2018-11-29 12:38:29 +01:00
Jaakko Luttinen
cfaf696a7b
pythonPackages.cairosvg1: init at 1.0.22 2018-11-29 12:38:29 +01:00
Jaakko Luttinen
fd6e6dcfa1
pythonPackages.remotecv: init at 2.2.2 2018-11-29 12:38:29 +01:00
Jaakko Luttinen
c6bd5294aa
pythonPackages.preggy: init at 1.4.2 2018-11-29 12:38:28 +01:00
Jaakko Luttinen
866be59b20
pythonPackages.pyssim: init at 0.4 2018-11-29 12:38:28 +01:00