pkgs: sddm-sugar-candy: space out file

This commit is contained in:
Antoine Martin 2021-07-13 18:08:26 +02:00
parent 2e15fbecb9
commit ff33a50911

View file

@ -3,12 +3,15 @@ stdenv.mkDerivation rec {
pname = "sddm-sugar-candy"; pname = "sddm-sugar-candy";
# latest master commit, no recent tags :( # latest master commit, no recent tags :(
version = "2b72ef6c6f720fe0ffde5ea5c7c48152e02f6c4f"; version = "2b72ef6c6f720fe0ffde5ea5c7c48152e02f6c4f";
dontBuild = true; dontBuild = true;
installPhase = '' installPhase = ''
mkdir -p $out/share/sddm/themes mkdir -p $out/share/sddm/themes
cp -aR . $out/share/sddm/themes/sugar-candy cp -aR . $out/share/sddm/themes/sugar-candy
''; '';
patches = [ ./custom-conf.patch ]; patches = [ ./custom-conf.patch ];
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "framagit.org"; domain = "framagit.org";
owner = "MarianArlt"; owner = "MarianArlt";