limine-full: init

This commit is contained in:
nat
2025-09-08 20:42:15 +02:00
parent 3b2a2eb1ce
commit b271bdef87
+2
View File
@@ -3329,6 +3329,8 @@ with pkgs;
gtk3 = if stdenv.hostPlatform.isDarwin then gtk3-x11 else gtk3;
};
limine-full = limine.override { enableAll = true; };
liquidsoap = callPackage ../tools/audio/liquidsoap/full.nix {
ffmpeg = ffmpeg_6-full;
ocamlPackages = ocaml-ng.ocamlPackages_4_14;