about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/asdf
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2015-08-08 21:01:19 +0300
committerMichael Raskin <7c6f434c@mail.ru>2015-08-08 21:01:31 +0300
commit3e86c32254128d4bc02b329ebc1f7978842e28ad (patch)
tree7af18b50c8ea5f3a3b246fac4c1c333937a648f4 /pkgs/development/lisp-modules/asdf
parent1caa629b331f87d7b3fa3f3b9808ac6f400065c0 (diff)
ASDF: 3.1.4 -> 3.1.5
Diffstat (limited to 'pkgs/development/lisp-modules/asdf')
-rw-r--r--pkgs/development/lisp-modules/asdf/default.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/development/lisp-modules/asdf/default.nix b/pkgs/development/lisp-modules/asdf/default.nix
index 33cd07b480767..6b7b88469b1e8 100644
--- a/pkgs/development/lisp-modules/asdf/default.nix
+++ b/pkgs/development/lisp-modules/asdf/default.nix
@@ -1,16 +1,16 @@
-{stdenv, fetchurl, texinfo, texLive}:
+{stdenv, fetchurl, texinfo, texLive, perl}:
 let
   s = # Generated upstream information
   rec {
     baseName="asdf";
-    version="3.1.4";
+    version="3.1.5";
     name="${baseName}-${version}";
-    hash="0hyc2g22khcmvxmlcaq0xbxqhq59spgc2nc1s0gz1r9mcgrzm2xw";
-    url="http://common-lisp.net/project/asdf/archives/asdf-3.1.4.tar.gz";
-    sha256="0hyc2g22khcmvxmlcaq0xbxqhq59spgc2nc1s0gz1r9mcgrzm2xw";
+    hash="1barrkj549d24pyh86gdc8v3vvsv4w7k0kkfg0zzrvhg8x8al19h";
+    url="http://common-lisp.net/project/asdf/archives/asdf-3.1.5.tar.gz";
+    sha256="1barrkj549d24pyh86gdc8v3vvsv4w7k0kkfg0zzrvhg8x8al19h";
   };
   buildInputs = [
-    texinfo texLive
+    texinfo texLive perl
   ];
 in
 stdenv.mkDerivation {
@@ -19,7 +19,6 @@ stdenv.mkDerivation {
   src = fetchurl {
     inherit (s) url sha256;
   };
-  sourceRoot=".";
   buildPhase = ''
     make build/asdf.lisp
     make -C doc asdf.info asdf.html