FIL-plugins: rename to fil-plugins

This commit is contained in:
Zitrone 2024-06-12 07:57:54 +02:00 committed by Zitrone
parent 6f35d8d794
commit 83b5c031a6
No known key found for this signature in database
GPG Key ID: 54767E8E66ABED22
3 changed files with 5 additions and 7 deletions

View File

@ -4,12 +4,12 @@
, ladspaH
}:
stdenv.mkDerivation rec {
pname = "FIL-plugins";
stdenv.mkDerivation (finalAttrs: {
pname = "fil-plugins";
version = "0.3.0";
src = fetchurl {
url = "http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pname}-${version}.tar.bz2";
url = "http://kokkinizita.linuxaudio.org/linuxaudio/downloads/FIL-plugins-${finalAttrs.version}.tar.bz2";
hash = "sha256-HAvycSEZZfZwoVp3g7QWcwfbdyZKwWJKBuVmeWTajuk=";
};
@ -34,10 +34,9 @@ stdenv.mkDerivation rec {
All switches and controls are internally smoothed, so they can be used 'live' whithout any clicks or zipper noises.
This should make this plugin a good candidate for use in systems that allow automation of plugin control ports, such as Ardour, or for stage use.
'';
version = version;
homepage = "http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.magnetophon ];
platforms = lib.platforms.linux;
};
}
})

View File

@ -370,6 +370,7 @@ mapAliases ({
fastnlo_toolkit = fastnlo-toolkit; # Added 2024-01-03
inherit (luaPackages) fennel; # Added 2022-09-24
fetchFromGithub = throw "You meant fetchFromGitHub, with a capital H"; # preserve
FIL-plugins = fil-plugins; # Added 2024-06-12
findimagedupes = throw "findimagedupes has been removed because the perl bindings are no longer compatible"; # Added 2023-07-10
finger_bsd = bsd-finger;
fingerd_bsd = bsd-fingerd;

View File

@ -30597,8 +30597,6 @@ with pkgs;
fig2dev = callPackage ../applications/graphics/fig2dev { };
FIL-plugins = callPackage ../applications/audio/FIL-plugins { };
finalfrontier = callPackage ../applications/science/machine-learning/finalfrontier {
inherit (darwin.apple_sdk.frameworks) Security;
};