sddm-chili: simplify dependencies

This commit is contained in:
Timothy DeHerrera 2020-06-19 15:13:28 -06:00
parent d1c0b0f6ec
commit 21f0320dca
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
2 changed files with 12 additions and 7 deletions

View File

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, ... }:
stdenv.mkDerivation rec {
name = "sddm-chili";
version = "0.5.5";
pname = "sddm-chili";
version = "0.1.5";
src = fetchFromGitHub {
owner = "MarianArlt";
repo = "kde-plasma-chili";
repo = "sddm-chili";
rev = "${version}";
hash = "sha256-fWRf96CPRQ2FRkSDtD+N/baZv+HZPO48CfU5Subt854=";
hash = "sha256-wxWsdRGC59YzDcSopDRzxg8TfjjmA3LHrdWjepTuzgw=";
};
installPhase = ''
@ -15,4 +15,12 @@ stdenv.mkDerivation rec {
cp -r * $out/share/sddm/themes/chili
'';
meta = with stdenv.lib; {
description = "The hottest theme around for SDDM";
homepage = "https://github.com/MarianArlt/sddm-chili";
maintainers = [ maintainers.nrdxp ];
license = licenses.gpl3;
inherit version;
};
}

View File

@ -43,10 +43,7 @@ in {
feh
ffmpeg-full
firefox
libsForQt5.plasma-framework
libsForQt5.kdeclarative
qt5.qtgraphicaleffects
plasma-workspace
gnome3.adwaita-icon-theme
gnome-themes-extra
imagemagick