mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
nyxt: 2020-10-23 -> 2021-03-27
This commit is contained in:
parent
0032a3fc81
commit
be2cb07963
4 changed files with 77 additions and 47 deletions
|
@ -124,9 +124,8 @@ let lispPackages = rec {
|
|||
};
|
||||
nyxt = pkgs.lispPackages.buildLispPackage rec {
|
||||
baseName = "nyxt";
|
||||
version = "2020-10-23";
|
||||
version = "2021-03-27";
|
||||
|
||||
buildSystems = [ "nyxt" "nyxt-ext" ];
|
||||
|
||||
description = "Browser";
|
||||
|
||||
|
@ -143,59 +142,56 @@ let lispPackages = rec {
|
|||
};
|
||||
|
||||
deps = with pkgs.lispPackages; [
|
||||
alexandria
|
||||
bordeaux-threads
|
||||
chanl
|
||||
cl-annot
|
||||
cl-ansi-text
|
||||
cl-containers
|
||||
cl-css
|
||||
cl-json
|
||||
cl-markup
|
||||
cl-ppcre
|
||||
cl-ppcre-unicode
|
||||
cl-prevalence
|
||||
cl-webkit2
|
||||
closer-mop
|
||||
cluffer
|
||||
dbus
|
||||
dexador
|
||||
enchant
|
||||
fset
|
||||
hu_dot_dwim_dot_defclass-star
|
||||
ironclad
|
||||
local-time
|
||||
log4cl
|
||||
lparallel
|
||||
mk-string-metrics
|
||||
osicat
|
||||
parenscript
|
||||
plump
|
||||
prove-asdf
|
||||
quri
|
||||
serapeum
|
||||
sqlite
|
||||
str
|
||||
swank
|
||||
trivia
|
||||
trivial-clipboard
|
||||
trivial-features
|
||||
trivial-package-local-nicknames
|
||||
trivial-types
|
||||
unix-opts
|
||||
alexandria
|
||||
bordeaux-threads
|
||||
calispel
|
||||
cl-css
|
||||
cl-json
|
||||
cl-markup
|
||||
cl-ppcre
|
||||
cl-ppcre-unicode
|
||||
cl-prevalence
|
||||
closer-mop
|
||||
cl-containers
|
||||
cluffer
|
||||
moptilities
|
||||
dexador
|
||||
enchant
|
||||
file-attributes
|
||||
iolib
|
||||
local-time
|
||||
log4cl
|
||||
mk-string-metrics
|
||||
osicat
|
||||
parenscript
|
||||
quri
|
||||
serapeum
|
||||
str
|
||||
plump
|
||||
swank
|
||||
trivia
|
||||
trivial-clipboard
|
||||
trivial-features
|
||||
trivial-package-local-nicknames
|
||||
trivial-types
|
||||
unix-opts
|
||||
cl-html-diff
|
||||
hu_dot_dwim_dot_defclass-star
|
||||
cl-custom-hash-table
|
||||
fset
|
||||
cl-cffi-gtk
|
||||
cl-webkit2
|
||||
];
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "atlas-engineer";
|
||||
repo = "nyxt";
|
||||
rev = "f744af5233b3636460ce71650de2b0c7dcb9fa8e";
|
||||
sha256 = "1m4jic7nbm2jmxlm8k0zqg62z91g2f2s86by086brgfw056idjmz";
|
||||
# date = 2020-10-23T19:06:04+02:00;
|
||||
rev = "8ef171fd1eb62d168defe4a2d7115393230314d1";
|
||||
sha256 = "sha256:1dz55mdmj68kmllih7ab70nmp0mwzqp9lh3im7kcjfmc1r64irdv";
|
||||
# date = 2021-03-27T09:10:00+00:00;
|
||||
};
|
||||
|
||||
packageName = "nyxt";
|
||||
|
||||
asdFilesToKeep = [ "nyxt.asd" "nyxt-ext.asd" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pkgs.libressl.out
|
||||
pkgs.webkitgtk
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-custom-hash-table'';
|
||||
version = ''20201220-git'';
|
||||
|
||||
description = ''System lacks description'';
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-custom-hash-table/2020-12-20/cl-custom-hash-table-20201220-git.tgz'';
|
||||
sha256 = ''1id16p7vdcgxzvrgk8h6fqi284hgd8cilbnbgsbrbd70n7nj8jg3'';
|
||||
};
|
||||
|
||||
packageName = "cl-custom-hash-table";
|
||||
|
||||
asdFilesToKeep = ["cl-custom-hash-table.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-custom-hash-table DESCRIPTION System lacks description SHA256
|
||||
1id16p7vdcgxzvrgk8h6fqi284hgd8cilbnbgsbrbd70n7nj8jg3 URL
|
||||
http://beta.quicklisp.org/archive/cl-custom-hash-table/2020-12-20/cl-custom-hash-table-20201220-git.tgz
|
||||
MD5 bd0f2f4a8e808911133af19c03e5c511 NAME cl-custom-hash-table FILENAME
|
||||
cl-custom-hash-table DEPS NIL DEPENDENCIES NIL VERSION 20201220-git
|
||||
SIBLINGS (cl-custom-hash-table-test) PARASITES NIL) */
|
|
@ -11,6 +11,7 @@ blackbird
|
|||
bordeaux-threads
|
||||
calispel
|
||||
caveman
|
||||
cl-custom-hash-table
|
||||
cffi
|
||||
cffi-grovel
|
||||
cffi-uffi-compat
|
||||
|
|
|
@ -3967,6 +3967,14 @@ let quicklisp-to-nix-packages = rec {
|
|||
}));
|
||||
|
||||
|
||||
"cl-custom-hash-table" = buildLispPackage
|
||||
((f: x: (x // (f x)))
|
||||
(qlOverrides."cl-custom-hash-table" or (x: {}))
|
||||
(import ./quicklisp-to-nix-output/cl-custom-hash-table.nix {
|
||||
inherit fetchurl;
|
||||
}));
|
||||
|
||||
|
||||
"caveman" = buildLispPackage
|
||||
((f: x: (x // (f x)))
|
||||
(qlOverrides."caveman" or (x: {}))
|
||||
|
|
Loading…
Reference in a new issue