Commit Graph

10135 Commits

Author SHA1 Message Date
R. RyanTM
8b085dac8f fennel: 0.9.2 -> 0.10.0 2021-08-12 11:29:53 +00:00
Michael Raskin
ea494914f0
Merge pull request #133261 from SeTSeR/master
compiler-rt: Rename `llvm` argument to `libllvm` for consistency.
2021-08-11 14:51:40 +00:00
Malte Brandy
d86710ad1f
Merge branch 'master' into haskell-updates 2021-08-10 22:01:47 +02:00
Sandro
1eea388646
Merge pull request #133332 from SuperSandro2000/cleanup 2021-08-10 14:28:26 +02:00
Sandro Jäckel
047fea5392
ecl: format, cleanup 2021-08-10 10:32:45 +02:00
Sandro Jäckel
e61bbf2eb0
scala-runners: remove unused input 2021-08-10 10:32:44 +02:00
Kid
b43389f49d iasl: drop pacakge 2021-08-10 03:46:01 +00:00
Dennis Gosnell
debd99499a
Merge pull request #133309 from utdemir/ud/update-ghc-head-2021080
haskell.compiler.ghcHEAD: 9.3.20210504 -> 9.3.20210806
2021-08-10 10:40:03 +09:00
Dmitry Kalinkin
d7b436eac2
Merge pull request #133291 from raboof/sdcc-honour-dontStrip
sdcc: honour dontStrip
2021-08-09 20:40:46 -04:00
Utku Demir
a794c51c07
haskell.compiler.ghcHEAD: 9.3.20210504 -> 9.3.20210806 2021-08-10 08:28:41 +12:00
Arnout Engelen
12e3001dad
sdcc: honour dontStrip
even with 'dontStrip', the sdcc binary was stipped anyway.
specifying STRIP=none will convince ./configure to use 'none'
as the strip tool, which 'make install' conveniently ignores.
2021-08-09 22:10:14 +02:00
Artturi
be0b03e5a8
Merge pull request #133279 from r-ryantm/auto-update/dictu
dictu: 0.19.0 -> 0.20.0
2021-08-09 21:49:20 +03:00
R. RyanTM
2b2a534741 dictu: 0.19.0 -> 0.20.0 2021-08-09 17:24:52 +00:00
Sergey Makarov
a70bc70c14
compiler-rt: Rename llvm argument to libllvm for consistency.
All other `llvm` derivations use name `libllvm` for this argument.
2021-08-09 18:30:59 +03:00
Sandro
a6b6cfd6f7
Merge pull request #133212 from hrhino/scala-runners
scala-runners: unstable-2020-02-02 -> unstable-2021-07-28
2021-08-09 11:45:33 +02:00
Michael Raskin
8817b01339
Merge pull request #133176 from sternenseemann/ecl-fix-link-flags
ecl, ecl_16_1_2: fix linking of natively built libraries and executables
2021-08-09 09:05:29 +00:00
Michael Weiss
850e3daa61
Merge pull request #133168 from primeos/llvmPackages_13
llvmPackages_13: Forward port the patches from llvmPackages_12
2021-08-09 10:53:53 +02:00
sternenseemann
18a4e4f94f ecl, ecl_16_1_2: make sure ar is in PATH 2021-08-09 03:01:02 +02:00
Harrison Houghton
64f7698fc2 scala-runners: unstable-2020-02-02 -> unstable-2021-07-28
This brings support for Scala 3 (Dotty) with the `-3` flag.
2021-08-08 18:16:50 -04:00
Felix Buehler
7907d80379 intel-graphics-compiler: deprecate phases and replace it with runCommandLocal 2021-08-08 23:55:07 +02:00
sternenseemann
ccef83bd40 ecl_16_1_2: fix linking of compiled programs
* Use --with-gmp-incdir and --with-gmp-libdir (like for the main ecl
  derivation), so ecl can figure out the flags to pass on its own.
  Remove NIX_LDFLAGS hack for gmp.

* Make sure ecl can find boehmgc when linking programs / libraries via
  NIX_LDFLAGS. Pass correct -I for boehmgc via NIX_CFLAGS_COMPILE since
  there's no --with-boehmgc-prefix configure flag to achieve the same
  result.

* Use correct suffixSalt for every flag. This makes NIX_CFLAGS_COMPILE
  work properly in the first place and should prevent the extra flags
  hacks leaking into other places in some edge cases.
2021-08-08 20:16:36 +02:00
sternenseemann
38b4a4364d ecl: inform ecl about libraries to link against via configure flags
All libraries that ecl will have compiled libraries and executables link
against now have their own --with-<dep>-incdir and --with-<dep>-libdir
flag which is perfect for our distinct lib and dev outputs.

