Commit f2b3fd5fc748
Changed files (1)
nix
packages
adi1090x-plymouth
nix/packages/adi1090x-plymouth/default.nix
@@ -20,10 +20,9 @@ pkgs.stdenv.mkDerivation rec {
'';
installPhase = ''
- cp -r pack_1/* $out/share/plymouth/themes
- cp -r pack_2/* $out/share/plymouth/themes
- cp -r pack_3/* $out/share/plymouth/themes
- cp -r pack_4/* $out/share/plymouth/themes
+ cp -r pack_1/cuts $out/share/plymouth/themes
+ cp -r pack_2/{hexagon,green_loader,deus_ex} $out/share/plymouth/themes
+ cp -r pack_4/{spinner_alt,sphere} $out/share/plymouth/themes
for p in $out/share/plymouth/themes/*; do
theme=$(basename $p)
sed -i "s@\/usr\/@$out\/@" $out/share/plymouth/themes/$theme/$theme.plymouth