Commit graph

9 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
Elis Hirwing 09d82f63a4 transifex-client: 0.13.6 -> 0.13.9 2020-04-21 19:46:48 +02:00
Elis Hirwing ee16c546a4
transifex-client: Fix build
We have updated python-slugify to 4.0.0 (or newer) which broke the
build. This has happened several times before without actually
breaking the software.

So yeah, lets just accept newer versions and fix it if it breaks for
some other reason in the future.
2019-11-01 07:54:31 +01:00
Elis Hirwing d1a8006b89 transifex-client: Add missing setuptools dependency 2019-10-01 23:41:08 +09:00
Robert Schütz cf65abe85a transifex-client: fix build 2019-05-03 15:46:09 +02:00
Elis Hirwing 13c701e476
transifex-client: Fix build after updated dependencies 2019-03-04 13:15:01 +01:00
Elis Hirwing 997fd64006
transifex-client: 0.13.5 -> 0.13.6 2019-02-08 14:45:12 +01:00
Elis Hirwing 96a8320aaa
transifex-client: init at 0.13.5
Utility used to manage translations.
2019-01-21 07:47:55 +01:00