From 97b6bce707d4195f9f9b275fd23777e26c7753bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 21 Jul 2024 15:26:37 +0200 Subject: [PATCH] remove deprecated adwaita-icon-theme --- pkgs/clan-vm-manager/default.nix | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/pkgs/clan-vm-manager/default.nix b/pkgs/clan-vm-manager/default.nix index 2bf0a5012..6f9acc541 100644 --- a/pkgs/clan-vm-manager/default.nix +++ b/pkgs/clan-vm-manager/default.nix @@ -1,25 +1,25 @@ { - python3, - runCommand, - setuptools, - copyDesktopItems, - pygobject3, - wrapGAppsHook, - gtk4, - gnome, - pygobject-stubs, - gobject-introspection, + adwaita-icon-theme, clan-cli, - makeDesktopItem, + copyDesktopItems, + fontconfig, + gobject-introspection, + gtk4, libadwaita, - webkitgtk_6_0, + makeDesktopItem, + pygobject-stubs, + pygobject3, pytest, # Testing framework pytest-cov, # Generate coverage reports pytest-subprocess, # fake the real subprocess behavior to make your tests more independent. - pytest-xdist, # Run tests in parallel on multiple cores pytest-timeout, # Add timeouts to your tests + pytest-xdist, # Run tests in parallel on multiple cores + python3, + runCommand, + setuptools, + webkitgtk_6_0, webview-ui, - fontconfig, + wrapGAppsHook, }: let source = ./.; @@ -39,7 +39,7 @@ let gtk4 libadwaita webkitgtk_6_0 - gnome.adwaita-icon-theme + adwaita-icon-theme ]; # Deps including python packages from the local project @@ -112,8 +112,8 @@ python3.pkgs.buildPythonApplication rec { mkdir -p .home/.local/share/fonts export HOME=.home - fc-cache --verbose - # > fc-cache succeded + fc-cache --verbose + # > fc-cache succeded echo "Loaded the following fonts ..." fc-list @@ -160,8 +160,8 @@ python3.pkgs.buildPythonApplication rec { mkdir -p .home/.local/share/fonts export HOME=.home - fc-cache --verbose - # > fc-cache succeded + fc-cache --verbose + # > fc-cache succeded echo "Loaded the following fonts ..." fc-list