summary refs log tree commit diff
path: root/pkgs/servers/web-apps/shiori
Commit message (Collapse)AuthorAge
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* buildGoModule packages: set doCheck = falsezowoq2020-08-10
|
* buildGoModule packages: editorconfig fixeszowoq2020-07-31
|
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
| | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
* shiori: fix build on darwinMario Rodas2020-03-21
|
* shiori: update modSha256, see #71049Minijackson2019-11-08
|
* shiori: init at 1.5.0Minijackson2019-09-22