Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-17 06:22:23 +00:00
committed by GitHub
154 changed files with 1062 additions and 1089 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, foomatic-filters, bc, unzip, ghostscript, systemd, vim, time }:
{ lib, stdenv, fetchurl, foomatic-filters, bc, ghostscript, systemd, vim, time }:
stdenv.mkDerivation rec {
pname = "foo2zjs";
@@ -9,7 +9,6 @@ stdenv.mkDerivation rec {
sha256 = "14x3wizvncdy0xgvmcx541qanwb7bg76abygqy17bxycn1zh5r1x";
};
nativeBuildInputs = [ unzip ];
buildInputs = [ foomatic-filters bc ghostscript systemd vim ];
patches = [ ./no-hardcode-fw.diff ];
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook
, unzip, zlib, SDL, readline, libGLU, libGL, libX11 }:
, zlib, SDL, readline, libGLU, libGL, libX11 }:
with lib;
stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "15l08clqqayi9izrgsz9achan6gl4x57wqsc8mad3yn0xayzz3qy";
};
nativeBuildInputs = [ autoreconfHook unzip ];
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ zlib SDL readline libGLU libGL libX11 ];
+1 -1
View File
@@ -82,6 +82,6 @@ in mkDerivation {
platforms = platforms.unix;
# makefile needs fixes for install target
badPlatforms = [ "aarch64-linux" ];
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
}
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Electric Sheep, a distributed screen saver for evolving artificial organisms";
homepage = "https://electricsheep.org/";
maintainers = with maintainers; [ nand0p fpletz ];
maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux;
license = licenses.gpl1;
};
+24
View File
@@ -1290,6 +1290,18 @@ final: prev:
meta.homepage = "https://github.com/Shougo/echodoc.vim/";
};
edge = buildVimPluginFrom2Nix {
pname = "edge";
version = "2021-05-08";
src = fetchFromGitHub {
owner = "sainnhe";
repo = "edge";
rev = "8f4cc117b703168f6c5d03ef65b36b095bb3f981";
sha256 = "0rq256pwfrxpgy9w2wx4fk9jddmb0xrifhnjkdjf3cmir8xdl7mp";
};
meta.homepage = "https://github.com/sainnhe/edge/";
};
editorconfig-vim = buildVimPluginFrom2Nix {
pname = "editorconfig-vim";
version = "2021-04-04";
@@ -5942,6 +5954,18 @@ final: prev:
meta.homepage = "https://github.com/junegunn/vim-easy-align/";
};
vim-easyescape = buildVimPluginFrom2Nix {
pname = "vim-easyescape";
version = "2020-11-22";
src = fetchFromGitHub {
owner = "zhou13";
repo = "vim-easyescape";
rev = "fd7875f1657fd54fae85088acf289b9723d8a790";
sha256 = "0h8kmhliicbdqhximp3d961crp6qkjjs4yciksl037ds47kzrkif";
};
meta.homepage = "https://github.com/zhou13/vim-easyescape/";
};
vim-easygit = buildVimPluginFrom2Nix {
pname = "vim-easygit";
version = "2018-07-08";
+2
View File
@@ -556,6 +556,7 @@ rstacruz/vim-closer
rust-lang/rust.vim
ryanoasis/vim-devicons
ryvnf/readline.vim
sainnhe/edge
sainnhe/sonokai
sakhnik/nvim-gdb
saltstack/salt-vim
@@ -779,4 +780,5 @@ yssl/QFEnter
yuki-yano/ncm2-dictionary
yunlingz/ci_dark
zah/nim.vim
zhou13/vim-easyescape
ziglang/zig.vim