pkgs/data/{icons, themes}: migrate to by-name/ (#468303)
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
|
||||
];
|
||||
+10
-10
@@ -2,16 +2,16 @@
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitLab,
|
||||
breeze-icons,
|
||||
gtk3,
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
mint-x-icons,
|
||||
pantheon,
|
||||
jdupes,
|
||||
libsForQt5,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "BeautyLine";
|
||||
version = "2.4";
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
# ubuntu-mono is also required but missing in ubuntu-themes (please add it if it is packaged at some point)
|
||||
propagatedBuildInputs = [
|
||||
breeze-icons
|
||||
libsForQt5.breeze-icons
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
mint-x-icons
|
||||
@@ -44,20 +44,20 @@ stdenvNoCC.mkDerivation rec {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/share/icons/${pname}
|
||||
cp -r * $out/share/icons/${pname}/
|
||||
gtk-update-icon-cache $out/share/icons/${pname}
|
||||
mkdir -p $out/share/icons/BeautyLine
|
||||
cp -r * $out/share/icons/BeautyLine/
|
||||
gtk-update-icon-cache $out/share/icons/BeautyLine
|
||||
|
||||
jdupes --link-soft --recurse $out/share
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "BeautyLine icon theme";
|
||||
homepage = "https://www.gnome-look.org/p/1425426/";
|
||||
platforms = platforms.linux;
|
||||
license = [ licenses.publicDomain ];
|
||||
maintainers = with maintainers; [ lwb-2021 ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.publicDomain;
|
||||
maintainers = with lib.maintainers; [ lwb-2021 ];
|
||||
};
|
||||
}
|
||||
+8
-9
@@ -3,7 +3,7 @@
|
||||
formats,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
qtgraphicaleffects,
|
||||
libsForQt5,
|
||||
/*
|
||||
An example of how you can override the background with a NixOS wallpaper
|
||||
*
|
||||
@@ -33,11 +33,10 @@ stdenvNoCC.mkDerivation {
|
||||
hash = "sha256-yn0fTYsdZZSOcaYlPCn8BUIWeFIKcTI1oioTWqjYunQ=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
qtgraphicaleffects
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
propagatedBuildInputs = [
|
||||
libsForQt5.qtgraphicaleffects
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
@@ -55,13 +54,13 @@ stdenvNoCC.mkDerivation {
|
||||
postFixup = ''
|
||||
mkdir -p $out/nix-support
|
||||
|
||||
echo ${qtgraphicaleffects} >> $out/nix-support/propagated-user-env-packages
|
||||
echo ${libsForQt5.qtgraphicaleffects} >> $out/nix-support/propagated-user-env-packages
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Sleek and stylish SDDM theme crafted in QML";
|
||||
homepage = "https://github.com/surajmandalcell/Elegant-sddm";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ GaetanLepage ];
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||
};
|
||||
}
|
||||
+9
-9
@@ -3,21 +3,21 @@
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
gtk3,
|
||||
breeze-icons,
|
||||
pantheon,
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
libsForQt5,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "flat-remix-icon-theme";
|
||||
version = "20240201";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "daniruiz";
|
||||
repo = "flat-remix";
|
||||
rev = version;
|
||||
sha256 = "sha256-3TkBRgoT2AW0Sb0CrXdxh53/jYARAMFC/TIj/r/zruo=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-3TkBRgoT2AW0Sb0CrXdxh53/jYARAMFC/TIj/r/zruo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
breeze-icons
|
||||
libsForQt5.breeze-icons
|
||||
pantheon.elementary-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
@@ -45,12 +45,12 @@ stdenvNoCC.mkDerivation rec {
|
||||
recordPropagatedDependencies
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Flat remix is a pretty simple icon theme inspired on material design";
|
||||
homepage = "https://drasite.com/flat-remix";
|
||||
license = with licenses; [ gpl3Only ];
|
||||
license = with lib.licenses; [ gpl3Only ];
|
||||
# breeze-icons and pantheon.elementary-icon-theme dependencies are restricted to linux
|
||||
platforms = platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
})
|
||||
+9
-9
@@ -3,26 +3,26 @@
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
gtk3,
|
||||
breeze-icons,
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
libsForQt5,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "gruvbox-dark-icons-gtk";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jmattheis";
|
||||
repo = "gruvbox-dark-icons-gtk";
|
||||
rev = "v${version}";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "1fks2rrrb62ybzn8gqan5swcgksrb579vk37bx4xpwkc552dz2z2";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gtk3 ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
breeze-icons
|
||||
libsForQt5.breeze-icons
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
@@ -36,11 +36,11 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Gruvbox icons for GTK based desktop environments";
|
||||
homepage = "https://github.com/jmattheis/gruvbox-dark-gtk";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.nomisiv ];
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ nomisiv ];
|
||||
};
|
||||
}
|
||||
})
|
||||
+6
-10
@@ -3,11 +3,7 @@
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
cmake,
|
||||
extra-cmake-modules,
|
||||
wrapQtAppsHook,
|
||||
qtbase,
|
||||
kwin,
|
||||
kcmutils,
|
||||
kdePackages,
|
||||
libepoxy,
|
||||
libxcb,
|
||||
lib,
|
||||
@@ -33,15 +29,15 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
wrapQtAppsHook
|
||||
kdePackages.extra-cmake-modules
|
||||
kdePackages.wrapQtAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
kcmutils
|
||||
kwin
|
||||
kdePackages.kcmutils
|
||||
kdePackages.kwin
|
||||
libepoxy
|
||||
libxcb
|
||||
qtbase
|
||||
kdePackages.qtbase
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
+15
-15
@@ -2,26 +2,26 @@
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
breeze-icons,
|
||||
elementary-icon-theme,
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
pantheon,
|
||||
libsForQt5,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "la-capitaine-icon-theme";
|
||||
version = "0.6.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "keeferrourke";
|
||||
repo = "la-capitaine-icon-theme";
|
||||
tag = "v${version}";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-+n+GN5sCcWTyAigtgyudliOTulP7ECoOCYdm01trokU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
breeze-icons
|
||||
elementary-icon-theme
|
||||
libsForQt5.breeze-icons
|
||||
pantheon.elementary-icon-theme
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
@@ -37,21 +37,21 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p $out/share/icons/$pname
|
||||
cp -a * $out/share/icons/$pname
|
||||
rm $out/share/icons/$pname/{configure,COPYING,LICENSE,*.md}
|
||||
cp "$out/share/icons/$pname/places/scalable/"distributor-logo-{archlinux,debian,kubuntu}.svg "$out/share/icons/$pname/apps/scalable/"
|
||||
mkdir -p $out/share/icons/la-capitaine-icon-theme
|
||||
cp -a * $out/share/icons/la-capitaine-icon-theme
|
||||
rm $out/share/icons/la-capitaine-icon-theme/{configure,COPYING,LICENSE,*.md}
|
||||
cp "$out/share/icons/la-capitaine-icon-theme/places/scalable/"distributor-logo-{archlinux,debian,kubuntu}.svg "$out/share/icons/la-capitaine-icon-theme/apps/scalable/"
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Icon theme inspired by macOS and Google's Material Design";
|
||||
homepage = "https://github.com/keeferrourke/la-capitaine-icon-theme";
|
||||
license = with licenses; [
|
||||
license = with lib.licenses; [
|
||||
gpl3Plus
|
||||
mit
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ romildo ];
|
||||
};
|
||||
}
|
||||
})
|
||||
+6
-7
@@ -5,9 +5,8 @@
|
||||
cmake,
|
||||
extra-cmake-modules,
|
||||
gtk3,
|
||||
plasma-framework,
|
||||
kwindowsystem,
|
||||
hicolor-icon-theme,
|
||||
libsForQt5,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -27,8 +26,8 @@ stdenv.mkDerivation {
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
gtk3
|
||||
plasma-framework
|
||||
kwindowsystem
|
||||
libsForQt5.plasma-framework
|
||||
libsForQt5.kwindowsystem
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -52,10 +51,10 @@ stdenv.mkDerivation {
|
||||
done
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Icons based on Breeze and Super Flat Remix";
|
||||
homepage = "https://gitlab.manjaro.org/artwork/themes/maia";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.all;
|
||||
license = lib.licenses.lgpl3;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
+10
-10
@@ -4,21 +4,21 @@
|
||||
fetchFromGitHub,
|
||||
gtk3,
|
||||
adwaita-icon-theme,
|
||||
breeze-icons,
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
gitUpdater,
|
||||
libsForQt5,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "numix-icon-theme";
|
||||
version = "25.10.26";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "numixproject";
|
||||
repo = "numix-icon-theme";
|
||||
rev = version;
|
||||
sha256 = "sha256-YKR4dncq2uuX8CMJj/Zr/0pdl7gLC8VZGvb/HI1+Uwc=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-YKR4dncq2uuX8CMJj/Zr/0pdl7gLC8VZGvb/HI1+Uwc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
adwaita-icon-theme
|
||||
breeze-icons
|
||||
libsForQt5.breeze-icons
|
||||
gnome-icon-theme
|
||||
hicolor-icon-theme
|
||||
];
|
||||
@@ -51,12 +51,12 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Numix icon theme";
|
||||
homepage = "https://numixproject.github.io";
|
||||
license = licenses.gpl3Only;
|
||||
license = lib.licenses.gpl3Only;
|
||||
# darwin cannot deal with file names differing only in case
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ romildo ];
|
||||
};
|
||||
}
|
||||
})
|
||||
+2
-2
@@ -4,10 +4,10 @@
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
gtk3,
|
||||
breeze-icons,
|
||||
gnome-icon-theme,
|
||||
papirus-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
libsForQt5,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
breeze-icons
|
||||
libsForQt5.breeze-icons
|
||||
gnome-icon-theme
|
||||
papirus-icon-theme
|
||||
hicolor-icon-theme
|
||||
+6
-4
@@ -1,7 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
kdePackages,
|
||||
formats,
|
||||
themeConfig ? null,
|
||||
embeddedTheme ? "astronaut",
|
||||
}:
|
||||
@@ -9,7 +11,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
pname = "sddm-astronaut";
|
||||
version = "1.0-unstable-2025-01-05";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
src = fetchFromGitHub {
|
||||
owner = "Keyitdev";
|
||||
repo = "sddm-astronaut-theme";
|
||||
rev = "11c0bf6147bbea466ce2e2b0559e9a9abdbcc7c3";
|
||||
@@ -18,7 +20,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
propagatedBuildInputs = with pkgs.kdePackages; [
|
||||
propagatedBuildInputs = with kdePackages; [
|
||||
qtsvg
|
||||
qtmultimedia
|
||||
qtvirtualkeyboard
|
||||
@@ -26,7 +28,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
installPhase =
|
||||
let
|
||||
iniFormat = pkgs.formats.ini { };
|
||||
iniFormat = formats.ini { };
|
||||
configFile = iniFormat.generate "" { General = themeConfig; };
|
||||
|
||||
basePath = "$out/share/sddm/themes/sddm-astronaut-theme";
|
||||
+3
-3
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
qtgraphicaleffects,
|
||||
libsForQt5,
|
||||
themeConfig ? { },
|
||||
}:
|
||||
let
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
qtgraphicaleffects
|
||||
libsForQt5.qtgraphicaleffects
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
@@ -46,7 +46,7 @@ stdenv.mkDerivation {
|
||||
postFixup = ''
|
||||
mkdir -p $out/nix-support
|
||||
|
||||
echo ${qtgraphicaleffects} >> $out/nix-support/propagated-user-env-packages
|
||||
echo ${libsForQt5.qtgraphicaleffects} >> $out/nix-support/propagated-user-env-packages
|
||||
'';
|
||||
meta = with lib; {
|
||||
license = licenses.gpl3;
|
||||
+10
-9
@@ -1,28 +1,30 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
formats,
|
||||
libsForQt5,
|
||||
themeConfig ? null,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "sddm-sugar-dark";
|
||||
version = "1.2";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
src = fetchFromGitHub {
|
||||
owner = "MarianArlt";
|
||||
repo = "sddm-sugar-dark";
|
||||
rev = "v${version}";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-C3qB9hFUeuT5+Dos2zFj5SyQegnghpoFV9wHvE9VoD8=";
|
||||
};
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
buildInputs = with pkgs.libsForQt5.qt5; [ qtgraphicaleffects ];
|
||||
buildInputs = with libsForQt5.qt5; [ qtgraphicaleffects ];
|
||||
|
||||
installPhase =
|
||||
let
|
||||
iniFormat = pkgs.formats.ini { };
|
||||
iniFormat = formats.ini { };
|
||||
configFile = iniFormat.generate "" { General = themeConfig; };
|
||||
|
||||
basePath = "$out/share/sddm/themes/sugar-dark";
|
||||
@@ -37,10 +39,9 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Dark SDDM theme from the sugar family";
|
||||
homepage = "https://github.com/${src.owner}/${pname}";
|
||||
homepage = "https://github.com/MarianArlt/sddm-sugar-dark";
|
||||
license = lib.licenses.gpl3;
|
||||
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ danid3v ];
|
||||
};
|
||||
}
|
||||
})
|
||||
+11
-8
@@ -7,17 +7,17 @@
|
||||
iconnamingutils,
|
||||
imagemagick,
|
||||
librsvg,
|
||||
gtk, # any version
|
||||
gtk3, # any version
|
||||
gnome-icon-theme,
|
||||
hicolor-icon-theme,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "tango-icon-theme";
|
||||
version = "0.8.90";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://tango.freedesktop.org/releases/tango-icon-theme-${version}.tar.gz";
|
||||
url = "http://tango.freedesktop.org/releases/tango-icon-theme-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "13n8cpml71w6zfm2jz5fa7r1z18qlzk4gv07r6n1in2p5l1xi63f";
|
||||
};
|
||||
|
||||
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
intltool
|
||||
gtk3
|
||||
];
|
||||
buildInputs = [
|
||||
iconnamingutils
|
||||
@@ -42,12 +43,14 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [ "--enable-png-creation" ];
|
||||
|
||||
postInstall = '''${gtk.out}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" '';
|
||||
postInstall = ''
|
||||
gtk-update-icon-cache $out/share/icons/Tango
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Basic set of icons";
|
||||
homepage = "https://tango.freedesktop.org/Tango_Icon_Library";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.publicDomain;
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.publicDomain;
|
||||
};
|
||||
}
|
||||
})
|
||||
@@ -1707,10 +1707,6 @@ with pkgs;
|
||||
|
||||
bat-extras = recurseIntoAttrs (lib.makeScope newScope (import ../tools/misc/bat-extras));
|
||||
|
||||
beauty-line-icon-theme = callPackage ../data/icons/beauty-line-icon-theme {
|
||||
inherit (plasma5Packages) breeze-icons;
|
||||
};
|
||||
|
||||
beautysh = with python3.pkgs; toPythonApplication beautysh;
|
||||
|
||||
inherit (callPackages ../misc/logging/beats/7.x.nix { })
|
||||
@@ -9817,8 +9813,6 @@ with pkgs;
|
||||
|
||||
libuuid = if stdenv.hostPlatform.isLinux then util-linuxMinimal else null;
|
||||
|
||||
elegant-sddm = libsForQt5.callPackage ../data/themes/elegant-sddm { };
|
||||
|
||||
error-inject = recurseIntoAttrs (callPackages ../os-specific/linux/error-inject { });
|
||||
|
||||
ffado = callPackage ../os-specific/linux/ffado { };
|
||||
@@ -10069,12 +10063,6 @@ with pkgs;
|
||||
|
||||
rfkill_udev = callPackage ../os-specific/linux/rfkill/udev.nix { };
|
||||
|
||||
sddm-astronaut = qt6Packages.callPackage ../data/themes/sddm-astronaut { };
|
||||
|
||||
sddm-chili-theme = libsForQt5.callPackage ../data/themes/chili-sddm { };
|
||||
|
||||
sddm-sugar-dark = libsForQt5.callPackage ../data/themes/sddm-sugar-dark { };
|
||||
|
||||
sgx-sdk = callPackage ../os-specific/linux/sgx/sdk { };
|
||||
|
||||
sgx-psw = callPackage ../os-specific/linux/sgx/psw {
|
||||
@@ -10294,10 +10282,6 @@ with pkgs;
|
||||
|
||||
androguard = with python3.pkgs; toPythonApplication androguard;
|
||||
|
||||
andromeda-gtk-theme = libsForQt5.callPackage ../data/themes/andromeda-gtk-theme { };
|
||||
|
||||
bibata-cursors-translucent = callPackage ../data/icons/bibata-cursors/translucent.nix { };
|
||||
|
||||
dejavu_fonts = lowPrio (callPackage ../data/fonts/dejavu-fonts { });
|
||||
|
||||
# solve collision for nix-env before https://github.com/NixOS/nix/pull/815
|
||||
@@ -10333,9 +10317,6 @@ with pkgs;
|
||||
|
||||
moeli = eduli;
|
||||
|
||||
flat-remix-icon-theme = callPackage ../data/icons/flat-remix-icon-theme {
|
||||
inherit (plasma5Packages) breeze-icons;
|
||||
};
|
||||
font-awesome_4 = (callPackage ../data/fonts/font-awesome { }).v4;
|
||||
font-awesome_5 = (callPackage ../data/fonts/font-awesome { }).v5;
|
||||
font-awesome_6 = (callPackage ../data/fonts/font-awesome { }).v6;
|
||||
@@ -10369,10 +10350,6 @@ with pkgs;
|
||||
gruppled-white-lite-cursors
|
||||
;
|
||||
|
||||
gruvbox-dark-icons-gtk = callPackage ../data/icons/gruvbox-dark-icons-gtk {
|
||||
inherit (plasma5Packages) breeze-icons;
|
||||
};
|
||||
|
||||
iosevka-comfy = recurseIntoAttrs (callPackages ../data/fonts/iosevka/comfy.nix { });
|
||||
|
||||
/**
|
||||
@@ -10382,15 +10359,6 @@ with pkgs;
|
||||
*/
|
||||
inherit (callPackage ../data/json-schema/default.nix { }) jsonSchemaCatalogs;
|
||||
|
||||
kde-rounded-corners =
|
||||
kdePackages.callPackage ../data/themes/kwin-decorations/kde-rounded-corners
|
||||
{ };
|
||||
|
||||
la-capitaine-icon-theme = callPackage ../data/icons/la-capitaine-icon-theme {
|
||||
inherit (plasma5Packages) breeze-icons;
|
||||
inherit (pantheon) elementary-icon-theme;
|
||||
};
|
||||
|
||||
inherit (callPackages ../data/fonts/liberation-fonts { })
|
||||
liberation_ttf_v1
|
||||
liberation_ttf_v2
|
||||
@@ -10407,8 +10375,6 @@ with pkgs;
|
||||
# lohit-fonts.kashmiri lohit-fonts.konkani lohit-fonts.maithili lohit-fonts.sindhi
|
||||
lohit-fonts = recurseIntoAttrs (callPackages ../data/fonts/lohit-fonts { });
|
||||
|
||||
maia-icon-theme = libsForQt5.callPackage ../data/icons/maia-icon-theme { };
|
||||
|
||||
marwaita-icons = callPackage ../by-name/ma/marwaita-icons/package.nix {
|
||||
inherit (kdePackages) breeze-icons;
|
||||
};
|
||||
@@ -10444,24 +10410,14 @@ with pkgs;
|
||||
stdenv = gccStdenv;
|
||||
};
|
||||
|
||||
numix-icon-theme = callPackage ../data/icons/numix-icon-theme {
|
||||
inherit (plasma5Packages) breeze-icons;
|
||||
};
|
||||
|
||||
openmoji-color = callPackage ../data/fonts/openmoji { fontFormats = [ "glyf_colr_0" ]; };
|
||||
|
||||
openmoji-black = callPackage ../data/fonts/openmoji { fontFormats = [ "glyf" ]; };
|
||||
|
||||
papirus-maia-icon-theme = callPackage ../data/icons/papirus-maia-icon-theme {
|
||||
inherit (plasma5Packages) breeze-icons;
|
||||
};
|
||||
|
||||
papis = with python3Packages; toPythonApplication papis;
|
||||
|
||||
polychromatic = qt6Packages.callPackage ../applications/misc/polychromatic { };
|
||||
|
||||
qogir-kde = libsForQt5.callPackage ../data/themes/qogir-kde { };
|
||||
|
||||
ricochet-refresh = callPackage ../by-name/ri/ricochet-refresh/package.nix {
|
||||
protobuf = protobuf_21; # https://github.com/blueprint-freespeech/ricochet-refresh/issues/178
|
||||
};
|
||||
@@ -10502,10 +10458,6 @@ with pkgs;
|
||||
source-han-serif-vf-otf = sourceHanPackages.serif-vf-otf;
|
||||
source-han-serif-vf-ttf = sourceHanPackages.serif-vf-ttf;
|
||||
|
||||
tango-icon-theme = callPackage ../data/icons/tango-icon-theme {
|
||||
gtk = res.gtk2;
|
||||
};
|
||||
|
||||
themes = name: callPackage (../data/misc/themes + ("/" + name + ".nix")) { };
|
||||
|
||||
tex-gyre = recurseIntoAttrs (callPackages ../data/fonts/tex-gyre { });
|
||||
|
||||
Reference in New Issue
Block a user