bino3d: move to by-name
This commit is contained in:
@@ -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.
|
||||
];
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user