about summary refs log tree commit diff
path: root/pkgs/development/interpreters/guile
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* guile: 2.2.6 -> 2.2.7Lancelot SIX2020-03-11
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00004.html for release information
* guile: fix unbound variable in setup-hookJan Tojnar2019-11-20
| | | | For compat with set -u
* treewide: remove redundant quotesvolth2019-09-08
|
* guile: 2.2.4 -> 2.2.6R. RyanTM2019-07-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/guile/versions
* guile: 2.2.3 -> 2.2.4Ben Wolsieffer2019-06-15
|
* guile_2_0: add patches for macos 10.12Matthew Bauer2019-04-26
|
* guile: apply patch for macOS 10.12+Matthew Bauer2019-04-26
|
* ghc, go, guile: Use new `pkgs*`John Ericson2019-03-24
| | | | | | `pkgsBuildTarget` allows us to avoid repeated and confusing conditions. The others merely provide clarity for one the foreign package set's target platform matters.
* treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* Treewide: use HTTPS on GNU Savannah domainsc0bw3b2018-12-02
| | | | | | | | HTTP -> HTTPS for: - http://savannah.gnu.org/ - http://git.savannah.gnu.org/ - http://download.savannah.gnu.org/ - http://svn.savannah.gnu.org/
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Merge remote-tracking branch 'upstream/staging' into strictDepsJohn Ericson2018-05-14
|\
| * Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-10
| |\
| | * guile: Remove old crossAttrsJohn Ericson2018-05-10
| | | | | | | | | | | | We fixed the linker issue with propagated dependencies.
| * | tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| |/ | | | | | | trivial part)
| * guile: Fix and clean up `libtool` propagation fixesMichael Alan Dorman2018-03-22
| | | | | | | | Fixes #37548
| * guile-1.8: Fix and clean up `libtool` propagation fixesMichael Alan Dorman2018-03-22
| | | | | | | | Fixes #37548
| * guile: Fix cross more, including 1.8John Ericson2018-03-06
| |
| * Guile: Fix cross-compilationShea Levy2018-02-25
| |
* | treewide: Get rid of all uses of crossConfigJohn Ericson2018-05-14
| | | | | | | | | | | | | | | | | | | | | | | | The hack of using `crossConfig` to enforce stricter handling of dependencies is replaced with a dedicated `strictDeps` for that purpose. (Experience has shown that my punning was a terrible idea that made more difficult and embarrising to teach teach.) Now that is is clear, a few packages now use `strictDeps`, to fix various bugs: - bintools-wrapper and cc-wrapper
* | guile: Remove old crossAttrsJohn Ericson2018-05-13
| | | | | | | | | | | | We fixed the linker issue with propagated dependencies. (cherry picked from commit 515ca1a7c8ca1c57b472826ae2b5dd2965b8b4bf)
* | guile: Fix and clean up `libtool` propagation fixesMichael Alan Dorman2018-05-13
| | | | | | | | | | | | Fixes #37548 (cherry picked from commit 72984210ab06dc3a56a1c2b666f3528ec5dcaadf)
* | guile-1.8: Fix and clean up `libtool` propagation fixesMichael Alan Dorman2018-05-13
| | | | | | | | | | | | Fixes #37548 (cherry picked from commit 2119041dbf4323ff3e92e605b70b75fc2c252741)
* | guile: Fix cross more, including 1.8John Ericson2018-05-13
| | | | | | | | (cherry picked from commit 76bc1d3fae46f28dd28cad8bc998dba74d03285e)
* | Guile: Fix cross-compilationShea Levy2018-05-13
|/ | | | (cherry picked from commit f79fa7794176c11530a3be3f05ffbc10f1e53003)
* guile: 2.2.0 -> 2.2.3Will Dietz2018-01-13
| | | | | | 2.2.3: https://lists.gnu.org/archive/html/guile-devel/2017-12/msg00000.html 2.2.2: https://lists.gnu.org/archive/html/guile-devel/2017-04/msg00035.html 2.2.1: https://lists.gnu.org/archive/html/guile-devel/2017-04/msg00034.html
* treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
* Merge remote-tracking branch 'origin/master' into gcc-6Eelco Dolstra2017-07-21
|\
| * guile: Don't use stdenv.crossJohn Ericson2017-06-28
| |
* | Merge remote-tracking branch 'upstream/master' into gcc-6Robin Gloster2017-05-20
|\|
| * guile_2_0: init at 2.0.13Michael Raskin2017-03-19
| | | | | | | | Reinstate guile 2.0.x. Use it for autogen
| * guile: 2.0 -> 2.2Rahul Gopinath2017-03-19
| |
| * guile: enable parallel buildingLluís Batlle i Rossell2017-03-13
| | | | | | | | | | civodul today on irc said that 2.0.13 likely has the parallel building issue fixed (case equal-or-over 8 cores). Let's try.
| * guile: fix include path in guile-2.0.pcVladimír Čunát2017-02-14
| | | | | | | | I forgot to /cc maintainer @civodul about the output-splitting.
| * guile*: split outputs to fix #22757Vladimír Čunát2017-02-14
| | | | | | | | The main aim is to decouple propagatedBuildInputs from $out.
| * guile: refactor expressionVladimír Čunát2017-02-13
| | | | | | | | No rebuild on non-Solaris.
* | Merge remote-tracking branch 'origin/master' into gcc-6Eelco Dolstra2016-12-21
|\|
| * guile: doCheck = false, as it causes problems sometimesVladimír Čunát2016-12-04
| | | | | | | | | | ... and I don't feel like digging into the exact cause. It's made worse by the fact that guile is quite a mass rebuild.
| * Merge pull request #20830 from grahamc/guileGraham Christensen2016-11-30
| |\ | | | | | | guile: apply patch fixing 00-repl-server.test stability (WIP)
| | * guile: apply patch fixing 00-repl-server.test stabilityGraham Christensen2016-11-30
| | |
| * | guile: doCheck = false on i686-linuxVladimír Čunát2016-11-26
| |/ | | | | | | | | | | | | | | | | | | It fails on Hydra now; I can't reproduce it locally and don't feel like debugging it. It might be due to the warning below. That appears on x86_64-linux as well, but we've got no problems in there so far... warning: call to primitive-fork while multiple threads are running; further behavior unspecified. See "Processes" in the manual, for more information.
* / guile: Fix random test failureEelco Dolstra2016-11-09
|/ | | | | | | | | Also, let's try parallel building again. Seems to work on several tries. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24769#12 http://hydra.nixos.org/build/43385084
* guile: 2.0.12 -> 2.0.13Lancelot SIX2016-10-17
| | | | | | | | | | This is a maintenance release on the stable series, containing security fixes. It addresses CVE-2016-8606 See http://lists.gnu.org/archive/html/info-gnu/2016-10/msg00009.html for upstream announcement
* Merge branch 'master' into stagingVladimír Čunát2016-08-07
|\ | | | | | | Hydra nixpkgs: ?compare=1286624
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
* | guile: 2.0.11 -> 2.0.12Lancelot SIX2016-07-21
|/ | | | | | | 2.0.12 is a maintenance release for the 2.0.x stable series. See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00007.html for announcement.
* treewide: Make explicit that 'dev' output of readline is usedTuomas Tynkkynen2016-05-19
|