arx-libertatis: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -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 ];
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user