pentobi: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-22 09:51:27 +01:00
parent eaf317aa64
commit a556751ebb
2 changed files with 7 additions and 16 deletions
@@ -1,22 +1,15 @@
{
lib,
mkDerivation,
qt5,
appstream,
fetchFromGitHub,
cmake,
gettext,
libxslt,
librsvg,
itstool,
qtbase,
qtquickcontrols2,
qtsvg,
qttools,
qtwebview,
docbook_xsl,
}:
mkDerivation rec {
qt5.mkDerivation rec {
version = "20.0";
pname = "pentobi";
@@ -30,14 +23,14 @@ mkDerivation rec {
nativeBuildInputs = [
cmake
docbook_xsl
qttools
qt5.qttools
];
buildInputs = [
appstream
qtbase
qtsvg
qtquickcontrols2
qtwebview
qt5.qtbase
qt5.qtsvg
qt5.qtquickcontrols2
qt5.qtwebview
itstool
librsvg
];
-2
View File
@@ -12349,8 +12349,6 @@ with pkgs;
papermc = papermcServers.papermc;
pentobi = libsForQt5.callPackage ../games/pentobi { };
pokerth = libsForQt5.callPackage ../games/pokerth {
protobuf = protobuf_21;
};