Consequently, we can get rid of the NIX_LDFLAGS-based hack in the
wrapper since ecl can figure out which flags to pass on its own.
2021-08-08 20:09:38 +02:00
Michael Weiss
c8db49f0a9
pkgsi686Linux.llvmPackages_13.compiler-rt: fix build
Ported from a7c4537a72.
2021-08-08 19:19:54 +02:00
Michael Weiss
a5f0733461
llvmPackages_13.lldb: python into lib & wrap binary
Ported from cc7740ae77.
2021-08-08 19:19:47 +02:00
Michael Weiss
a6defaf953
llvmPackages_13.lldb: fix python lldb library
Ported from e097f7efc7.
2021-08-08 19:19:41 +02:00
Michael Weiss
6a1354b1fc
llvmPackages_13.compiler-rt: fix build on darwin
Ported from cf4e1b9e62.
2021-08-08 19:19:35 +02:00
Michael Weiss
c858c42002
llvmPackages_13.clang: fix linker invocation with LLVMgold plugin
Ported from 3530837417.
2021-08-08 19:19:27 +02:00
Michael Weiss
d49cdfed55
pkgsi686Linux.llvmPackages_git.compiler-rt: fix build
Ported from a7c4537a72.
2021-08-08 15:54:13 +02:00
Michael Weiss
9b10cb2cba
llvmPackages_git.lldb: python into lib & wrap binary
Ported from cc7740ae77.
2021-08-08 15:54:12 +02:00
Michael Weiss
cab7daf2c1
llvmPackages_git.lldb: fix python lldb library
Ported from e097f7efc7.
2021-08-08 15:54:12 +02:00
Michael Weiss
3731e2d9b1
llvmPackages_git.compiler-rt: fix build on darwin
Ported from cf4e1b9e62.
2021-08-08 15:54:12 +02:00
Michael Weiss
3e37e1d980
llvmPackages_git.clang: fix linker invocation with LLVMgold plugin
Ported from 3530837417.
2021-08-08 15:54:11 +02:00
Artturi
842970bd61
Merge pull request #124711 from r-ryantm/auto-update/adoptopenjdk-icedtea-web
adoptopenjdk-icedtea-web: 1.8.6 -> 1.8.7
2021-08-08 07:29:50 +03:00
Brian Leung
f047ae82cd mit-scheme: 10.1.10 -> 11.2
Add ncurses as a propagated build input.
Add ghostscript, autoconf, and libtool as native build inputs.
Add epsf and texinfo to the texLive closure.
Support aarch64 Linux, and remove support for i686 Linux.

Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2021-08-07 18:27:21 -07:00
Sandro
d7e3a72305
Merge pull request #132928 from sbruder/update-rgbds
rgbds: 0.4.2 -> 0.5.1
2021-08-07 23:18:23 +02:00
Artturi
bd807ed5de
Merge pull request #131708 from luc65r/pkg/cxc
c3c: init at unstable-2021-07-30
2021-08-07 02:37:33 +03:00
Artturi
ebcd5f38ad
Merge pull request #125507 from superherointj/package-ocaml-description
ocaml: update meta.description
2021-08-07 02:32:06 +03:00
Simon Bruder
bf6d934cf8
rgbds: 0.4.2 -> 0.5.1
This also changes the owner of the GitHub repository and the homepage
URL because the repository was moved to a different organisation (the
old GitHub repository now redirects to the new one).

Also, since upstream switched to GNU Bison[1], the comment about byacc
is no longer necessary.

[1] https://github.com/gbdev/rgbds/issues/595
2021-08-06 22:07:12 +02:00
zowoq
869e4a894e go_1_16: 1.16.6 -> 1.16.7 2021-08-06 07:37:23 +10:00
zowoq
1d3f4cd77f go_1_15: 1.15.14 -> 1.15.15 2021-08-06 07:37:08 +10:00
Sandro
67df78457a
Merge pull request #132515 from kidonng/acpica-tools
acpica-tools,iasl: 20200430 -> 20210730
2021-08-05 16:31:44 +02:00
Sandro
c9c2426e2e
Merge pull request #132742 from raboof/jre-minimal-remove-unnecessary-file
jre-minimal: remove unnecessary test file
2021-08-05 12:17:44 +02:00
Arnout Engelen
380b350fb3
jre-minimal: remove unnecessary test file
Looks like we meant to move this file to `tests/test_jre_minimal.nix` but
somehow we accidentally duplicated it.
2021-08-05 09:20:41 +02:00
Sandro
e8a41956a7
Merge pull request #120072 from ericdallo/bump-graalvm 2021-08-04 21:12:32 +02:00
Sandro
9ef44466b8
Merge pull request #132540 from luc65r/pkg/dictu
dictu: init at 0.19.0
2021-08-04 20:47:01 +02:00
Michael Weiss
a6dc8b3469
llvmPackages_git: 2021-07-12 -> 2021-07-16
This includes the changes for 13.0.0-rc1 from
2540b66ba6.
2021-08-04 17:35:57 +02:00
Michael Weiss
2540b66ba6
llvmPackages_13: init at 13.0.0-rc1 2021-08-04 16:00:39 +02:00
Eric Dallo
5cdbd94cf9
graalvmce: 21.0.0 -> 21.2.0 2021-08-04 10:42:42 -03:00
Michael Weiss
f3f86d4722
llvmPackages_13: Copy from llvmPackages_git 2021-08-04 11:29:47 +02:00
Gabriel Ebner
16240ddd81
Merge pull request #132570 from yu-re-ka/feature/emscripten-bind-cache
emscripten: generate libembind*.a
2021-08-03 21:05:57 +02:00