mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Update ASDF
This commit is contained in:
parent
933bca648f
commit
9785c31c98
|
@ -3,11 +3,11 @@ let
|
|||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="asdf";
|
||||
version="3.1.2";
|
||||
version="3.1.3";
|
||||
name="${baseName}-${version}";
|
||||
hash="0d427908q4hcspmdhc5ps38dbvz113hy6687l9ypmfl79qfb2qki";
|
||||
url="http://common-lisp.net/project/asdf/archives/asdf-3.1.2.tar.gz";
|
||||
sha256="0d427908q4hcspmdhc5ps38dbvz113hy6687l9ypmfl79qfb2qki";
|
||||
hash="11jgbl2ys98i7lir0z76g0msm89zmz1b91gwkdz0gnxr6gavj6cn";
|
||||
url="http://common-lisp.net/project/asdf/archives/asdf-3.1.3.tar.gz";
|
||||
sha256="11jgbl2ys98i7lir0z76g0msm89zmz1b91gwkdz0gnxr6gavj6cn";
|
||||
};
|
||||
buildInputs = [
|
||||
texinfo texLive
|
||||
|
@ -29,7 +29,6 @@ stdenv.mkDerivation {
|
|||
cp -r ./* "$out"/lib/common-lisp/asdf/
|
||||
cp -r doc/* "$out"/share/doc/asdf/
|
||||
'';
|
||||
sourceRoot=".";
|
||||
meta = {
|
||||
inherit (s) version;
|
||||
description = ''Standard software-system definition library for Common Lisp'';
|
||||
|
|
Loading…
Reference in a new issue