andromeda-gtk-theme: move to by-name/
This commit is contained in:
+4
-4
@@ -56,12 +56,12 @@ stdenvNoCC.mkDerivation {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Elegant dark theme for gnome, mate, budgie, cinnamon, xfce";
|
||||
homepage = "https://github.com/EliverLara/Andromeda-gtk";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
jakedevs
|
||||
romildo
|
||||
];
|
||||
@@ -10286,8 +10286,6 @@ with pkgs;
|
||||
|
||||
androguard = with python3.pkgs; toPythonApplication androguard;
|
||||
|
||||
andromeda-gtk-theme = libsForQt5.callPackage ../data/themes/andromeda-gtk-theme { };
|
||||
|
||||
dejavu_fonts = lowPrio (callPackage ../data/fonts/dejavu-fonts { });
|
||||
|
||||
# solve collision for nix-env before https://github.com/NixOS/nix/pull/815
|
||||
|
||||
Reference in New Issue
Block a user