about summary refs log tree commit diff
path: root/pkgs/servers/isso/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-10-30isso: fix testsRaito Bezarius1-0/+6
Due to some dependency bump, isso ceased to build its tests for a deprecated API usage. A PR has been sent upstream, see in the diff and it is applied via substitution here.
2023-05-22isso: 0.12.6.2 -> 0.13.0Raito Bezarius1-19/+22
This uses `buildNpmPackage` now and Node.js 20. Also, packages the HTML documentation in a new output. https://isso-comments.de/news/#isso-version-0-13-0-released
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2023-01-09isso: unbreak on aarch64-darwinWeijia Wang1-2/+0
2022-12-13treewide: mark packages broken that never built on PLATFORMRick van Schijndel1-0/+2
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken Tool is still WIP but this is one of the first results. I manually audited the results and removed some results that were not valid. Note that some of these packages maybe should have more constrained platforms set instead of broken set, but I think not being perfectly correct is better than just keep trying to build all these things and never succeeding. Some observations: - Some darwin builds require XCode tools - aarch64-linux builds sometimes suffer from using gcc9 - gcc9 is getting older and misses some new libraries/features - Sometimes tools try to do system detection or expect some explicit settings for platforms that are not x86_64-linux
2022-04-24isso: 0.12.6.1 -> 0.12.6.2R. Ryantm1-3/+3
2022-03-22isso: 0.12.5 -> 0.12.6.1Francesco Gazzetta1-4/+7
2022-01-23nixos/tests: link tests to their packagesFabian Möller1-1/+3
2021-08-09isso: added generation of javascript files to build phaseBenjamin Asbach1-3/+22
this fixes #129277
2021-03-26isso: 0.12.4 -> 0.12.5 (#117582)Francesco Gazzetta1-3/+3
2021-02-12isso: unstable-2020-09-14 -> 0.12.4Ente1-5/+3
* fixes: https://github.com/posativ/isso/issues/617
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-21isso: build from masterEnte1-10/+16
* The published 0.12.2 version is broken therefore switch to build from master. Related Issue: https://github.com/posativ/isso/issues/617 * cleanup build inputs * use python3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-01-28isso: 0.11.1 -> 0.12.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/isso/versions
2018-11-13isso: 0.10.6 -> 0.11.1 (#50310)Francesco Gazzetta1-29/+14
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-15python: isso: init at 0.10.6Francesco Gazzetta1-0/+54