next: 1.3.1 -> 1.3.4
This commit is contained in:
parent
92119cd96a
commit
6e8e34485f
@ -8,13 +8,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "next";
|
||||
version = "1.3.1";
|
||||
version = "1.3.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "atlas-engineer";
|
||||
repo = "next";
|
||||
rev = version;
|
||||
sha256 = "01fn1f080ydk0wj1bwkyakqz93bdq9xb5x8qz820jpl9id17bqgj";
|
||||
sha256 = "00iqv4xarabl98gdl1rzqkc5v0vfljx1nawsxqsx9x3a9mnxmgxi";
|
||||
};
|
||||
|
||||
# Stripping destroys the generated SBCL image
|
||||
@ -25,32 +25,38 @@ stdenv.mkDerivation rec {
|
||||
--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; [
|
||||
trivial-features
|
||||
trivial-garbage
|
||||
alexandria
|
||||
bordeaux-threads
|
||||
cl-annot
|
||||
cl-ansi-text
|
||||
cl-css
|
||||
cl-hooks
|
||||
cl-json
|
||||
cl-markup
|
||||
cl-ppcre
|
||||
cl-ppcre-unicode
|
||||
cl-prevalence
|
||||
closer-mop
|
||||
dbus
|
||||
dexador
|
||||
ironclad
|
||||
local-time
|
||||
log4cl
|
||||
lparallel
|
||||
mk-string-metrics
|
||||
parenscript
|
||||
quri
|
||||
cl-css
|
||||
log4cl
|
||||
mk-string-metrics
|
||||
sqlite
|
||||
str
|
||||
swank
|
||||
trivia
|
||||
trivial-clipboard
|
||||
unix-opts
|
||||
dbus
|
||||
];
|
||||
propagatedBuildInputs = [ next-gtk-webkit ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user