pkgs: sddm-sugar-candy: space out file
This commit is contained in:
parent
2e15fbecb9
commit
ff33a50911
|
@ -3,12 +3,15 @@ stdenv.mkDerivation rec {
|
|||
pname = "sddm-sugar-candy";
|
||||
# latest master commit, no recent tags :(
|
||||
version = "2b72ef6c6f720fe0ffde5ea5c7c48152e02f6c4f";
|
||||
|
||||
dontBuild = true;
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/sddm/themes
|
||||
cp -aR . $out/share/sddm/themes/sugar-candy
|
||||
'';
|
||||
|
||||
patches = [ ./custom-conf.patch ];
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "framagit.org";
|
||||
owner = "MarianArlt";
|
||||
|
|
Loading…
Reference in a new issue