summary refs log tree commit diff
path: root/pkgs/development/compilers/smlnj
Commit message (Collapse)AuthorAge
* smlnjBootstrap: move dependents over to regular smlnjSimon Chatterjee2021-06-28
| | | | | | | smlnjBootstrap seems to exist as a workaround for a failing x86_64-darwin build of regular smlnj. Now this is fixed, the workaround can be removed. (aarch64-darwin is being actively worked on by the smlnj project, and currently is supported by neither derivation.)
* smlnj: fix x86_64-darwin buildSimon Chatterjee2021-06-28
|
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* pkgs/development/compilers: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* smlnj: 110.91 -> 110.95, add 64-bit supportKirill Boltaev2019-12-04
| | | | Also drop isDarwin check in `top-level/all-packages.nix` till darwin build is fixed.
* treewide: name -> pnamevolth2019-08-17
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* smlnjBootstrap: 110.84 -> 110.91Vaibhav Sagar2019-08-04
|
* smlnj: don't indicate darwin supportVaibhav Sagar2019-07-13
|
* smlnj: 110.85 -> 110.91Vaibhav Sagar2019-07-13
|
* smlnj: 110.84 -> 110.85Vaibhav Sagar2019-02-05
|
* smlnj: 110.84 includes a new implementation of Abstract Syntax Description ↵Ashijit Pramanik2018-11-16
| | | | Library (ASDL). Adding it as a required source.
* smlnj: 110.79 -> 110.84 and smlnj-bootstrap: 110.80 -> 110.84Ashijit Pramanik2018-11-16
|
* apple_sdk: use multiple outputsMatthew Bauer2018-06-09
|
* darwin: cleanup obsolete sdksPeriklis Tsirakidis2017-03-24
|
* smlnj-bootstrap: 110.76 -> 110.80Dan Peebles2016-09-08
|
* smlnj: 110.78 -> 110.79Ben Darwin2015-10-09
|
* smlnj: build on darwinAnthony Cowley2015-07-24
|
* Turned some meta.maintainers into listsPascal Wittmann2015-05-14
|
* nixpkgs: adopt smlnj, 110.76 -> 110.78Austin Seipp2015-04-06
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Don't use ensureDirEelco Dolstra2014-07-22
|
* smljnBootstrap: new expression for running smlnj on darwinJohn Wiegley2014-06-26
|
* Add smlnj-110.76Song Wenwu2013-10-21
Based on patch by Marc Weber: http://lists.science.uu.nl/pipermail/nix-dev/2010-December/005625.html Close #1058.