arx-libertatis: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-22 07:10:26 +01:00
parent 62f38a80e0
commit db8501edda
2 changed files with 3 additions and 6 deletions
@@ -16,8 +16,7 @@
optipng,
imagemagick,
withCrashReporter ? !stdenv.hostPlatform.isDarwin,
qtbase ? null,
wrapQtAppsHook ? null,
qt5,
curl ? null,
gdb ? null,
}:
@@ -49,7 +48,7 @@ stdenv.mkDerivation rec {
imagemagick
optipng
]
++ optionals withCrashReporter [ wrapQtAppsHook ];
++ optionals withCrashReporter [ qt5.wrapQtAppsHook ];
buildInputs = [
zlib
@@ -62,7 +61,7 @@ stdenv.mkDerivation rec {
libepoxy
]
++ optionals withCrashReporter [
qtbase
qt5.qtbase
curl
]
++ optionals stdenv.hostPlatform.isLinux [ gdb ];
-2
View File
@@ -12179,8 +12179,6 @@ with pkgs;
anki-utils = callPackage ../by-name/an/anki/addons/anki-utils.nix { };
ankiAddons = recurseIntoAttrs (callPackage ../by-name/an/anki/addons { });
arx-libertatis = libsForQt5.callPackage ../games/arx-libertatis { };
beancount-ing-diba = callPackage ../applications/office/beancount/beancount-ing-diba.nix {
inherit (python3Packages) beancount beangulp;
};