xournalpp: move to by-name/

This commit is contained in:
cyclopentane
2025-12-07 16:24:33 +01:00
parent 2646bb1867
commit a732d1503a
2 changed files with 2 additions and 6 deletions
@@ -25,7 +25,7 @@
zlib,
# plugins
withLua ? true,
lua,
lua5_3,
}:
stdenv.mkDerivation rec {
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
portaudio
zlib
]
++ lib.optional withLua lua;
++ lib.optional withLua lua5_3;
buildFlags = [ "translations" ];
-4
View File
@@ -12596,10 +12596,6 @@ with pkgs;
;
};
xournalpp = callPackage ../applications/graphics/xournalpp {
lua = lua5_3;
};
xpdf = libsForQt5.callPackage ../applications/misc/xpdf { };
xmobar = haskellPackages.xmobar.bin;