diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-22T01·28+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-22T01·28+0000 |
commit | aab85ef0db43a34af1fe961c9f69b17a91b13e19 (patch) | |
tree | fdab08fb7fd23382798f3a1204322b058ae0e74f /overrides/lispPackages/quicklisp-to-nix-output/s-xml.nix | |
parent | 78db43898b2d1134a063e57300ee470cd1b8d1be (diff) |
chore(overrides): Remove lispPackages overrides r/441
No longer required since Gemma now uses buildLisp.nix
Diffstat (limited to 'overrides/lispPackages/quicklisp-to-nix-output/s-xml.nix')
-rw-r--r-- | overrides/lispPackages/quicklisp-to-nix-output/s-xml.nix | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/overrides/lispPackages/quicklisp-to-nix-output/s-xml.nix b/overrides/lispPackages/quicklisp-to-nix-output/s-xml.nix deleted file mode 100644 index ec12dde52231..000000000000 --- a/overrides/lispPackages/quicklisp-to-nix-output/s-xml.nix +++ /dev/null @@ -1,27 +0,0 @@ -args @ { fetchurl, ... }: -rec { - baseName = ''s-xml''; - version = ''20150608-git''; - - parasites = [ "s-xml.examples" "s-xml.test" ]; - - description = ''Simple Common Lisp XML Parser''; - - deps = [ ]; - - src = fetchurl { - url = ''http://beta.quicklisp.org/archive/s-xml/2015-06-08/s-xml-20150608-git.tgz''; - sha256 = ''0cy36wqzasqma4maw9djq1vdwsp5hxq8svlbnhbv9sq9zzys5viq''; - }; - - packageName = "s-xml"; - - asdFilesToKeep = ["s-xml.asd"]; - overrides = x: x; -} -/* (SYSTEM s-xml DESCRIPTION Simple Common Lisp XML Parser SHA256 - 0cy36wqzasqma4maw9djq1vdwsp5hxq8svlbnhbv9sq9zzys5viq URL - http://beta.quicklisp.org/archive/s-xml/2015-06-08/s-xml-20150608-git.tgz - MD5 9c31c80f0661777c493fab683f776716 NAME s-xml FILENAME s-xml DEPS NIL - DEPENDENCIES NIL VERSION 20150608-git SIBLINGS NIL PARASITES - (s-xml.examples s-xml.test)) */ |