sbclPackages.nyxt-gtk: 3.11.4 -> 3.11.5
This commit is contained in:
parent
a6af0d9267
commit
8aee8b68f2
1 changed files with 5 additions and 4 deletions
|
@ -362,7 +362,7 @@ let
|
||||||
|
|
||||||
nyxt-gtk = build-asdf-system {
|
nyxt-gtk = build-asdf-system {
|
||||||
pname = "nyxt";
|
pname = "nyxt";
|
||||||
version = "3.11.4";
|
version = "3.11.5";
|
||||||
|
|
||||||
lispLibs = (with super; [
|
lispLibs = (with super; [
|
||||||
alexandria
|
alexandria
|
||||||
|
@ -445,6 +445,8 @@ let
|
||||||
"slynk/profiler" "slynk/stickers" "slynk/indentation"
|
"slynk/profiler" "slynk/stickers" "slynk/indentation"
|
||||||
"slynk/retro" ];
|
"slynk/retro" ];
|
||||||
}))
|
}))
|
||||||
|
iterate
|
||||||
|
symbol-munger
|
||||||
]) ++ (with self; [
|
]) ++ (with self; [
|
||||||
history-tree
|
history-tree
|
||||||
nhooks
|
nhooks
|
||||||
|
@ -457,7 +459,6 @@ let
|
||||||
nfiles
|
nfiles
|
||||||
cl-containers
|
cl-containers
|
||||||
# remove this override after quicklisp one is updated.
|
# remove this override after quicklisp one is updated.
|
||||||
# Because of building failure with new sbcl, the slime version is different from the nyxt pinned one
|
|
||||||
(swank.overrideAttrs (final: prev: {
|
(swank.overrideAttrs (final: prev: {
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "slime";
|
owner = "slime";
|
||||||
|
@ -472,8 +473,8 @@ let
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "atlas-engineer";
|
owner = "atlas-engineer";
|
||||||
repo = "nyxt";
|
repo = "nyxt";
|
||||||
rev = "3.11.4";
|
rev = "3.11.5";
|
||||||
hash = "sha256-5LhpcuQTioOXZtzwN9B1vWo/xsYXxn9fSKRCdhSPM7A=";
|
hash = "sha256-l3igC4jfCvx7Q0WO2Zf2ByWLz7sCteYdW1rNvwrc97g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue