Unverified Commit 55e9b296 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #309696 from Uthar/lisp-removal-of-previous-variants

Lisp modules - removal of previous variants
parents 11cd4b2e fc5b715e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -683,6 +683,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
  making it possible to accumulate definitions without resorting to `mkForce`,
  hence to retain the definitions not anticipating that need.

- Lisp modules: previously deprecated interface based on `common-lisp.sh` has now been removed.

- `youtrack` is bumped to 2023.3. The update is not performed automatically, it requires manual interaction. See the YouTrack section in the manual for details.

- QtMultimedia has changed its default backend to `QT_MEDIA_BACKEND=ffmpeg` (previously `gstreamer` on Linux or `darwin` on MacOS).
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ in
  options = {
    services.xserver.windowManager.clfswm = {
      enable = mkEnableOption "clfswm";
      package = mkPackageOption pkgs [ "lispPackages" "clfswm" ] { };
      package = mkPackageOption pkgs [ "sbclPackages" "clfswm" ] { };
    };
  };

+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
, bind
, cmake
, knot-resolver
, lispPackages
, sbclPackages
, luajitPackages
, mosquitto
, neovim
@@ -105,7 +105,7 @@ stdenv.mkDerivation (finalAttrs: {

  passthru.tests = {
    inherit bind cmake knot-resolver mosquitto neovim nodejs;
    inherit (lispPackages) cl-libuv;
    inherit (sbclPackages) cl-libuv;
    luajit-libluv = luajitPackages.libluv;
    luajit-luv = luajitPackages.luv;
    ocaml-luv = ocamlPackages.luv;
+0 −1
Original line number Diff line number Diff line
imported.nix linguist-vendored
+0 −3
Original line number Diff line number Diff line
result
*.sqlite
*.fasl
Loading