asdf: 3.1.6 -> 3.1.7
This commit is contained in:
parent
b15b9b0ede
commit
eddd227465
|
@ -3,11 +3,11 @@ let
|
||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
baseName="asdf";
|
baseName="asdf";
|
||||||
version="3.1.6";
|
version="3.1.7";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="0535pf1828w5q6ydhmawf5f33xh6bc2czw76llgpikla0gdzh58w";
|
hash="16x065q6adidbdr77axsxz4f8c818szfz0b9sw1a4c89y82ylsnn";
|
||||||
url="http://common-lisp.net/project/asdf/archives/asdf-3.1.6.tar.gz";
|
url="http://common-lisp.net/project/asdf/archives/asdf-3.1.7.tar.gz";
|
||||||
sha256="0535pf1828w5q6ydhmawf5f33xh6bc2czw76llgpikla0gdzh58w";
|
sha256="16x065q6adidbdr77axsxz4f8c818szfz0b9sw1a4c89y82ylsnn";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
texinfo texLive perl
|
texinfo texLive perl
|
||||||
|
@ -19,6 +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…
Reference in New Issue