0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

artalk: build frontend from source (#357762)

This commit is contained in:
Aleksana 2024-12-14 22:18:06 +08:00 committed by GitHub
commit 8f34efc81a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 100 additions and 41 deletions

View file

@ -135,7 +135,7 @@ in {
archi = handleTest ./archi.nix {};
aria2 = handleTest ./aria2.nix {};
armagetronad = handleTest ./armagetronad.nix {};
artalk = handleTest ./artalk.nix {};
artalk = runTest ./artalk.nix;
atd = handleTest ./atd.nix {};
atop = handleTest ./atop.nix {};
atticd = runTest ./atticd.nix;