adwaita-fonts: Remove unused dependencies
The upstream meson.build only contains a single install_data() and gnome-common is dead.
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
stdenvNoCC,
|
||||
fetchFromGitLab,
|
||||
pkg-config,
|
||||
meson,
|
||||
ninja,
|
||||
glib,
|
||||
gnome-common,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "adwaita-fonts";
|
||||
version = "48.2";
|
||||
|
||||
@@ -22,21 +19,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
meson
|
||||
ninja
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
gnome-common
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Adwaita Sans, a variation of Inter, and Adwaita Mono, Iosevka customized to match Inter";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/adwaita-fonts";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.qxrein ];
|
||||
maintainers = [ lib.maintainers.qxrein ] ++ lib.teams.gnome.members;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user