bino3d: move to by-name

This commit is contained in:
Aliaksandr
2026-01-03 04:58:30 +02:00
parent 91fab2d3e8
commit 41ea8ccd38
2 changed files with 5 additions and 10 deletions
@@ -6,10 +6,7 @@
ninja,
pkg-config,
pandoc,
wrapQtAppsHook,
qtbase,
qtmultimedia,
qttools,
qt6,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -27,13 +24,13 @@ stdenv.mkDerivation (finalAttrs: {
ninja
pkg-config
pandoc
wrapQtAppsHook
qt6.wrapQtAppsHook
];
buildInputs = [
qtbase
qtmultimedia
qttools
qt6.qtbase
qt6.qtmultimedia
qt6.qttools
# The optional QVR dependency is not currently packaged.
];
-2
View File
@@ -10328,8 +10328,6 @@ with pkgs;
bfcal = libsForQt5.callPackage ../applications/misc/bfcal { };
bino3d = qt6Packages.callPackage ../applications/video/bino3d { };
bitlbee = callPackage ../applications/networking/instant-messengers/bitlbee { };
bitlbee-plugins = callPackage ../applications/networking/instant-messengers/bitlbee/plugins.nix { };