adolc: format

This commit is contained in:
Austin Horstman 2024-11-08 17:45:31 -06:00
parent f3cced0b68
commit c880f1f46b
No known key found for this signature in database

View File

@ -1,4 +1,8 @@
{ lib, stdenv, fetchFromGitHub }:
{
lib,
stdenv,
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
pname = "adolc";
@ -20,4 +24,3 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
};
}