pentobi: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -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
|
||||
];
|
||||
@@ -12349,8 +12349,6 @@ with pkgs;
|
||||
|
||||
papermc = papermcServers.papermc;
|
||||
|
||||
pentobi = libsForQt5.callPackage ../games/pentobi { };
|
||||
|
||||
pokerth = libsForQt5.callPackage ../games/pokerth {
|
||||
protobuf = protobuf_21;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user