Commit Graph

27 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
R. Ryantm
45718e9f74 libmt32emu: 2.7.0 -> 2.7.1 2023-11-05 05:08:16 +00:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Artturin
05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00
Vladimír Čunát
6f69105199
libmt32emu: fixup path in .pc file 2022-09-27 18:20:02 +02:00
OPNA2608
ceb184396d mt32emu-qt: 1.10.2 -> 1.11.1 2022-08-08 17:52:46 +02:00
OPNA2608
9ba2e74b88 mt32emu-smf2wav: 1.8.2 -> 1.9.0 2022-08-02 16:20:02 +02:00
R. Ryantm
5fc48d53da libmt32emu: 2.6.3 -> 2.7.0 2022-08-01 00:15:41 +00:00
OPNA2608
f88302aa1c mt32emu-smf2wav: 1.7.0 -> 1.8.2 2022-05-12 18:05:47 +02:00
OPNA2608
883cb64ae9 mt32emu-qt: 1.9.0 -> 1.10.2 2022-05-12 18:05:47 +02:00
OPNA2608
bff64d8e02 libmt32emu: 2.5.3 -> 2.6.3 2022-05-12 16:46:01 +02:00
AndersonTorres
b5d5688a44 mt32emu-qt: init at 1.9.0 2022-02-01 17:45:56 -03:00
AndersonTorres
a5d0007c7c mt32emu-smf2wav: init at 1.7.0 2022-02-01 17:45:56 -03:00
AndersonTorres
9a48bd4949 libmt32emu: init at 2.5.3 2022-02-01 17:45:56 -03:00
AndersonTorres
58e2348eaf munt: remove
Munt is a monorepo, and it uses multiple directories for their various
subprojects. While there is an attempt to unified release tags for future
releases, for now we will rely on this current state of things and release each
useful program "independently".

This specific patch is just for cleanup purposes.
2022-02-01 17:44:44 -03:00
AndersonTorres
b0c97c0121 munt: 2.5.0 -> 2.5.3 2022-01-31 22:40:30 -03:00
Dmitry Kalinkin
e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
OPNA2608
c403c730d6 munt: Add maintainer, 2.4.1 -> 2.5.0 2021-06-17 21:07:07 +02:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
gnidorah
5cd29482e4 munt: 2.4.0 -> 2.4.1 2020-10-08 08:58:41 +03:00
gnidorah
e8a39c8acf
munt: 2.3.0 -> 2.4.0 (#89008)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-06-15 13:51:03 -04:00
gnidorah
be820b8761 munt: use qt5's mkDerivation 2019-08-19 08:04:51 +02:00
gnidorah
50d54c66f9 munt: init at 2.3.0 2019-05-04 23:19:24 +09:00