Commit Graph

20 Commits

Author SHA1 Message Date
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
Maxine Aubrey
1fa3ff53f0
bolt: 0.9.6 → 0.9.7
https://gitlab.freedesktop.org/bolt/bolt/-/compare/0.9.6...0.9.7
2024-02-19 18:00:07 +01:00
Adam Joseph
bc2d598878 treewide: change pythonForBuild to pythonOnBuildForHost 2023-11-05 17:42:12 -08:00
Fabián Heredia Montiel
0905c403d8 bolt: 0.9.5 → 0.9.6 2023-09-26 18:06:40 -06:00
Maxine Aubrey
f1e518e06f
bolt: 0.9.2 -> 0.9.5 2023-03-05 13:54:45 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Jan Tojnar
4255bb62dd bolt: disable tests
They are failing with GLib 2.73: https://gitlab.freedesktop.org/bolt/bolt/-/issues/181
2022-10-11 18:52:18 +02:00
Artturin
da9a9a4404 treewide: cross fixes 2022-09-07 21:20:54 +03:00
Jan Tojnar
d487bcce32 bolt: 0.9.1 → 0.9.2
https://gitlab.freedesktop.org/bolt/bolt/-/tags/0.9.2
2022-05-05 16:33:58 +02:00
Jan Tojnar
e50d5470e1 bolt: fix tests
Newer umockdev pre-creates directories which leads to conflicts when the testsuite tries to create them as well.
2021-10-09 21:35:55 +02:00
Maxine Aubrey
6cb28a7a47
bolt: 0.9 -> 0.9.1 2021-03-08 19:44:05 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +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
Robert Hensing
031dabe1ca bolt: Disable atime tests 2020-12-07 08:44:08 +01:00
Peter Hoeg
de2112c03d bolt: 0.8 -> 0.9 2020-11-10 08:09:47 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Nikolay Amiantov
44099371b2 bolt: 0.7 -> 0.8 2019-08-18 21:17:32 +03:00
Dan Callahan
c2a1d01a4b
bolt: init at 0.7 2019-02-19 20:54:37 +00:00