sddm: link theme runtime outputs

This commit is contained in:
Thomas Tuegel 2016-01-31 17:03:08 -06:00
parent 6c327da007
commit 29e2b511db

View File

@ -72,7 +72,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ lndir makeQtWrapper ];
buildInputs = [ unwrapped ] ++ themes;
inherit themes;
themes = map (pkg: pkg.out or pkg) themes;
inherit unwrapped;
installPhase = ''