cdetheme: small adjustments
This commit is contained in:
parent
3065ab3a92
commit
d782c3daed
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, python2Packages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cde-motif-theme";
|
||||
pname = "cdetheme";
|
||||
version = "1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ gnidorah ];
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
@ -17885,7 +17885,7 @@ in
|
||||
|
||||
cascadia-code = callPackage ../data/fonts/cascadia-code { };
|
||||
|
||||
cde-gtk-theme = callPackage ../data/themes/cde-motif-theme { };
|
||||
cde-gtk-theme = callPackage ../data/themes/cdetheme { };
|
||||
|
||||
charis-sil = callPackage ../data/fonts/charis-sil { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user