Unverified Commit b271bdef authored by nat's avatar nat
Browse files

limine-full: init

parent 3b2a2eb1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;