summary refs log tree commit diff
path: root/pkgs/development/interpreters/racket
Commit message (Collapse)AuthorAge
* racket: 7.4 -> 7.5Mario Rodas2019-12-04
| | | | Release Announcement: https://download.racket-lang.org/v7.5.html
* treewide: remove empty inheritsMario Rodas2019-12-04
| | | | These empty inherits were accidentally introduced by https://github.com/NixOS/nixpkgs/pull/66585
* racket: 7.3 -> 7.4Florian Klink2019-10-22
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* racket: 7.2 -> 7.3geistesk2019-05-16
|
* Merge pull request #55002 from clacke/racket-glSarah Brofeldt2019-03-16
|\ | | | | racket: add libGL and libGLU to libPath
| * racket: add libGL and libGLU to libPathClaes Wallin (韋嘉誠)2019-02-01
| | | | | | | | | | | | The sgl collection loads them over FFI. Closes #52990
* | Merge pull request #55004 from clacke/racket-build-cacertSarah Brofeldt2019-03-02
|\ \ | | | | | | racket{,-minimal}: add cacert to nativeBuildInputs, silence warnings
| * | racket{,-minimal}: add cacert to nativeBuildInputs, silence warningsClaes Wallin (韋嘉誠)2019-02-01
| |/ | | | | | | | | | | | | | | | | 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.
* | racket, racket-minimal: 7.1 -> 7.2 (#54994)Claes Wallin (韋嘉誠)2019-02-04
| | | | | | | | | | 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).
* | Merge pull request #55005 from clacke/racket-full-no-darwinAlyssa Ross2019-02-01
|\ \ | | | | | | racket: remove x86_64-darwin from platforms
| * | racket: mark x86_64-darwin brokenClaes Wallin (韋嘉誠)2019-02-01
| |/ | | | | | | | | | | It does not build on this platform, and will not do so any time soon. Closes #53389
* / racket: 7.1 -> 7.2 (#54971)Mario Rodas2019-01-31
|/
* racket: fix gappsWrapperArgsMario Rodas2019-01-20
| | | | Otherwise LD_LIBRARY_PATH is unset
* racket: fix drracket crashes on file dialogsJörg Thalheim2019-01-17
|
* Merge remote-tracking branch 'upstream/master' into racket-full-darwinClaes Wallin (韋嘉誠)2018-11-16
|\
| * racket: 7.0 -> 7.1geistesk2018-10-27
| |
| * racket: warn to avoid repeating #45952Vladimír Čunát2018-09-09
| |
| * racket-minimal: fix hash (#45952)Mario Rodas2018-09-02
| |
| * racket: 6.12 -> 7.0 (#45650)Till Höppner2018-08-27
| |
| * treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * racket: use latest gtk (gtk2 -> gkt3) (#41557)Stewart Mackenzie2018-06-06
| |
| * racket: use proper uname, allow for unix socketstilpner2018-05-29
| | | | | | | | | | | | 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.
| * racket: fix LD_LIBRARY_PATHYucheng Zhang2018-04-11
| |
* | racket: on darwin, use libiconvClaes Wallin (韋嘉誠)2018-02-24
|/ | | | | | | Without libiconv, racket doesn't support UTF-16, and this breaks one of the tests. Closes #34576
* racket-minimal: build on darwinClaes Wallin (韋嘉誠)2018-02-22
| | | | | | | | | | | | 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.
* racket-minimal: Add aarch64-linux to meta.platformsClaes Wallin (韋嘉誠)2018-02-16
| | | | | Move description and longDescription to meta -- they were accidentally in the parent set.
* racket-minimal: Correct description: Dr. Racket, not Mr.Claes Wallin (韋嘉誠)2018-02-13
|
* racket-minimal: add descriptionClaes Wallin (韋嘉誠)2018-02-10
|
* racket-minimal: init at 6.12.0 (same as racket)Claes Wallin (韋嘉誠)2018-02-10
| | | | | | | | 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.
* racket: 6.11 -> 6.12geistesk2018-01-28
|
* racket: reenable docs by defaultGabriel Ebner2017-11-12
|
* racket: 6.10.1 -> 6.11geistesk2017-10-31
|
* darwin: Disable some more packages that have never builtTuomas Tynkkynen2017-09-30
| | | | | | | 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
* racket: 6.10 -> 6.10.1geistesk2017-09-13
|
* racket: fix shared library buildJörg Thalheim2017-08-26
|
* racket: 6.9 -> 6.10geistesk2017-08-26
|
* racket: 6.8 -> 6.9geistesk2017-06-04
|
* racket: add readline supportHenry Till2017-03-07
|
* racket: disable i686 buildsHenry Till2017-03-05
| | | | ref #23253
* racket 6.8Karn Kallio2017-01-27
| | | | | | | | | | 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.
* racket release 6.7Karn Kallio2016-11-04
| | | | | | | | | 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
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* racket: 6.5 -> 6.6 (#17233)Rahul Gopinath2016-07-25
|
* racket: 6.4 -> 6.5Karn Kallio2016-05-05
|
* racket: 6.3 -> 6.4zimbatm2016-04-03
|
* racket: fix build errorHenry Till2016-03-07
| | | | | | https://github.com/racket/racket/issues/1222 closes #13733
* racket: change meta.platorms to unixEric Seidel2016-01-24
|