ape: remove with statements

This commit is contained in:
Philip Taron 2024-08-16 10:20:05 -07:00
parent a50bd73adf
commit dc3c6727ed
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
lexiconPath ? "prolog/lexicon/clex_lexicon.pl",
pname ? "ape",
description ? "Parser for Attempto Controlled English (ACE)",
license ? with lib; licenses.lgpl3
license ? lib.licenses.lgpl3
}:
stdenv.mkDerivation rec {