about summary refs log tree commit diff
path: root/pkgs/applications/graphics/akira
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-11-22 15:48:17 +0100
committerGitHub <noreply@github.com>2023-11-22 22:48:17 +0800
commit4ff9b40c15810151b688d277f6d92e741002e01a (patch)
tree5d7777198f095d66851201bdc107d24d7a6ac70d /pkgs/applications/graphics/akira
parentfe729520fd7d736d6975826957f0fe6eaa8a775d (diff)
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
Diffstat (limited to 'pkgs/applications/graphics/akira')
-rw-r--r--pkgs/applications/graphics/akira/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/akira/default.nix b/pkgs/applications/graphics/akira/default.nix
index efa153df155d0..3903a3acd8eac 100644
--- a/pkgs/applications/graphics/akira/default.nix
+++ b/pkgs/applications/graphics/akira/default.nix
@@ -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
   ];