Commit Graph

12 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
Sandro
e0c1c6a689
Merge pull request #206218 from r-ryantm/auto-update/MIDIVisualizer 2023-01-23 23:53:38 +01:00
Zhong Jianxin
dba05fbc27 MIDIVisualizer: Add Darwin support 2022-12-31 20:31:29 +08:00
R. Ryantm
f163ec78a3 MIDIVisualizer: 6.5 -> 7.0 2022-12-15 10:05:21 +00:00
R. Ryantm
2ca3e872af MIDIVisualizer: 6.4 -> 6.5 2021-11-02 10:50:44 +00:00
R. RyanTM
00da8a0281 MIDIVisualizer: 6.3 -> 6.4 2021-04-14 21:00:37 +00:00
R. RyanTM
f4e60e1caf MIDIVisualizer: 6.2 -> 6.3 2021-03-15 08:56:38 +00:00
R. RyanTM
93da25d320 MIDIVisualizer: 6.0 -> 6.2 2021-01-18 09:47:18 +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
75283f00c5 MIDIVisualizer: 5.2 -> 6.0 2020-12-07 10:44:44 +00:00
Sandro
a9f8357e2e
MIDIVisualizer: 5.1 -> 5.2 (#101006) 2020-11-23 03:52:47 +01:00
Eric Dallo
c33b26ff59
MIDIVisualizer: init at 5.1 2020-08-03 20:13:40 -03:00