Matthew Bauer
dcdf00f18b
mentorToolchains: remove
...
mentorToolchains.armLinuxGnuEabi is replaced with:
- pkgsCross.pogoplug4.buildPackages.gcc
- pkgsCross.pogoplug4.buildPackages.binutils
and mentorToolchains.armEabi is replaced with:
- pkgsCross.arm-embedded.buildPackages.gcc
- pkgsCross.arm-embedded.buildPackages.binutils
Fixes #39087
2018-10-30 13:31:56 -05:00
Matthew Bauer
c327df544a
gcc-arm-embedded: remove
...
replace with:
- pkgsCross.arm-embedded.buildPackages.gcc
- pkgsCross.arm-embedded.buildPackages.binutils
2018-10-30 13:31:55 -05:00
Matthew Bauer
aa4707fc34
treewide: use gnu toolchain for avr/arm-embedded
...
These packages should in theory work with our GCC toolchains, but
there are some definite breakages that need to be tracked down.
Comparing output of these to old gcc-arm-embedded is important.
Affected packages include:
- axolooti
- avrdudess
- opentx
- microscheme
- betaflight
- inav
- blackmagic
- simavr
- gnuk
2018-10-30 13:31:45 -05:00
Matthew Bauer
501d072b5f
gnuk{-git,-unstable}: remove
...
These two are unmaintained, no reason to keep them when they are
out-of-date
2018-10-29 14:34:10 -05:00
Matthew Bauer
946598d071
release-cross: add new targets
...
adds:
- arm-embedded
- avr
- aarch64-embedded
- powerpc-embedded
2018-10-29 14:34:10 -05:00
Matthew Bauer
8db71d9d77
newlib: init at 3.0.0
...
Fixes #47533
newlib seems to think it’s a compiler when it’s not. Anyway had to
make host refer to build platform for things to work.
2018-10-29 14:34:10 -05:00
Matthew Bauer
d59a9ac7cf
avr: use new compilation infrastructure
...
Gets rid of:
avrbinutils
avrgcc
to replace with:
pkgsCross.avr.buildPackages.binutils
pkgsCross.avr.buildPackages.gcc
2018-10-29 14:34:09 -05:00
Frederik Rietdijk
e6c0b6ff6f
Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlib
...
python36Packages.dlib: 19.13 -> 19.16
2018-10-29 19:27:07 +01:00
Maximilian Bosch
b7bc6e7f6c
pythonPackages.dlib: move expression
...
Initially the expression was quite small (just inherited properties from
`pkgs.dlib`), but the more it grows the better it is to store it into
its own file.
2018-10-29 18:57:19 +01:00
Maximilian Bosch
ac499a345a
pythonPackages.dlib: disable AVX instructions during checkPhase
2018-10-29 18:18:39 +01:00
Robert Schütz
8f415fdf80
Merge pull request #48892 from sveitser/update/pythonPackages.sh
...
pythonPackages.sh: 1.11 -> 1.12.14
2018-10-29 14:21:36 +01:00
Urban Škudnik
5adfcb951a
pythonPackages.aioprocessing: init at 1.0.1 ( #49170 )
2018-10-29 13:24:24 +01:00
Vladyslav M
bd4387f599
Merge pull request #49320 from benpye/init-miniflux
...
miniflux: init at 2.0.12
2018-10-29 13:53:42 +02:00
Ben Pye
9a03df974c
miniflux: init at 2.0.12
2018-10-29 13:32:55 +02:00
Pavol Rusnak
b7201c5c69
python.pkgs.Pyro remove package - Pyro4 should be used instead
2018-10-29 11:21:03 +01:00
Pavol Rusnak
e212399d44
python.pkgs.Pyro4: new package (at version 4.74)
...
includes its dependency python.pkgs.serpent (at version 1.27)
2018-10-29 11:20:03 +01:00
Jörg Thalheim
cd0e925a13
Merge pull request #49362 from Mic92/openopc
...
openopc: remove
2018-10-29 07:44:32 +00:00
Jörg Thalheim
0e72714d5d
Merge pull request #49358 from Mic92/nixdoc
...
nixdoc: init at 1.0.1
2018-10-28 23:12:43 +00:00
Jörg Thalheim
8dba09c181
Merge branch 'master' into mono-cleanup
2018-10-28 22:59:18 +00:00
Vincent Ambo
f03929f649
nixdoc: init at 1.0.1
...
Adds nixdoc, a tool to generate documentation for Nix functions in the
standard library.
See #49275 for some background information.
2018-10-28 22:17:16 +00:00
Jörg Thalheim
80d4263526
mono44: remove insecure version
...
This version is also affected by CVE-2018-1002208.
It has no user in nixpkgs.
2018-10-28 21:30:39 +00:00
Jörg Thalheim
12c9a36dad
mono40: remove
2018-10-28 21:10:14 +00:00
Jörg Thalheim
aa1e0ac981
Merge pull request #49349 from vbgl/ocaml-menhir-20181026
...
ocamlPackages.menhir: 20170712 -> 20181026
2018-10-28 21:06:02 +00:00
Jörg Thalheim
c00b2b3074
openopc: remove
...
The project is dead and it blocks the upgrade of Pyro (https://github.com/NixOS/nixpkgs/pull/49351 )
2018-10-28 21:02:29 +00:00
David Pätzel
5931204ae8
tabula: init at 1.2.1
2018-10-28 20:24:20 +01:00
Peter Simons
d46291dda5
opentracing: fix Nixpkgs evaluation errors
2018-10-28 17:22:11 +01:00
Herwig Hochleitner
ed91407784
Revert "chromium: make gcc8 build available via buildWithGcc flag"
...
This partially reverts commit
b70ab5c405
(except for depending gnome2)
see #48922
2018-10-28 17:10:53 +01:00
Vincent Laporte
80bb1db72c
ocamlPackages.menhir: 20170712 -> 20181026
2018-10-28 15:30:49 +00:00
Herwig Hochleitner
b70ab5c405
chromium: make gcc8 build available via buildWithGcc flag
2018-10-28 16:00:46 +01:00
volth
d2daf0dd6f
chromium: build with clang
2018-10-28 16:00:45 +01:00
taku0
7c3dd045ce
adoptopenjdk-bin: support darwin platform
2018-10-28 13:52:12 +00:00
taku0
8faebb17ac
adoptopenjdk-bin: init at 11
2018-10-28 13:52:12 +00:00
Robert Hensing
15759508fa
Merge pull request #49056 from Tomahna/scalafix
...
scalafix: init at 0.9.0
2018-10-28 10:22:11 +01:00
Kevin Rauscher
0c05fb262a
scalafix: init at 0.9.0
2018-10-28 10:10:37 +01:00
Shea Levy
9b111955ec
nix-plugins: 5.0.0 -> 6.0.0
2018-10-28 00:25:39 -04:00
Pierre-Etienne Meunier
ae3b4655a4
Carnix: 0.7.2 -> 0.8.10 ( #40587 )
...
Carnix: splits input into two parts: creates from creates.io and local ones
2018-10-28 00:06:29 +01:00
Daiderd Jordan
f4927a34e7
rust-cbindgen: fix darwin build
2018-10-27 18:21:15 +01:00
Timo Kaufmann
f2b8262e05
Merge pull request #49248 from timokau/sage-fix-attrname
...
sage: fix attrname, add sagemath alias
2018-10-27 18:24:35 +02:00
Nikita Voloboev
dd9e60f75e
goku: init 0.1.11
2018-10-27 16:15:36 +01:00
Renaud
0e416d7e6b
Merge pull request #48318 from cryptix/add/go-junit-report
...
go-junit-report: init at 2018-06-14 (385fac0ce9a)
2018-10-27 16:03:46 +02:00
Henry
219c77bf9b
go-junit-report: init at 2018-06-14 (385fac0ce9a)
2018-10-27 14:40:40 +01:00
Timo Kaufmann
80833d13fe
sage: add sagemath alias
...
Sage is commonly referred to as sagemath (probably to improve
searchability). Many other distors call their package sagemath.
2018-10-27 14:18:09 +02:00
Daiderd Jordan
450d33fc5b
Merge pull request #49081 from LnL7/darwin-wxmac
...
wxmac: 3.0.2 -> 3.0.4 (darwin)
2018-10-27 10:27:13 +01:00
lewo
fa5343be6c
Merge pull request #47967 from xtruder/pkgs/kind/init
...
kind: init at 2ae73f8e
2018-10-27 09:00:22 +02:00
adisbladis
1a1aa4d4d5
Merge pull request #49052 from etu/init-dmrconfig
...
dmrconfig: init at 2018-10-20
2018-10-26 23:12:52 +01:00
Jaka Hudoklin
6124447a54
kind: init at 2ae73f8e
2018-10-26 23:05:15 +02:00
Jan Tojnar
df9290f2fb
Merge pull request #49183 from jtojnar/gusb
...
gusb: 0.2.11 → 0.3.0
2018-10-26 22:54:04 +02:00
Jan Tojnar
6b5571b9e8
gusb: 0.2.11 → 0.3.0
2018-10-26 22:16:43 +02:00
lewo
e87de3f6f2
Merge pull request #48868 from flosse/featherpad
...
featherpad: init at 0.9.1
2018-10-26 21:24:27 +02:00
Elis Hirwing
21390ed5ec
dmrconfig: init at 2018-10-20
2018-10-26 19:47:31 +02:00