Commit Graph

10068 Commits

Author SHA1 Message Date
davidak
8f02a4486d pantheon: add maintainers team 2021-08-02 19:09:29 +02:00
Jörg Thalheim
bbd05c5a61
Merge pull request #132236 from r-ryantm/auto-update/corral
pony-corral: 0.5.1 -> 0.5.3
2021-08-01 08:52:07 +01:00
Mauricio Collares
75b4fccfa4 ecl: make sure boehmgc is available to gcc/linker 2021-07-31 22:39:10 -03:00
R. RyanTM
d0556404f6 pony-corral: 0.5.1 -> 0.5.3 2021-07-31 18:08:28 +00:00
Ben Siraphob
2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
AndersonTorres
0ddbf92e95 algol68g: Trivial fix in patch 2021-07-30 14:33:55 -03:00
Sandro
5d3c73f54c
Merge pull request #132061 from luc65r/pkg/cone
cone: init at unstable-2021-07-25
2021-07-30 12:46:59 +00:00
Lucas Ransan
1c9dda8a9b
cone: init at unstable-2021-07-25 2021-07-30 13:35:43 +02:00
Sandro Jäckel
143a5cf7ad
mkcl: cleanup 2021-07-30 10:27:09 +02:00
Sandro
e448b1c8be
Merge pull request #132014 from hrhino/fix/mkcl
mkcl: fix
2021-07-30 08:23:02 +00:00
AndersonTorres
2833fb0ec7 algol68g: init at 2.8.4 2021-07-30 04:06:07 -03:00
Harrison Houghton
1060845f56 mkcl: fix
A recent glibc update removed the deprecated/non-standard
  const char *const sys_siglist[];
array which contained textual descriptions of the various signal codes.

The attached patch is merged to master but has not yet been released.
2021-07-29 22:16:40 -04:00
Frederik Rietdijk
8dcfe523f7
Merge pull request #131719 from FRidh/python2-to-3
Python: further migrate packages from 2 to 3
2021-07-29 10:49:00 +02:00
Frederik Rietdijk
3888701716
Merge pull request #131345 from NixOS/staging-next
Staging next
2021-07-29 10:45:20 +02:00
AndersonTorres
2f6eb6594d marst: init at 2.7
MARST is an Algol-to-C translator.
2021-07-29 05:17:12 -03:00
github-actions[bot]
36f70c9637
Merge master into staging-next 2021-07-29 06:01:13 +00:00
Austin Seipp
d0044b0e7d nextpnr: 2021.01.02 -> 2021.07.28
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-07-28 19:42:42 -05:00
github-actions[bot]
4fc7a31edb
Merge master into staging-next 2021-07-29 00:01:33 +00:00
Michael Weiss
9857ee80fb
llvmPackages_git: 2021-06-19 -> 2021-07-12 2021-07-28 21:07:28 +02:00
github-actions[bot]
6fcda9f1ec
Merge master into staging-next 2021-07-28 18:01:16 +00:00
Ben Siraphob
63510151a8 vyper: 0.2.11 -> 0.2.15 2021-07-28 20:50:27 +07:00
github-actions[bot]
a1d3be1d42
Merge master into staging-next 2021-07-28 12:01:16 +00:00
sternenseemann
1508ea5708 gnat{6,9,10,11}: don't build libada when building a cross compiler
According to https://wiki.osdev.org/GNAT_Cross-Compiler building
libada is not possible when building a cross compiler. Unfortunately I
haven't been able to determine if this is upstream's position as well,
but sure enough disabling libada lets us build a GNAT cross compiler.
2021-07-28 12:44:49 +02:00
sternenseemann
d3e05d191f gnat{6,9,10,11}: move gnatboot into nativeBuildInputs 2021-07-28 12:44:49 +02:00
sternenseemann
58dbc09c41 gnatboot: explicitly check hostPlatform and prevent building a cross compiler
* gnatboot can't be used as cross compiler, so we should prevent this at
  eval time.

* Explicitly checking hostPlatform is also a lot nicer. Keeping system
  since gnatboot seems to be statically linked so gnu/musl which is also
  tracked in config isn't important.
2021-07-28 12:44:49 +02:00
github-actions[bot]
ef4ddefb6e
Merge master into staging-next 2021-07-28 00:01:24 +00:00
Austin Seipp
59297dde88 yosys: 0.9+4052 -> 0.9+4221
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-07-27 14:27:30 -05:00
Frederik Rietdijk
196d3b8291 openjfx11: stay with python2 2021-07-27 20:37:06 +02:00
Frederik Rietdijk
e95ca01176 llvmPackages_rocm: use python3 2021-07-27 20:37:06 +02:00
Frederik Rietdijk
95cdecf2c2 seexpr: stay with python2 2021-07-27 20:37:04 +02:00
Frederik Rietdijk
3bb6cb267e osl: use python3 2021-07-27 20:37:04 +02:00
Frederik Rietdijk
6882ab13fc dtc: python is only used when called from python-packages.nix 2021-07-27 20:37:04 +02:00
Frederik Rietdijk
250544f209 clasp: use python3 2021-07-27 20:37:04 +02:00
github-actions[bot]
d01381167a
Merge master into staging-next 2021-07-26 18:01:17 +00:00
github-actions[bot]
0dfed52fcf
Merge master into haskell-updates 2021-07-25 00:05:51 +00:00
github-actions[bot]
859acbc1bc
Merge master into staging-next 2021-07-24 18:01:04 +00:00
Philipp Bartsch
8e8f611d6f dtc: disable checks for darwin
The tests fail on darwin aarch64.

https://github.com/NixOS/nixpkgs/pull/118700#issuecomment-885892436

Reported-by: Jiuyang Liu (sequencer)
2021-07-24 17:47:45 +02:00
(cdep)illabout
be8d8a9efb
ghc: mark integer-simple builds as broken when hostplatform is musl 2021-07-24 21:13:02 +09:00
Sandro
3e712c9a24
Merge pull request #110567 from taku0/jdk_ln_headers 2021-07-23 18:49:58 +02:00
github-actions[bot]
a63cf4f913
Merge staging-next into staging 2021-07-22 12:01:52 +00:00
Sandro
3625695405
Merge pull request #130723 from athas/emscripten-2.0.10
emscripten: 2.0.1 -> 2.0.10
2021-07-22 10:57:21 +02:00
Sandro
20a588eb35
Merge pull request #130889 from Artturin/update-mint
mint: 0.11.0 -> 0.14.0
2021-07-22 10:56:25 +02:00
github-actions[bot]
2e00ed4420
Merge staging-next into staging 2021-07-22 06:01:44 +00:00
Sandro
d06f7e07a6
Merge pull request #130925 from SuperSandro2000/python-aliases 2021-07-22 03:21:11 +02:00
github-actions[bot]
9f3ace4591
Merge staging-next into staging 2021-07-22 00:02:07 +00:00
Benjamin Asbach
13a8746306 openjdk: 11.0.11+9 -> 11.0.12+7 2021-07-21 14:45:26 -06:00
github-actions[bot]
7a1e77336a
Merge staging-next into staging 2021-07-21 18:01:41 +00:00
github-actions[bot]
3087a2d2e9
Merge staging-next into staging 2021-07-21 12:02:00 +00:00
Sandro Jäckel
2e9c330216
pythonPackages: deprecate pytest_xdist alias 2021-07-21 13:32:52 +02:00
Sandro Jäckel
9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00