mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:47:37 +00:00
ape: remove with statements
This commit is contained in:
parent
a50bd73adf
commit
dc3c6727ed
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user