stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
7b470efced
bruteforce-luks: 1.4.0 -> 1.4.1
2024-03-01 22:44:37 +00: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
R. RyanTM
8dcd65d549
bruteforce-luks: 1.3.2 -> 1.4.0
2019-12-09 07:48:00 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
6bb054cd62
bruteforce-luks: 1.3.1 -> 1.3.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/bruteforce-luks/versions
2019-06-01 00:56:49 -07:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Franz Pletz
fa7d449faa
bruteforce-luks: 1.2.1 -> 1.3.1
2017-08-28 00:54:41 +02:00
Tobias Geerinckx-Rice
b04e2fab7c
bruteforce-luks: 1.2.0 -> 1.2.1
2016-06-06 21:58:19 +02:00
Tobias Geerinckx-Rice
3671447685
bruteforce-luks: init at 1.2.0
2016-01-27 04:59:51 +01:00