From a14618e475d12e513d70cf12aaee2579cc3d1540 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 12 Feb 2026 21:20:04 +0300 Subject: [PATCH] libsForQt5.kconfig: unsplit bin output This breaks with the new wrapping and executables in libexec. --- pkgs/development/libraries/kde-frameworks/kconfig.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/kde-frameworks/kconfig.nix b/pkgs/development/libraries/kde-frameworks/kconfig.nix index ea992b7b52d8..25bd8d183090 100644 --- a/pkgs/development/libraries/kde-frameworks/kconfig.nix +++ b/pkgs/development/libraries/kde-frameworks/kconfig.nix @@ -7,6 +7,7 @@ mkDerivation { pname = "kconfig"; + outputs = [ "out" "dev" ]; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ qttools ]; propagatedBuildInputs = [ qtbase ];