summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/dale
AgeCommit message (Collapse)Author
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-10-02dale: 20181024 -> 20220411Daniel Nagy
2022-08-01treewide: fix platformsWeijia Wang
2021-05-08dale: fix buildJonathan Ringer
2021-01-23pkgs/development/compilers: stdenv.lib -> libBen Siraphob
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-01-30dale: 20170519 -> 20181024Luka Blaskovic
2019-08-17treewide: name -> pnamevolth
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-22dale: fix linking against llvm libsJörg Thalheim
2017-05-19dale: 20170419 -> 20170519Andrew Miloradovsky
Includes some stability/predictability and portability improvements.
2017-04-19dale: 20170416 -> 20170419Andrew Miloradovsky
- now builds on x86-32 too (+ tests) - fairer platforms declaration - corrected the license information
2017-04-17dale: init at 20170416Andrew Miloradovsky
Lisp-flavoured C. Dale is a system (no GC) programming language that uses S-expressions for syntax and supports syntactic macros.