maskromtool: move to by-name

This commit is contained in:
Aliaksandr
2026-01-31 19:54:14 +02:00
parent 0c9f462c26
commit 695d500a24
2 changed files with 2 additions and 6 deletions
@@ -3,9 +3,7 @@
stdenv,
fetchFromGitHub,
cmake,
qtbase,
qt6,
wrapQtAppsHook,
}:
stdenv.mkDerivation rec {
@@ -20,14 +18,14 @@ stdenv.mkDerivation rec {
};
buildInputs = [
qtbase
qt6.qtbase
qt6.qtcharts
qt6.qttools
];
nativeBuildInputs = [
cmake
wrapQtAppsHook
qt6.wrapQtAppsHook
];
meta = {
-2
View File
@@ -2893,8 +2893,6 @@ with pkgs;
kzipmix = pkgsi686Linux.callPackage ../tools/compression/kzipmix { };
maskromtool = qt6Packages.callPackage ../tools/graphics/maskromtool { };
matrix-synapse-plugins = recurseIntoAttrs matrix-synapse-unwrapped.plugins;
maubot = with python3Packages; toPythonApplication maubot;