summary refs log tree commit diff
path: root/pkgs/applications/display-managers/sddm/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-31 17:03:08 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commit29e2b511db3fd6df110ee01d1a12bd5d3540fd88 (patch)
tree719f4ed768d62fe069e8e5ff01bc0ba93d0ca23f /pkgs/applications/display-managers/sddm/default.nix
parent6c327da00791e5cf45c45984e16aabde6a24d5e4 (diff)
downloadnixlib-29e2b511db3fd6df110ee01d1a12bd5d3540fd88.tar
nixlib-29e2b511db3fd6df110ee01d1a12bd5d3540fd88.tar.gz
nixlib-29e2b511db3fd6df110ee01d1a12bd5d3540fd88.tar.bz2
nixlib-29e2b511db3fd6df110ee01d1a12bd5d3540fd88.tar.lz
nixlib-29e2b511db3fd6df110ee01d1a12bd5d3540fd88.tar.xz
nixlib-29e2b511db3fd6df110ee01d1a12bd5d3540fd88.tar.zst
nixlib-29e2b511db3fd6df110ee01d1a12bd5d3540fd88.zip
sddm: link theme runtime outputs
Diffstat (limited to 'pkgs/applications/display-managers/sddm/default.nix')
-rw-r--r--pkgs/applications/display-managers/sddm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/display-managers/sddm/default.nix b/pkgs/applications/display-managers/sddm/default.nix
index e4f68d786f40..83e2e0018c16 100644
--- a/pkgs/applications/display-managers/sddm/default.nix
+++ b/pkgs/applications/display-managers/sddm/default.nix
@@ -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 = ''