Commit Graph

115 Commits

Author SHA1 Message Date
Mario Rodas
e5667c4a09 racket,racket-minimal: 8.11.1 -> 8.12
Changelog: https://blog.racket-lang.org/2024/02/racket-v8-12.html
2024-02-10 04:20:00 +00:00
Weijia Wang
875b09672a racket: fix runtime error on darwin 2023-12-05 17:10:45 +01:00
Mario Rodas
cda93e08b2 racket: use hash instead of sha256 in fetchurl 2023-11-30 04:20:00 +00:00
Mario Rodas
d291d63e62 racket,racket-minimal: 8.11 -> 8.11.1
Diff: https://github.com/racket/racket/compare/v8.11...v8.11.1

Changelog: https://blog.racket-lang.org/2023/11/racket-v8-11-1.html
2023-11-30 04:20:00 +00:00
Mario Rodas
64171a258c racket,racket-minimal: 8.10 -> 8.11
Changelog: https://github.com/racket/racket/releases/tag/v8.11
2023-11-14 04:20:00 +00:00
Henry Till
7ff193305b treewide: remove henrytill as maintainer from various pkgs 2023-11-28 10:52:47 -08:00
Weijia Wang
cdff1a05ee racket: fix build on darwin 2023-11-20 08:39:58 +01:00
Mario Rodas
b35fda3793 racket,racket-minimal: 8.9 -> 8.10
Changelog: https://github.com/racket/racket/releases/tag/v8.10
2023-08-16 04:20:00 +00:00
Weijia Wang
6124241ef1 racket: unbreak on darwin 2023-06-27 13:22:05 +03:00
Mario Rodas
e93c230250 racket,racket-minimal: 8.8 -> 8.9
https://github.com/racket/racket/releases/tag/v8.9
2023-05-12 04:20:00 +00:00
Mario Rodas
c1c4149c0f racket,racket-minimal: 8.7 -> 8.8
https://github.com/racket/racket/releases/tag/v8.8
2023-02-08 04:20:00 +00:00
Austin Seipp
29464cd170 racket: wrap with LOCALE_ARCHIVE iff Linux
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-02-06 01:27:43 -06:00
Shadaj Laddad
3b1c417a3f
racket: mark as unbroken on darwin
#203587 fixed failures on darwin, so the package now builds fine
2022-11-30 12:58:02 -08:00
Mario Rodas
d2226ea6e0 racket,racket-minimal: 8.6 -> 8.7
https://download.racket-lang.org/v8.7.html
2022-11-18 04:20:00 +00:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Mario Rodas
359c6e9a01 racket: 8.5 -> 8.6
https://download.racket-lang.org/v8.6.html
2022-08-12 04:20:00 +00:00
ajs124
0c35b851e4 maintainers: remove kkallio
no github account linked
2022-06-29 00:55:00 +02:00
Rick van Schijndel
03bc571744
treewide: pkgs/development: mark broken for darwin 2022-05-30 13:42:57 +02:00
Mario Rodas
2397fb1114 racket: 8.4 -> 8.5
https://github.com/racket/racket/releases/tag/v8.5
2022-05-01 04:20:00 +00:00
Congee
152b59855d
racket: support aarch64-darwin
According to https://reviews.llvm.org/D96164, aarch64-darwin executables
require at least an ad hoc signature.

The build tool from the racket repo tries to sign $out/bin/racket but
errors out, because that binary already has a signature.

It is not clear yet at which stage the signature was introduced. This
patch removes the existing signature always before calling
add-ad-hoc-signature to circumvent that error.
2022-02-17 14:35:20 -05:00
hazel levine
6a74f6251d
racket: add ncurses dependency 2022-02-13 17:15:55 -05:00
Mario Rodas
2b24509585 racket: 8.3 -> 8.4
https://download.racket-lang.org/v8.4.html
2022-02-12 04:20:00 +00:00
Ben Siraphob
ba3bf3b9f6
racket: 8.2 -> 8.3 2021-11-06 20:05:10 -05:00
Dmitry Moskowski
f21a491d3f racket: patch the runtime variant detection
Fixes #114993
2021-04-04 17:55:30 +00:00
Ben Siraphob
1bac76f06f racket: unbreak on darwin 2021-09-25 00:29:47 -05:00
Yurii Rashkovskii
420ae3f041 racket: 8.1 -> 8.2 2021-08-28 21:05:30 +09:00
Yurii Rashkovskii
2377c7ea61 racket: 8.0 -> 8.1 2021-06-01 13:08:54 -07:00
Mario Rodas
661c43188e racket-minimal: fix build on darwin 2021-02-14 17:40:00 +01:00
Ingo Blechschmidt
aa36e5d524 racket: 7.9 -> 8.0 (closes #102704) 2021-02-14 17:38:02 +01:00
Ben Siraphob
001c0cbe54 pkgs/development/interpreters: stdenv.lib -> lib 2021-01-23 20:29:03 +07:00
Jakub Kądziołka
9c01258465
racket: Update source hashes
Upstream has replaced the tarballs in place to fix racket/racket#3499.
2020-11-27 14:20:41 +01:00
Mario Rodas
1bf0327ef6 racket: 7.8 -> 7.9
https://download.racket-lang.org/v7.9.html
2020-11-03 23:19:43 -08:00
Mario Rodas
7902d94169
racket: 7.7 -> 7.8 2020-08-01 04:20:00 -05:00
Mario Rodas
eafd5b4d1b
racket: 7.6 -> 7.7 2020-05-03 04:20:00 -05:00
Asumu Takikawa
b271255ede racket: use --enable-useprefix configure flag.
This is to fix a regression in upstream Racket packaging, the upstream
bug tracking this is here:

  https://github.com/racket/racket/issues/3046

When the bug is fixed this workaround will be unnecessary.
2020-04-16 09:49:21 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Benno Fünfstück
ef3175bcfa racket: enable building on aarch64 2020-03-16 15:23:31 +01:00
Mario Rodas
dd95c8149a
racket: 7.5 -> 7.6
Changelog: https://download.racket-lang.org/v7.6.html
2020-02-14 04:20:00 -05:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Mario Rodas
afcf6d212b
racket: 7.4 -> 7.5
Release Announcement: https://download.racket-lang.org/v7.5.html
2019-12-04 04:20:00 -05:00
Mario Rodas
49c63e498c
treewide: remove empty inherits
These empty inherits were accidentally introduced by https://github.com/NixOS/nixpkgs/pull/66585
2019-12-04 04:20:00 -05:00
Florian Klink
0e6a91be02 racket: 7.3 -> 7.4 2019-10-22 11:58:44 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
geistesk
9ade471e67 racket: 7.2 -> 7.3 2019-05-16 10:02:28 +02:00
Sarah Brofeldt
6d9649528c
Merge pull request #55002 from clacke/racket-gl
racket: add libGL and libGLU to libPath
2019-03-16 19:27:50 +01:00
Sarah Brofeldt
bda745e9fc
Merge pull request #55004 from clacke/racket-build-cacert
racket{,-minimal}: add cacert to nativeBuildInputs, silence warnings
2019-03-02 10:10:16 +01:00
Claes Wallin (韋嘉誠)
f81c0c1d8e racket, racket-minimal: 7.1 -> 7.2 (#54994)
The old src/configure has been split into src/lt/configure for
classical Racket and src/cs/c/configure for Racket CS (Racket on Chez
Scheme).
2019-02-04 05:52:59 +00:00
Alyssa Ross
4e270f979c
Merge pull request #55005 from clacke/racket-full-no-darwin
racket: remove x86_64-darwin from platforms
2019-02-01 16:37:30 +00:00