slib: 3b2 -> 3b5
This commit is contained in:
parent
70c60a2fdc
commit
ce87e7083b
@ -1,28 +1,18 @@
|
|||||||
{ fetchurl, stdenv, unzip, scheme, texinfo }:
|
{ fetchurl, stdenv, unzip, scheme, texinfo }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "slib-3b2";
|
name = "slib-3b5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://groups.csail.mit.edu/mac/ftpdir/scm/${name}.zip";
|
url = "http://groups.csail.mit.edu/mac/ftpdir/scm/${name}.zip";
|
||||||
sha256 = "1s6a7f3ha2bhwj4nkg34n0j511ww1nlgrn5xis8k53l8ghdrrjxi";
|
sha256 = "0q0p2d53p8qw2592yknzgy2y1p5a9k7ppjx0cfrbvk6242c4mdpq";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./catalog-in-library-vicinity.patch ];
|
patches = [ ./catalog-in-library-vicinity.patch ];
|
||||||
|
|
||||||
buildInputs = [ unzip scheme texinfo ];
|
buildInputs = [ unzip scheme texinfo ];
|
||||||
|
|
||||||
configurePhase = ''
|
postInstall = ''
|
||||||
mkdir -p "$out"
|
|
||||||
sed -i "Makefile" \
|
|
||||||
-e "s|^[[:blank:]]*prefix[[:blank:]]*=.*$|prefix = $out/|g"
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildPhase = "make infoz";
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
make install
|
|
||||||
|
|
||||||
ln -s mklibcat{.scm,}
|
ln -s mklibcat{.scm,}
|
||||||
SCHEME_LIBRARY_PATH="$out/lib/slib" make catalogs
|
SCHEME_LIBRARY_PATH="$out/lib/slib" make catalogs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user