akira-unstable: unbreak by removing vala-lint dependency

This is only used for tests: https://github.com/akiraux/Akira/blob/v0.0.16/meson.build#L41
This commit is contained in:
Peder Bergebakken Sundt 2023-11-22 15:48:17 +01:00 committed by GitHub
parent fe729520fd
commit 4ff9b40c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@
, pkg-config
, python3
, vala
, vala-lint
, wrapGAppsHook
, cairo
, glib
@ -41,7 +40,6 @@ stdenv.mkDerivation rec {
pkg-config
python3
vala
vala-lint
wrapGAppsHook
];