From a1a3813f7bdb163139f6b74a9892108013b869a3 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Fri, 14 Apr 2023 19:08:07 +0800 Subject: qt6: drop devTools attribute as they are no longer moved to the dev output --- pkgs/development/libraries/qt-6/modules/qtdeclarative.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'pkgs/development/libraries/qt-6/modules/qtdeclarative.nix') diff --git a/pkgs/development/libraries/qt-6/modules/qtdeclarative.nix b/pkgs/development/libraries/qt-6/modules/qtdeclarative.nix index e720abd3d60..d78a886109a 100644 --- a/pkgs/development/libraries/qt-6/modules/qtdeclarative.nix +++ b/pkgs/development/libraries/qt-6/modules/qtdeclarative.nix @@ -14,16 +14,4 @@ qtModule { # prevent headaches from stale qmlcache data ../patches/qtdeclarative-default-disable-qmlcache.patch ]; - devTools = [ - "bin/qml" - "bin/qmlcachegen" - "bin/qmleasing" - "bin/qmlimportscanner" - "bin/qmllint" - "bin/qmlmin" - "bin/qmlplugindump" - "bin/qmlprofiler" - "bin/qmlscene" - "bin/qmltestrunner" - ]; } -- cgit 1.4.1