about summary refs log tree commit diff
path: root/pkgs/development/compilers/clasp
AgeCommit message (Collapse)AuthorFilesLines
2023-12-13clasp-common-lisp: use ninjaFlags instead of explicitly setting buildPhase ↵Philip Taron1-8/+2
and installPhase
2023-12-13clasp-common-lisp: fix build warningPhilip Taron2-0/+14
This resolves the annoying message for every compilation line: ``` clang-15: warning: argument unused during compilation: '-stdlib=libstdc++' [-Wunused-command-line-argument] ```
2023-12-13clasp-common-lisp: fetch dependencies in NixPhilip Taron3-59/+517
I'm doing this as I wasn't able to reproduce the tarball that the previous derivation produced, and some of the repositories that were pinned no longer exist.
2023-12-13clasp-common-lisp: use callPackage style instead of `with pkgs;`Philip Taron1-28/+51
2023-05-20clasp-common-lisp: build with fmt 9Mario Rodas1-1/+1
Clasp is not compatible with fmt 10 yet.
2023-04-05lisp-modules: set maintainers to the lisp teamKasper Gałkowski1-1/+1
2023-04-05clasp-common-lisp: set correct platformsKasper Gałkowski1-1/+4
2023-03-22lisp-modules: remove left over "..." in argument listsKasper Gałkowski1-1/+1
This was left over after 84eea85ad99ac2dd4c30d22dc32004888ea73b03
2023-03-13clasp-common-lisp: fix evalKasper Gałkowski1-65/+47
Forgot this change in 84eea85ad99ac2dd4c30d22dc32004888ea73b03
2023-03-02lisp-modules: make spec.flags a list of stringsKasper Gałkowski1-1/+1
2023-03-02clasp: init at 2.2.0Kasper Gałkowski2-0/+176
2023-03-02clasp: removeKasper Gałkowski1-129/+0
2021-07-27clasp: use python3Frederik Rietdijk1-2/+2
2021-07-17various: cleanup of "inherit version;"Felix Buehler1-1/+0
2021-01-23pkgs/development/compilers: stdenv.lib -> libBen Siraphob1-6/+6
2021-01-16treewide: fix double quoted strings in meta.descriptionBen Siraphob1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-11clasp-common-lisp: update/fix build, 2018-11-28 prerelease (towards 0.9)Michael Raskin1-14/+91
2018-11-13treewide: use wafHookMatthew Bauer1-30/+9
Replace "waf" phases with wafHook that manages everything automatically. Should make things more modular. Packages affected here are: - a2jmidid - ams-lv2 - ardour - fomp - guitarix - ingen - jalv - mda-lv2 - non - patchage - hamster-time-tracker - kupfer - xiphos - xfce4-dockbarx-plugin - xfce4-namebar-plugin - dropbox - clasp - aubio - liliv - lv2 - lvtk - ntk - raul - sratom - suil - ganv - ndn-cxx - ns3 - serd - sord - termbox - wxmupen64plus - jackaudio - pflask - blockhash - glmark2 - weighttp
2018-09-08clasp-common-lisp: mark as brokenUli Baum1-0/+1
no successful hydra build since 2018-01-03
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-10-24clasp-common-lisp: init at 0.4.99.20170801Michael Raskin1-0/+74