about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/trivial-shell.nix
blob: d091d3920ba88f7a84eae6133bc0345b9f29fc46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* Generated file. */
args @ { fetchurl, ... }:
rec {
  baseName = "trivial-shell";
  version = "20180228-git";

  description = "OS and Implementation independent access to the shell";

  deps = [ ];

  src = fetchurl {
    url = "http://beta.quicklisp.org/archive/trivial-shell/2018-02-28/trivial-shell-20180228-git.tgz";
    sha256 = "058gk7fld8v5m84r5fcwl5z8j3pw68xs0jdy9xx6vi1svaxrzngp";
  };

  packageName = "trivial-shell";

  asdFilesToKeep = ["trivial-shell.asd"];
  overrides = x: x;
}
/* (SYSTEM trivial-shell DESCRIPTION
    OS and Implementation independent access to the shell SHA256
    058gk7fld8v5m84r5fcwl5z8j3pw68xs0jdy9xx6vi1svaxrzngp URL
    http://beta.quicklisp.org/archive/trivial-shell/2018-02-28/trivial-shell-20180228-git.tgz
    MD5 d7b93648abd06be95148d43d09fa2ed0 NAME trivial-shell FILENAME
    trivial-shell DEPS NIL DEPENDENCIES NIL VERSION 20180228-git SIBLINGS
    (trivial-shell-test) PARASITES NIL) */