asdf: 3.1.7 -> 3.2.0
This commit is contained in:
parent
ea5c83daa2
commit
68995874be
@ -3,11 +3,11 @@ let
|
|||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
baseName="asdf";
|
baseName="asdf";
|
||||||
version="3.1.7";
|
version="3.2.0";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="16x065q6adidbdr77axsxz4f8c818szfz0b9sw1a4c89y82ylsnn";
|
hash="0ns4hh5f0anfgvy4q68wsylgwfin82kb1k2p53h29cf8jiil0p9a";
|
||||||
url="http://common-lisp.net/project/asdf/archives/asdf-3.1.7.tar.gz";
|
url="http://common-lisp.net/project/asdf/archives/asdf-3.2.0.tar.gz";
|
||||||
sha256="16x065q6adidbdr77axsxz4f8c818szfz0b9sw1a4c89y82ylsnn";
|
sha256="0ns4hh5f0anfgvy4q68wsylgwfin82kb1k2p53h29cf8jiil0p9a";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
texinfo texLive perl
|
texinfo texLive perl
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (s) url sha256;
|
inherit (s) url sha256;
|
||||||
};
|
};
|
||||||
sourceRoot = ".";
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
make build/asdf.lisp
|
make build/asdf.lisp
|
||||||
make -C doc asdf.info asdf.html
|
make -C doc asdf.info asdf.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user