remove deprecated adwaita-icon-theme
This commit is contained in:
@@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
python3,
|
adwaita-icon-theme,
|
||||||
runCommand,
|
|
||||||
setuptools,
|
|
||||||
copyDesktopItems,
|
|
||||||
pygobject3,
|
|
||||||
wrapGAppsHook,
|
|
||||||
gtk4,
|
|
||||||
gnome,
|
|
||||||
pygobject-stubs,
|
|
||||||
gobject-introspection,
|
|
||||||
clan-cli,
|
clan-cli,
|
||||||
makeDesktopItem,
|
copyDesktopItems,
|
||||||
|
fontconfig,
|
||||||
|
gobject-introspection,
|
||||||
|
gtk4,
|
||||||
libadwaita,
|
libadwaita,
|
||||||
webkitgtk_6_0,
|
makeDesktopItem,
|
||||||
|
pygobject-stubs,
|
||||||
|
pygobject3,
|
||||||
pytest, # Testing framework
|
pytest, # Testing framework
|
||||||
pytest-cov, # Generate coverage reports
|
pytest-cov, # Generate coverage reports
|
||||||
pytest-subprocess, # fake the real subprocess behavior to make your tests more independent.
|
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-timeout, # Add timeouts to your tests
|
||||||
|
pytest-xdist, # Run tests in parallel on multiple cores
|
||||||
|
python3,
|
||||||
|
runCommand,
|
||||||
|
setuptools,
|
||||||
|
webkitgtk_6_0,
|
||||||
webview-ui,
|
webview-ui,
|
||||||
fontconfig,
|
wrapGAppsHook,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
source = ./.;
|
source = ./.;
|
||||||
@@ -39,7 +39,7 @@ let
|
|||||||
gtk4
|
gtk4
|
||||||
libadwaita
|
libadwaita
|
||||||
webkitgtk_6_0
|
webkitgtk_6_0
|
||||||
gnome.adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
# Deps including python packages from the local project
|
# Deps including python packages from the local project
|
||||||
@@ -112,8 +112,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
mkdir -p .home/.local/share/fonts
|
mkdir -p .home/.local/share/fonts
|
||||||
export HOME=.home
|
export HOME=.home
|
||||||
|
|
||||||
fc-cache --verbose
|
fc-cache --verbose
|
||||||
# > fc-cache succeded
|
# > fc-cache succeded
|
||||||
|
|
||||||
echo "Loaded the following fonts ..."
|
echo "Loaded the following fonts ..."
|
||||||
fc-list
|
fc-list
|
||||||
@@ -160,8 +160,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
mkdir -p .home/.local/share/fonts
|
mkdir -p .home/.local/share/fonts
|
||||||
export HOME=.home
|
export HOME=.home
|
||||||
|
|
||||||
fc-cache --verbose
|
fc-cache --verbose
|
||||||
# > fc-cache succeded
|
# > fc-cache succeded
|
||||||
|
|
||||||
echo "Loaded the following fonts ..."
|
echo "Loaded the following fonts ..."
|
||||||
fc-list
|
fc-list
|
||||||
|
|||||||
Reference in New Issue
Block a user