Commit graph

78 commits

Author SHA1 Message Date
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
Claes Wallin (韋嘉誠) 45c0f8956d racket: mark x86_64-darwin broken
It does not build on this platform, and will not do so any time soon.

Closes #53389
2019-02-01 22:53:23 +08:00
Claes Wallin (韋嘉誠) f0fbed5690 racket{,-minimal}: add cacert to nativeBuildInputs, silence warnings
We don't actually perform any network access, but since Racket 7.0,
when certain modules are loaded, they emit an annoying warning.
While compiling the bundled packages, this happens over and over and
pollutes the logs.

Having a correct SSL configuration prevents the warnings.
2019-02-01 01:23:40 +08:00
Claes Wallin (韋嘉誠) e43a4fa9ce racket: add libGL and libGLU to libPath
The sgl collection loads them over FFI.

Closes #52990
2019-02-01 01:17:39 +08:00
Mario Rodas 46415c186c racket: 7.1 -> 7.2 (#54971) 2019-01-31 15:06:23 +00:00
Mario Rodas ac1ef106c1
racket: fix gappsWrapperArgs
Otherwise LD_LIBRARY_PATH is unset
2019-01-20 18:56:14 -05:00
Jörg Thalheim 4f9e46af5d
racket: fix drracket crashes on file dialogs 2019-01-17 08:58:34 +00:00
Claes Wallin (韋嘉誠) d3c2ec6f1d Merge remote-tracking branch 'upstream/master' into racket-full-darwin 2018-11-16 15:41:48 +08:00
geistesk 499df932d3 racket: 7.0 -> 7.1 2018-10-27 11:51:16 +02:00
Vladimír Čunát d0413d1ac9
racket: warn to avoid repeating #45952 2018-09-09 21:19:29 +02:00
Mario Rodas a3872f66b7 racket-minimal: fix hash (#45952) 2018-09-02 21:51:49 +02:00
Till Höppner a3f016f9f7 racket: 6.12 -> 7.0 (#45650) 2018-08-27 21:22:27 +02:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Stewart Mackenzie a12cda8794 racket: use latest gtk (gtk2 -> gkt3) (#41557) 2018-06-06 14:04:42 +01:00
tilpner a12a277e62
racket: use proper uname, allow for unix sockets
Racket checks the current platform via uname, then disallows
unix domain socket usage based on the result. Previously, it could not
successfully call uname at all, so it fell back to denying UDS.
2018-05-29 20:07:41 +02:00
Yucheng Zhang 6016d3703d racket: fix LD_LIBRARY_PATH 2018-04-11 11:59:43 +08:00
Claes Wallin (韋嘉誠) 2f8f18986a racket: on darwin, use libiconv
Without libiconv, racket doesn't support UTF-16, and this breaks one
of the tests.

Closes #34576
2018-02-24 06:49:24 +08:00
Claes Wallin (韋嘉誠) fdbc744856 racket-minimal: build on darwin
Technically, racket compiles and packages too, but it doesn't pass all
tests yet, so the build fails.

gcc7Stdenv is GCC 7 with the MacOS-specific adaptations retained.
Building on MacOS with that works, but we should be using clang.

I'm hoping that the next person wanting to override the compiler
version in some other derivation sees that attribute and doesn't
inadvertently break a MacOS build again.
2018-02-22 01:27:16 +08:00
Claes Wallin (韋嘉誠) a4763e1fd2 racket-minimal: Add aarch64-linux to meta.platforms
Move description and longDescription to meta -- they were accidentally
in the parent set.
2018-02-16 12:32:57 +08:00
Claes Wallin (韋嘉誠) e87fb71085 racket-minimal: Correct description: Dr. Racket, not Mr. 2018-02-13 08:05:35 +08:00
Claes Wallin (韋嘉誠) ebf394be85 racket-minimal: add description 2018-02-10 13:30:51 +08:00
Claes Wallin (韋嘉誠) 435bceb69e racket-minimal: init at 6.12.0 (same as racket)
Racket without the bundled packages, such as Mr Racket.

The essential package racket-libs is included, as well as libraries
that live in collections. In particular, raco and the pkg library are
still bundled.
2018-02-10 12:51:51 +08:00
geistesk 69b5ff8b6e racket: 6.11 -> 6.12 2018-01-28 21:32:24 +01:00
Gabriel Ebner 30cf73cbde racket: reenable docs by default 2017-11-12 10:12:29 +01:00
geistesk 1b918d1ad2 racket: 6.10.1 -> 6.11 2017-10-31 02:09:33 +01:00
Tuomas Tynkkynen fd97fa71dd darwin: Disable some more packages that have never built
streamripper: https://hydra.nixos.org/build/61726659
racket: https://hydra.nixos.org/build/61750850
radare: https://hydra.nixos.org/build/61756146
stockfish: https://hydra.nixos.org/build/61726172
2017-09-30 22:32:27 +03:00
geistesk af2ceaf63c racket: 6.10 -> 6.10.1 2017-09-13 23:16:18 +02:00
Jörg Thalheim 5ae506e94a racket: fix shared library build 2017-08-26 20:12:07 +01:00
geistesk 8dc06a2385 racket: 6.9 -> 6.10 2017-08-26 18:35:40 +02:00
geistesk c57d0be40a racket: 6.8 -> 6.9 2017-06-04 09:20:55 +02:00
Henry Till d95f21f6a1 racket: add readline support 2017-03-07 15:08:02 -05:00
Henry Till 6ed6731e36 racket: disable i686 builds
ref #23253
2017-03-05 14:51:48 -05:00
Karn Kallio 9027474b7e racket 6.8
The attached patch advances the version of the racket expression in
nixpkgs to the latest released 6.8 version.

From 815aae487d5ed4b70145ebadc03a5bd040a8a829 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org>
Date: Fri, 27 Jan 2017 22:55:18 -0400
Subject: [PATCH] racket: advance to the 6.8 latest released version.
2017-01-27 22:01:57 -05:00
Karn Kallio 967d3c1192 racket release 6.7
The attached patch advances racket to the latest released version 6.7

From 30a1d275376ed2f156314c5f99c4a4a9ba69d2b4 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org>
Date: Fri, 4 Nov 2016 01:13:58 -0400
Subject: [PATCH] racket : advance to the latest release 6.7
2016-11-04 09:03:30 -04:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Rahul Gopinath cbcee08650 racket: 6.5 -> 6.6 (#17233) 2016-07-25 06:03:35 +02:00
Karn Kallio deb1c67411
racket: 6.4 -> 6.5 2016-05-05 20:25:25 +02:00
zimbatm 3dfe4297ae racket: 6.3 -> 6.4 2016-04-03 14:10:35 +01:00
Henry Till cf71bc9255 racket: fix build error
https://github.com/racket/racket/issues/1222

closes #13733
2016-03-07 10:49:19 -05:00
Eric Seidel dd6d4ca8cc racket: change meta.platorms to unix 2016-01-24 11:33:34 -08:00
Eric Seidel 2e62f785d4 racket: fix on darwin 2016-01-22 17:38:11 -08:00
Henry Till 00f394e2a9 racket: 6.2.1 -> 6.3 2016-01-16 15:57:23 -05:00