pkgs: sddm-sugar-candy: space out file
This commit is contained in:
parent
2e15fbecb9
commit
ff33a50911
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue