Commit Graph

10446 Commits

Author SHA1 Message Date
github-actions[bot]
b7d0ebd8f8
Merge master into haskell-updates 2021-09-16 00:06:30 +00:00
github-actions[bot]
6a10b23c61
Merge staging-next into staging 2021-09-16 00:02:05 +00:00
Artturi
2eb8695646
Merge pull request #137950 from Artturin/fixmistscheem
mit-scheme: set MITSCHEME_LIBRARY_PATH properly
2021-09-16 01:54:08 +03:00
github-actions[bot]
24a34e5706
Merge staging-next into staging 2021-09-15 12:01:34 +00:00
Michael Raskin
1217890533
Merge pull request #137948 from marsam/fix-inputs-ecl
ecl: fix nativeBuildInputs
2021-09-15 09:03:05 +00:00
Divam
0918598005 Remove old ghcjs files 2021-09-15 12:51:35 +09:00
Divam
ba25b274f4 ghcjs: init at 8.10.7
The src points to the obsidiansystems repo as it has the ghcjs ported from
8.10.5 to 8.10.7, and a bunch of other fixes (#812, #811, #809)
2021-09-15 12:51:34 +09:00
Divam
feac31b1f0 ghc: add the Cabal ghcjs support patch 2021-09-15 12:51:34 +09:00
Divam
c8b255cf25 haskellPackages.ghcjs-base: 0.2.0.0 -> 0.2.0.3 2021-09-15 12:51:33 +09:00
Artturin
e9afd04202 mit-scheme: set MITSCHEME_LIBRARY_PATH properly
by changing its path and wrapping the correct binary
all the other binaries in bin/ are symlinks to bin/mit-scheme${arch}-${version}
therefore its easier to just wrap that one instead of all the others
2021-09-15 05:38:03 +03:00
R. RyanTM
cee18277c6 sjasmplus: 1.18.2 -> 1.18.3 2021-09-14 23:10:43 +00:00
Michael Weiss
d4f61aa164
llvmPackages_13: 13.0.0-rc2 -> 13.0.0-rc3 2021-09-14 22:49:56 +02:00
github-actions[bot]
04e48fbe4f
Merge staging-next into staging 2021-09-13 18:01:51 +00:00
github-actions[bot]
ce44d09c85
Merge master into staging-next 2021-09-13 18:01:17 +00:00
adisbladis
fcf5397793
Merge pull request #135905 from dukc/secondDmd2097
D compiler update
2021-09-13 11:36:55 -05:00
github-actions[bot]
fef6f602e6
Merge staging-next into staging 2021-09-12 18:01:50 +00:00
github-actions[bot]
a13bf1828b
Merge master into staging-next 2021-09-12 18:01:21 +00:00
Daniël de Kok
6f2ce2a65e treewide: remove danieldk as maintainer from a set of packages
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
2021-09-12 14:42:12 +00:00
github-actions[bot]
7267016c66
Merge staging-next into staging 2021-09-12 12:01:42 +00:00
github-actions[bot]
acd45cb351
Merge master into staging-next 2021-09-12 12:01:10 +00:00
github-actions[bot]
3d192af340
Merge staging-next into staging 2021-09-12 06:01:33 +00:00
github-actions[bot]
45de5d0c9a
Merge master into staging-next 2021-09-12 06:01:00 +00:00
zowoq
2ce4d21663 go_1_16: 1.16.7 -> 1.16.8 2021-09-12 10:48:00 +10:00
github-actions[bot]
ff5297bcd3
Merge staging-next into staging 2021-09-11 12:01:45 +00:00
Alyssa Ross
56314db098
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/compilers/ghc/8.10.7.nix
	pkgs/development/compilers/ghc/8.8.4.nix

I've removed the isWindows check from useLdGold in ghc, since that should
be covered by the new hasGold check.
2021-09-11 10:49:13 +00:00
Rick van Schijndel
517d2b963f llvm_12: fix cross-compilation
Cross-compilation is broken because the method of finding ncurses has
changed, causing the build for the 'build system' to fail with a linking
error due to ncurses being for the 'host system' (where you're compiling
for).

This patch disables ncurses, which is not a very neat solution, but will
do until someone takes this upstream and gets it fixed properly.

Closes https://github.com/NixOS/nixpkgs/issues/127946.

Error that's seen before applying this:

/nix/store/hash-binutils-2.35.1/bin/ld: /nix/store/hash-ncurses-6.2-aarch64-unknown-linux-gnu/lib/libtinfo.so: error adding symbols: file in wrong format
2021-09-11 06:57:25 +00:00
Jörg Thalheim
d5bdbc676a
Merge pull request #137198 from alyssais/rust_1_55
rust: 1.54.0 -> 1.55.0
2021-09-11 07:15:23 +01:00
github-actions[bot]
6188f2aeeb
Merge staging-next into staging 2021-09-11 06:01:28 +00:00
Mario Rodas
13af44ba2a ecl: fix nativeBuildInputs 2021-09-11 04:20:00 +00:00
Mario Rodas
12a73316bb fstar: 2021.08.27 -> 2021.09.11 2021-09-11 04:20:00 +00:00
(cdep)illabout
8594029c4a
Merge remote-tracking branch 'origin/master' into haskell-updates 2021-09-11 11:09:45 +09:00
zowoq
9675a865c9 buildGo117{Module,Package}: disable, go_1_17: disable on x86_64-darwin 2021-09-11 10:44:23 +10:00
zowoq
273ff5cf17 go_1_17: init at 1.17.1 2021-09-11 10:44:23 +10:00
Martin Weinelt
bae10ead99 Merge remote-tracking branch 'origin/master' into staging-next 2021-09-11 02:29:58 +02:00
github-actions[bot]
c9f88db4b0
Merge master into haskell-updates 2021-09-11 00:06:08 +00:00
Ben Siraphob
6e4c36b3f7
Merge pull request #137312 from siraben/miranda-mainprogram
miranda: add meta.mainProgram
2021-09-10 15:03:53 -05:00
Ben Siraphob
000748c824 miranda: add meta.mainProgram 2021-09-10 14:46:48 -05:00
github-actions[bot]
fa42e187e1
Merge staging-next into staging 2021-09-10 18:01:52 +00:00
Martin Weinelt
d9341eafa2
Merge branch 'master' into staging-next 2021-09-10 15:04:01 +02:00
Michael Raskin
0a87ed8170
Merge pull request #137110 from sternenseemann/sbcl-2.1.8
sbcl_2_1_8: init at 2.1.8
2021-09-10 12:42:41 +00:00
Ryan Burns
554d86af20 openjfx11: fix build
Remove -Werror=implicit-function-declaration, which when passed to cmake
for webkit build breaks C++ compiler configuration due to spurious warnings:
`cc1plus: warning: '-Werror=' argument '-Werror=implicit-function-declaration' is not valid for C++`
2021-09-10 21:38:30 +09:00
Alyssa Ross
28a97eab19
rust: 1.54.0 -> 1.55.0 2021-09-10 09:26:43 +00:00
Alyssa Ross
a43efb9884
cargo: don't use vendored curl
Using the curl from Nixpkgs will fix Cargo 0.55.0 on Darwin.
2021-09-10 09:26:42 +00:00
github-actions[bot]
caaf7e753c
Merge staging-next into staging 2021-09-10 06:01:46 +00:00
github-actions[bot]
3f7ad651c7
Merge master into staging-next 2021-09-10 06:01:06 +00:00
Anderson Torres
45d44fb1a1
Merge pull request #137142 from AndersonTorres/new-asm
Assemblers for 8-bit chips
2021-09-09 22:36:47 -03:00
github-actions[bot]
8de3dc884c
Merge master into haskell-updates 2021-09-10 00:06:15 +00:00
AndersonTorres
8d06eef655 atasm: init at 1.09 2021-09-09 17:48:34 -03:00
github-actions[bot]
57ea0f613d
Merge staging-next into staging 2021-09-09 18:01:41 +00:00
github-actions[bot]
dbebaeb8ba
Merge master into staging-next 2021-09-09 18:01:06 +00:00
John Ericson
29a06adb07
Merge pull request #132199 from alexfmpe/cross-mingw-ghc
ghc 8.x: fix cross compilation to windows
2021-09-09 11:10:33 -04:00
Sebastian Neubauer
48a54cc820 hip: add update script 2021-09-09 15:42:07 +02:00
Sebastian Neubauer
61a2864b18 llvmPackages_rocm: add update script 2021-09-09 15:42:07 +02:00
github-actions[bot]
a646151837
Merge staging-next into staging 2021-09-09 06:01:37 +00:00
github-actions[bot]
77893d86c2
Merge master into staging-next 2021-09-09 06:01:04 +00:00
Alexandre Esteves
bd5f47022c ghc8.8.4: fix mingw build 2021-09-09 03:35:17 +01:00
Alexandre Esteves
eea8e3eace ghc8.10.7: fix mingw build 2021-09-09 03:35:07 +01:00
Ben Siraphob
96e5548dfe
Merge pull request #137061 from siraben/swi-prolog-updates 2021-09-08 19:42:25 -05:00
github-actions[bot]
a84ab6724a
Merge staging-next into staging 2021-09-08 18:01:37 +00:00
github-actions[bot]
31efc58eb0
Merge master into staging-next 2021-09-08 18:01:03 +00:00
Bernardo Meurer
739c25621f
Merge pull request #136445 from lovesegfault/rocm-hip
hip: init at 4.3.1
2021-09-08 10:45:57 -07:00
sternenseemann
05020744fb sbcl_2_1_8: init at 2.1.8 2021-09-08 16:38:09 +02:00
markuskowa
13bd2afb65
Merge pull request #136571 from markuskowa/fix-gfortran
treewide: move gfortran to nativeBuildInputs
2021-09-08 14:48:28 +02:00
github-actions[bot]
350e236585
Merge staging-next into staging 2021-09-08 06:01:57 +00:00
github-actions[bot]
ad1de317ad
Merge master into staging-next 2021-09-08 06:01:19 +00:00
AndersonTorres
d559051a1c zig: 0.8.0 -> 0.8.1 2021-09-08 14:50:08 +09:00
Ben Siraphob
c1fe21db90 swi-prolog: 8.3.9 -> 8.3.29 2021-09-07 23:09:12 -05:00
Ben Siraphob
2e0d123158 swi-prolog: set meta.mainProgram 2021-09-07 22:51:03 -05:00
Luke Granger-Brown
9094826af8 Merge remote-tracking branch 'upstream/staging-next' into staging-fix 2021-09-07 16:23:11 +00:00
Vladimír Čunát
dbc3228248
Merge branch 'master' into staging-next
(It's a little older version of master, to bring haskell updates now.)
2021-09-07 08:21:02 +02:00
(cdep)illabout
89c37a0988
haskell.compiler.ghc921: remove darwin from hydraPlatforms since it is broken
This was marked broken in 6f1a319c45.
2021-09-07 09:49:54 +09:00
Bernardo Meurer
75125b85d0
hip: init at 4.3.1
Co-Authored-By: acowley <acowley@users.noreply.github.com>
2021-09-06 12:01:57 -07:00
AndersonTorres
ae19d5c68b as31: init at 2.3.1 2021-09-05 23:22:37 -03:00
github-actions[bot]
75dc00dbd8
Merge master into staging-next 2021-09-05 18:00:57 +00:00
maralorn
828f92acea
Merge pull request #136797 from ncfavier/unbreak-lambdabot
haskellPackages.lambdabot-social-plugins,lambdabot: unbreak, add myself as maintainer
2021-09-05 19:01:02 +02:00
Vladimír Čunát
c5f4e54e1d
Merge #135692: pkgsCross.avr.buildPackages.gcc: work around
... for log limit on hydra
2021-09-05 16:47:18 +02:00
Martin Weinelt
7f732aca66 Revert "Merge remote-tracking branch 'origin/python-unstable' into staging-next"
This reverts commit b041b2e1b2, reversing
changes made to 5b6c2380ad.
2021-09-05 15:02:25 +02:00
Martin Weinelt
b041b2e1b2 Merge remote-tracking branch 'origin/python-unstable' into staging-next 2021-09-05 14:51:26 +02:00
Emery Hemingway
45398d7b54 Initial nimPackages utilities
Add a nimPackages attrset with "buildNimPackage" and "fetchNimble".
2021-09-05 11:20:00 +02:00
github-actions[bot]
91c17290ed
Merge master into haskell-updates 2021-09-04 00:06:04 +00:00
github-actions[bot]
e750a74632
Merge staging-next into staging 2021-09-04 00:02:10 +00:00
github-actions[bot]
e3f1f8bba2
Merge master into staging-next 2021-09-04 00:01:34 +00:00
Michael Weiss
5661f7dbee
llvmPackages_13.compiler-rt: Mark as broken on Aarch64
To avoid unnecessary builds but this needs to be fixed ASAP. Chromium
already depends on it and a lot of additional packages, including Mesa,
will depend on it after the stable release.
2021-09-03 23:13:43 +02:00
Alyssa Ross
071a7a4583
Merge remote-tracking branch 'nixpkgs/master' into staging-next 2021-09-03 18:23:45 +00:00
Joe Hermaszewski
96bceacda6
Merge pull request #136376 from sternenseemann/ghc-maintainers
haskell.compiler.*: clean up maintainer sets
2021-09-03 15:07:31 +01:00
Markus Kowalewski
f476dcf3b3
graalvm: move gfortran to nativeBuildInputs 2021-09-03 13:33:32 +02:00
Bernardo Meurer
e3b026fdba
llvmPackages_rocm: 4.1.0 -> 4.3.1 2021-09-02 13:04:11 -07:00
Bernardo Meurer
e4459e59a2
llvmPackages_rocm: add compiler-rt
Co-Authored-By: acowley <acowley@users.noreply.github.com>
2021-09-02 12:21:44 -07:00
github-actions[bot]
c421cdc0ee
Merge master into haskell-updates 2021-09-02 00:05:59 +00:00
github-actions[bot]
047fcb59bd
Merge staging-next into staging 2021-09-01 18:01:48 +00:00
github-actions[bot]
6db5c6fc7b
Merge master into staging-next 2021-09-01 18:01:09 +00:00
sternenseemann
791f39c668 haskell.compiler.*: clean up maintainer sets
Let's remove peti (retired) as well Marc, Andres and Will who haven't
been active lately. Feel free to re-add yourself, but this should at
least lessen the GitHub notifications for now.

Add lib.teams.haskell to every maintainer list additionally. I've also
added Domen and Pavol to GHC 8.10.7 binary since they are the only ones
working on aarch64-darwin so far. Let me know if that is alright with
you.
2021-09-01 16:49:18 +02:00
Mario Rodas
7458f66f63
fstar: 2021.07.31 -> 2021.08.27 (#136215) 2021-09-01 07:31:20 -05:00
sternenseemann
6f1a319c45 haskell.compiler.ghc921: mark as broken on darwin
Seems like there is either a fundamental issue with how our derivation
works or an upstream bug prevent GHC 9.2.1 from compiling on macOS using
nixpkgs. Until someone fixes that or rc2 comes around, we can save the
build time.
2021-09-01 14:22:49 +02:00
github-actions[bot]
af292b1cdd
Merge staging-next into staging 2021-09-01 12:01:50 +00:00
Alyssa Ross
c13cf1e76f
Merge remote-tracking branch 'nixpkgs/master' into staging-next 2021-09-01 07:47:01 +00:00
github-actions[bot]
4a174b6bb7
Merge staging-next into staging 2021-09-01 06:01:46 +00:00
Vladimír Čunát
4f1b64d802
Merge #136081: orc: disable test failing on armv7l 2021-09-01 07:04:58 +02:00
github-actions[bot]
5f6b37f57e
Merge master into haskell-updates 2021-09-01 00:07:34 +00:00
Jack Cummings
912565a708 whitespace 2021-08-31 16:53:58 -05:00