We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0415b16 commit f052956Copy full SHA for f052956
1 file changed
pkgs/by-name/sd/sddm-astronaut/package.nix
@@ -27,9 +27,10 @@ stdenvNoCC.mkDerivation {
27
dontWrapQtApps = true;
28
29
propagatedBuildInputs = with kdePackages; [
30
- qtsvg
31
- qtmultimedia
32
- qtvirtualkeyboard
+ # avoid .dev outputs propagation
+ qtsvg.out
+ qtmultimedia.out
33
+ qtvirtualkeyboard.out
34
];
35
36
installPhase = ''
0 commit comments