0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

libjcat: init at 0.1.1

This commit is contained in:
Jan Tojnar 2020-03-30 07:37:07 +02:00
parent a584339faf
commit 1fade973fc
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
5 changed files with 123 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.libjcat;
}