Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
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
ajs124
45ec5898cb
maintainers: remove tstrobel
...
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-06-29 00:54:53 +02:00
Markus S. Wamser
4a18eff46c
tpmmanager: switch to Qt5
2022-05-13 22:34:02 +02:00
Markus S. Wamser
210739403a
tpmmanager: fix hash
2022-05-13 11:20:42 +02:00
Sandro
10d595efc1
tpmmanager: fetch tag
2022-03-21 22:20:31 +01:00
Felix Buehler
3a1e015627
tpmmanager: switch to fetchFromGitHub
2022-03-16 23:23:10 +01:00
Felix Buehler
82cb33a0ae
treewide: remove meta.version
2021-07-18 00:07:38 +02:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +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
Nikolay Amiantov
bc428f9429
tpmmanager: move to qmake4Hook
2016-04-20 18:55:44 +03:00
Thomas Strobel
e0da9ec935
tpmmanager: init at 0.8.1
2015-07-15 10:21:11 +02:00