Remove sddm_midnight theme.
This commit is contained in:
parent
229a016f5b
commit
f8b01f196a
2 changed files with 0 additions and 34 deletions
|
@ -1,33 +0,0 @@
|
||||||
{
|
|
||||||
stdenv,
|
|
||||||
fetchFromGitHub,
|
|
||||||
qtstyleplugin-kvantum-qt4,
|
|
||||||
}:
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "sddm_midnight";
|
|
||||||
version = 1.0;
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "Rokin05";
|
|
||||||
repo = "midnight-kde";
|
|
||||||
rev = "1a4771146a8d6f3b45b1da32877495c9e562d193";
|
|
||||||
sha256 = "10br96pf4dppk9nk7yvf7h9zja40k4c6rhwmqcaxxcjlhpvjmhkj";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [qtstyleplugin-kvantum-qt4];
|
|
||||||
|
|
||||||
patchPhase = ''
|
|
||||||
substituteInPlace sddm/themes/Midnight/Main.qml --replace /usr $out
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
mkdir -p $out/share
|
|
||||||
cp -R \
|
|
||||||
"aurorae" \
|
|
||||||
"color-schemes" \
|
|
||||||
"Kvantum" \
|
|
||||||
"plasma" \
|
|
||||||
"sddm" \
|
|
||||||
"$out/share"
|
|
||||||
'';
|
|
||||||
}
|
|
|
@ -9,7 +9,6 @@ in {
|
||||||
acpilight
|
acpilight
|
||||||
feh
|
feh
|
||||||
scrot
|
scrot
|
||||||
theme_sddm_midnight
|
|
||||||
dconf
|
dconf
|
||||||
alacritty
|
alacritty
|
||||||
gnome3.gvfs
|
gnome3.gvfs
|
||||||
|
|
Loading…
Reference in a new issue