Commit graph

6 commits

Author SHA1 Message Date
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
freezeboy 6683f3bf65 calaos_installer: 3.1 -> 3.5
Also migrate to Qt 5.15
2020-11-20 22:24:18 +01:00
Martin Milata 5858162f5e calaos_installer: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Daiderd Jordan 68956555c1 calaos_installer: fix darwin install (#46629)
On darwin this builds an application instead of a binary.

/cc ZHF #45961
2018-09-13 23:40:30 +02:00
Sébastien Maccagnoni c0866e1990 calaos_installer: init at 3.1 2018-03-18 11:53:41 +01:00