Commit graph

10 commits

Author SHA1 Message Date
Jörg Thalheim e819542fd4
rainloop: 1.14.0 -> 1.16.0 2021-06-11 10:43:09 +02:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
James ‘Twey’ Kay a9def8ddbc
rainloop: allow multiple instances to use the same package 2020-09-06 04:04:19 +01:00
Stephane fd18ed96f2 rainloop: 1.13.0 -> 1.14.0
- update version
- change mechanism to set the data folder outside the nix store
2020-03-02 22:00:09 +01:00
Janne Heß 576a82d6c2 rainloop-standard: Fix pname and license (#73963)
- Switched to pname
- Fixed the double dash in pname
- Changed license to unfree (they don't allow redistribution)

Fixes #73956
2019-11-23 15:36:28 +01:00
Janne Heß 9c167efffd rainloop-standard: Update as well 2019-08-25 13:31:04 +02:00
R. RyanTM df493fe596 rainloop-community: 1.12.1 -> 1.13.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rainloop-community/versions
2019-08-20 15:10:19 -07:00
Janne Heß f3a095dbd2 rainloop: Init at 1.12.1 2018-08-07 19:01:39 +02:00