pkgs - remove
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
{ lib, stdenv, sddm, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sddm-sugar-dark";
|
||||
version = "1.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MarianArlt";
|
||||
repo = "sddm-sugar-dark";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-C3qB9hFUeuT5+Dos2zFj5SyQegnghpoFV9wHvE9VoD8=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p "$out/share/sddm/themes/"
|
||||
mv src "$out/share/sddm/themes/."
|
||||
'';
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user