gerbil: 0.12-DEV -> 0.12-DEV-777-gd855915
This commit is contained in:
parent
34739b3cc6
commit
fc82bad4a9
@ -2,23 +2,27 @@
|
|||||||
coreutils, rsync, bash,
|
coreutils, rsync, bash,
|
||||||
openssl, zlib, sqlite, libxml2, libyaml, libmysql, lmdb, leveldb }:
|
openssl, zlib, sqlite, libxml2, libyaml, libmysql, lmdb, leveldb }:
|
||||||
|
|
||||||
|
# TODO: distinct packages for gerbil-release and gerbil-devel
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gerbil-${version}";
|
name = "gerbil-${version}";
|
||||||
|
|
||||||
version = "0.12-DEV";
|
version = "0.12-DEV-777-gd855915";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/vyzo/gerbil.git";
|
url = "https://github.com/vyzo/gerbil.git";
|
||||||
rev = "3657b6e940ea248e0b312f276590e38ff68997e7";
|
rev = "9db6187dc996eec4087f83b86339e7b17bb69bad";
|
||||||
sha256 = "11ys7082ghkm4yikz4qxmv3jpxcr42jfi0jhjw1mpzbqdg6004w2";
|
sha256 = "1hqmsy77d62dvil3az4vdr0rmwvxhinjl1dbcxzamz2c2kcjv1jg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gambit openssl
|
gambit
|
||||||
coreutils rsync bash
|
coreutils rsync bash
|
||||||
zlib openssl zlib sqlite libxml2 libyaml libmysql lmdb leveldb
|
openssl zlib sqlite libxml2 libyaml libmysql lmdb leveldb
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
echo '(define (gerbil-version-string) "v${version}")' > src/gerbil/runtime/gx-version.scm
|
||||||
|
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
|
||||||
find . -type f -executable -print0 | while IFS= read -r -d ''$'\0' f; do
|
find . -type f -executable -print0 | while IFS= read -r -d ''$'\0' f; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user