Commit Graph

40969 Commits

Author SHA1 Message Date
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
Matthew Bauer
ce6d558c4d systems/examples.nix: move riscv function to let binding
Makes it easier to use mapAttrs with lib.systems.examples. Now every
entry in it are legitimate systems.
2018-11-29 19:15:28 -06: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
Jörg Thalheim
9bba7c1cba
Merge pull request #51233 from Mic92/inferno
inferno: remove
2018-11-29 17:22:03 +00: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
Stig
6854b50c06 perlPackages.Imager: init at 1.006
* perlPackages.Imager: init at 1.006 (#50620)
2018-11-29 16:10:37 +01:00
Jörg Thalheim
432a2e0354
inferno: remove
Also there have been updates, this package was not updated since 2015 in the repository
I therefore conclude that nobody actually uses this.
Official webpage was also not updated since then.
2018-11-29 14:55:24 +00: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
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
Jörg Thalheim
f222ebdd60 fusionio-vsl: remove
Broken on all kernel version.
No update in nixpkgs since 2015
2018-11-29 13:46:28 +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
Jaakko Luttinen
735abd8c4c
pythonPackages.pyres: init at 1.5 2018-11-29 12:38:28 +01:00
Jaakko Luttinen
5d2ac2cd06
pythonPackages.yanc: init at 0.3.3 2018-11-29 12:38:27 +01:00
Jaakko Luttinen
0f81ac7737
pythonPackages.nose-focus: init at 0.1.3 2018-11-29 12:38:27 +01:00
Jaakko Luttinen
f5f7f1510d
pythonPackages.nose-of-yeti: init at 1.8 2018-11-29 12:38:27 +01:00
Jaakko Luttinen
d91e61865b
pythonPackages.nose-pattern-exclude: init at 0.1.3 2018-11-29 12:38:26 +01:00
Jaakko Luttinen
2fe089c870
pythonPackages.should-dsl: init at 2.1.2 2018-11-29 12:38:26 +01:00
Matthew Bauer
f5be016c23 xmove: remove
This package is unmaintained.

https://packages.qa.debian.org/x/xmove/news/20090130T204752Z.html
2018-11-28 20:14:35 -06:00
worldofpeace
f9714fdcea
Merge pull request #50471 from Ma27/package-python-fs-s3-support
pythonPackages.fs-s3fs: init at 1.0.0
2018-11-28 20:46:33 -05:00
Maximilian Bosch
fd08b98da9
pythonPackages.fs-s3fs: init at 1.0.0
`fs` is a python-based file system abstraction layer. The new package
`fs-s3fs` is an implementation of it which stores files inside an S3
bucket.
2018-11-29 02:01:22 +01:00
Chris Ostrouchov
67a4067a44 autospotting: init at unstable-2018-11-17 2018-11-28 19:58:07 -05:00
worldofpeace
2570da8077
Merge pull request #51080 from costrouc/costrouc/uarray-init
pythonPackages.uarray: init at 0.4
2018-11-28 18:30:48 -05:00
Daiderd Jordan
5c26dc3d84
Merge pull request #51163 from kalbasit/nixpkgs_add-animal
aminal: init at 0.7.4
2018-11-28 21:38:09 +01:00
Wael M. Nasreddine
9ba423b09a
aminal: init at 0.7.4 2018-11-28 11:56:53 -08:00
Matthew Bauer
c94162dbec
Merge pull request #48273 from volth/patch-269
fetchgit: use buildPackages's git

Fixes #51119
2018-11-28 11:57:13 -06:00
Mario Rodas
3ba355b0ba sqlcheck: init at 1.2 2018-11-28 09:17:09 -05:00
Chris Ostrouchov
0549e307a5
pythonPackages.pytest-mypy: init at 0.3.2 2018-11-28 07:38:00 -05:00
Chris Ostrouchov
0b7522d0f6
pythonPackages.perf: init at 1.5.1 2018-11-28 07:37:53 -05:00
Nick Novitski
f2c07cd63e xcpretty: init at 0.3.0 (#48494) 2018-11-28 12:21:37 +01:00
Peter Simons
b38bfe18c7 pandoc: adapt postInstall hook to embedded-data-files build 2018-11-28 12:14:15 +01:00
Chris Ostrouchov
8b6b45c742
pythonPackages.uarray: init at 0.4 2018-11-27 20:45:41 -05:00
Chris Ostrouchov
a6dc1123e0
pythonPackages.hopcroftkarp: init at 1.2.4 2018-11-27 20:45:40 -05:00
Chris Ostrouchov
fe5a7e5ed6
pythonPackages.matchpy: init at 0.4.6 2018-11-27 20:45:40 -05:00
Chris Ostrouchov
b5d58552c0
pythonPackages.multiset: init at 2.1.1 2018-11-27 20:45:39 -05:00
Chris Ostrouchov
ab8bd6e34e
pythonPackages.nbval: init at 0.9.1 2018-11-27 20:45:39 -05:00
Léo Gaspard
8231e7181b
Merge branch 'pr-49633'
* pr-49633:
  pulumi: init at 0.16.2
2018-11-28 10:09:18 +09:00
Renaud
6a66add711
Merge pull request #51103 from lovek323/scss-lint
scss_lint: init at 0.57.1
2018-11-27 23:23:12 +01:00
Ryan Mulligan
4c1ba5df0c
Merge pull request #45274 from rehno-lindeque/pkgs/aravis/init
aravis: init at 0.5.13
2018-11-27 14:20:34 -08:00
Tim Steinbach
dc1a0df1bb
gradle: Add 5.0 2018-11-27 16:37:19 -05:00
Jason "Don" O'Conal
1936aa5d57 scss_lint: init at 0.57.1 2018-11-28 07:57:40 +10:30
Peter Romfeld
08699733bb
pulumi: init at 0.16.2 2018-11-28 00:45:45 +08:00
Roman Volosatovs
fc42a76d93 echoip: init at unstable-2018-11-20 2018-11-27 11:25:34 -05:00
volth
e45acd6b81 perlPackages: remove old broken packets
Remove packets which marked 'broken' because they target old versions of Perl which are unsupported in nixpkgs.
The most recent releases of those packages are dated 2003-2013
2018-11-27 08:11:10 +00:00
Jörg Thalheim
f12bd000b9
Merge pull request #49290 from krebs/nix-writers
get nix-writers into nixpkgs
2018-11-27 07:17:03 +00:00