next: 1.3.1 -> 1.3.4

This commit is contained in:
Antoine Eiche 2019-10-10 09:39:48 +02:00
parent 92119cd96a
commit 6e8e34485f

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "next"; pname = "next";
version = "1.3.1"; version = "1.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "atlas-engineer"; owner = "atlas-engineer";
repo = "next"; repo = "next";
rev = version; rev = version;
sha256 = "01fn1f080ydk0wj1bwkyakqz93bdq9xb5x8qz820jpl9id17bqgj"; sha256 = "00iqv4xarabl98gdl1rzqkc5v0vfljx1nawsxqsx9x3a9mnxmgxi";
}; };
# Stripping destroys the generated SBCL image # Stripping destroys the generated SBCL image
@ -25,32 +25,38 @@ stdenv.mkDerivation rec {
--replace "next-gtk-webkit" "${next-gtk-webkit}/bin/next-gtk-webkit" --replace "next-gtk-webkit" "${next-gtk-webkit}/bin/next-gtk-webkit"
''; '';
nativeBuildInputs = [ sbcl makeWrapper ]; nativeBuildInputs =
[ sbcl makeWrapper ] ++ (with lispPackages;
[ prove-asdf trivial-features ]);
buildInputs = with lispPackages; [ buildInputs = with lispPackages; [
trivial-features
trivial-garbage
alexandria alexandria
bordeaux-threads bordeaux-threads
cl-annot
cl-ansi-text
cl-css
cl-hooks
cl-json cl-json
cl-markup cl-markup
cl-ppcre cl-ppcre
cl-ppcre-unicode cl-ppcre-unicode
cl-prevalence
closer-mop closer-mop
dbus
dexador dexador
ironclad ironclad
local-time
log4cl
lparallel lparallel
mk-string-metrics
parenscript parenscript
quri quri
cl-css
log4cl
mk-string-metrics
sqlite sqlite
str str
swank swank
trivia trivia
trivial-clipboard trivial-clipboard
unix-opts unix-opts
dbus
]; ];
propagatedBuildInputs = [ next-gtk-webkit ]; propagatedBuildInputs = [ next-gtk-webkit ];