Merge staging-next into staging
This commit is contained in:
commit
fb5c8b556d
|
@ -1096,6 +1096,12 @@
|
||||||
githubId = 1432730;
|
githubId = 1432730;
|
||||||
name = "Benjamin Staffin";
|
name = "Benjamin Staffin";
|
||||||
};
|
};
|
||||||
|
benneti = {
|
||||||
|
name = "Benedikt Tissot";
|
||||||
|
email = "benedikt.tissot@googlemail.com";
|
||||||
|
github = "benneti";
|
||||||
|
githubId = 11725645;
|
||||||
|
};
|
||||||
bennofs = {
|
bennofs = {
|
||||||
email = "benno.fuenfstueck@gmail.com";
|
email = "benno.fuenfstueck@gmail.com";
|
||||||
github = "bennofs";
|
github = "bennofs";
|
||||||
|
@ -3095,6 +3101,12 @@
|
||||||
githubId = 9959940;
|
githubId = 9959940;
|
||||||
name = "Andreas Fehn";
|
name = "Andreas Fehn";
|
||||||
};
|
};
|
||||||
|
felixscheinost = {
|
||||||
|
name = "Felix Scheinost";
|
||||||
|
email = "felix.scheinost@posteo.de";
|
||||||
|
github = "felixscheinost";
|
||||||
|
githubId = 31761492;
|
||||||
|
};
|
||||||
felixsinger = {
|
felixsinger = {
|
||||||
email = "felixsinger@posteo.net";
|
email = "felixsinger@posteo.net";
|
||||||
github = "felixsinger";
|
github = "felixsinger";
|
||||||
|
@ -7255,6 +7267,12 @@
|
||||||
githubId = 13225611;
|
githubId = 13225611;
|
||||||
name = "Nicolas Martin";
|
name = "Nicolas Martin";
|
||||||
};
|
};
|
||||||
|
p3psi = {
|
||||||
|
name = "Elliot Boo";
|
||||||
|
email = "p3psi.boo@gmail.com";
|
||||||
|
github = "p3psi-boo";
|
||||||
|
githubId = 43925055;
|
||||||
|
};
|
||||||
periklis = {
|
periklis = {
|
||||||
email = "theopompos@gmail.com";
|
email = "theopompos@gmail.com";
|
||||||
github = "periklis";
|
github = "periklis";
|
||||||
|
@ -9618,7 +9636,7 @@
|
||||||
name = "Tom Smeets";
|
name = "Tom Smeets";
|
||||||
};
|
};
|
||||||
toonn = {
|
toonn = {
|
||||||
email = "nnoot@toonn.io";
|
email = "nixpkgs@toonn.io";
|
||||||
github = "toonn";
|
github = "toonn";
|
||||||
githubId = 1486805;
|
githubId = 1486805;
|
||||||
name = "Toon Nolten";
|
name = "Toon Nolten";
|
||||||
|
@ -10826,22 +10844,4 @@
|
||||||
github = "zupo";
|
github = "zupo";
|
||||||
githubId = 311580;
|
githubId = 311580;
|
||||||
};
|
};
|
||||||
felixscheinost = {
|
|
||||||
name = "Felix Scheinost";
|
|
||||||
email = "felix.scheinost@posteo.de";
|
|
||||||
github = "felixscheinost";
|
|
||||||
githubId = 31761492;
|
|
||||||
};
|
|
||||||
benneti = {
|
|
||||||
name = "Benedikt Tissot";
|
|
||||||
email = "benedikt.tissot@googlemail.com";
|
|
||||||
github = "benneti";
|
|
||||||
githubId = 11725645;
|
|
||||||
};
|
|
||||||
p3psi = {
|
|
||||||
name = "Elliot Boo";
|
|
||||||
email = "p3psi.boo@gmail.com";
|
|
||||||
github = "p3psi-boo";
|
|
||||||
githubId = 43925055;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{ lib, fetchFromGitHub, rustPackages, pkg-config, openssl
|
{ lib, fetchFromGitHub, rustPackages, pkg-config, openssl
|
||||||
, withALSA ? true, alsaLib ? null
|
, withALSA ? true, alsaLib
|
||||||
, withPulseAudio ? false, libpulseaudio ? null
|
, withPulseAudio ? false, libpulseaudio
|
||||||
, withPortAudio ? false, portaudio ? null
|
, withPortAudio ? false, portaudio
|
||||||
, withMpris ? false
|
, withMpris ? false
|
||||||
, withKeyring ? false
|
, withKeyring ? false
|
||||||
, dbus ? null
|
, dbus
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPackages.rustPlatform.buildRustPackage rec {
|
rustPackages.rustPlatform.buildRustPackage rec {
|
||||||
|
|
|
@ -22,7 +22,7 @@ buildPythonApplication rec {
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
gmusicapi
|
gmusicapi
|
||||||
google_api_python_client
|
google-api-python-client
|
||||||
mpv
|
mpv
|
||||||
pydbus
|
pydbus
|
||||||
pygobject3
|
pygobject3
|
||||||
|
|
|
@ -7,16 +7,16 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "polkadot";
|
pname = "polkadot";
|
||||||
version = "0.8.28-1";
|
version = "0.8.29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paritytech";
|
owner = "paritytech";
|
||||||
repo = "polkadot";
|
repo = "polkadot";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-a+w/909PZuHsgIQEtO2IWQijsERfAKJUZ8K30+PhD3k=";
|
sha256 = "sha256-O5GIbX7qp+Te5QQuqytC9rsQJ5FuXtUl5h2DZXsfMPk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-Zz844XDx5qj2hQlf99uvHV6e5wmDAlYh3zBvcpdoiIo=";
|
cargoSha256 = "sha256-4VmRIrd79odnYrHuBLdFwere+7bvtUI3daVs3ZUKsdY=";
|
||||||
|
|
||||||
nativeBuildInputs = [ clang ];
|
nativeBuildInputs = [ clang ];
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Polkadot Node Implementation";
|
description = "Polkadot Node Implementation";
|
||||||
homepage = "https://polkadot.network";
|
homepage = "https://polkadot.network";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ akru andresilva RaghavSood ];
|
maintainers = with maintainers; [ akru andresilva asymmetric RaghavSood ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ buildPythonApplication rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
dateutil gflags httplib2 parsedatetime six vobject
|
dateutil gflags httplib2 parsedatetime six vobject
|
||||||
google_api_python_client oauth2client uritemplate
|
google-api-python-client oauth2client uritemplate
|
||||||
libnotify
|
libnotify
|
||||||
] ++ lib.optional (!isPy3k) futures;
|
] ++ lib.optional (!isPy3k) futures;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
{
|
{ lib, fetchFromGitHub, makeDesktopItem, prusa-slicer }:
|
||||||
lib, fetchFromGitHub, makeDesktopItem, prusa-slicer
|
|
||||||
}:
|
|
||||||
let
|
let
|
||||||
appname = "SuperSlicer";
|
appname = "SuperSlicer";
|
||||||
version = "2.2.54.2";
|
version = "2.2.54.2";
|
||||||
|
|
|
@ -22,7 +22,7 @@ mkDerivationWith pythonPackages.buildPythonApplication rec {
|
||||||
cjson
|
cjson
|
||||||
sipsimple
|
sipsimple
|
||||||
twisted
|
twisted
|
||||||
google_api_python_client
|
google-api-python-client
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
|
@ -23,12 +23,12 @@ let
|
||||||
|
|
||||||
version = {
|
version = {
|
||||||
x86_64-darwin = "3.21.3959";
|
x86_64-darwin = "3.21.3959";
|
||||||
x86_64-linux = "3.21.2936";
|
x86_64-linux = "3.22.2937";
|
||||||
}.${system} or throwSystem;
|
}.${system} or throwSystem;
|
||||||
|
|
||||||
sha256 = {
|
sha256 = {
|
||||||
x86_64-darwin = "0fgzzqf1wnkjbcr0j0vjn6sggkz0z1kx6w4gi7gk4c4markdicm1";
|
x86_64-darwin = "0fgzzqf1wnkjbcr0j0vjn6sggkz0z1kx6w4gi7gk4c4markdicm1";
|
||||||
x86_64-linux = "033804nkz1fdmq3p8iplrlx708x1fjlr09bmrpy36lqg5h7m3yd6";
|
x86_64-linux = "1pl2dsrgckkd8mm0cpxrz8i8rn4jfx7b9lvdyc8392sbq4chjcb7";
|
||||||
}.${system} or throwSystem;
|
}.${system} or throwSystem;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -95,9 +95,17 @@ let
|
||||||
|
|
||||||
buildInputs = atomEnv.packages;
|
buildInputs = atomEnv.packages;
|
||||||
|
|
||||||
unpackPhase = "dpkg-deb -x $src .";
|
unpackPhase = ''
|
||||||
|
runHook preUnpack
|
||||||
|
|
||||||
|
dpkg-deb -x $src .
|
||||||
|
|
||||||
|
runHook postUnpack
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
cp -R "opt" "$out"
|
cp -R "opt" "$out"
|
||||||
cp -R "usr/share" "$out/share"
|
cp -R "usr/share" "$out/share"
|
||||||
|
@ -106,6 +114,8 @@ let
|
||||||
# Desktop file
|
# Desktop file
|
||||||
mkdir -p "$out/share/applications"
|
mkdir -p "$out/share/applications"
|
||||||
cp "${desktopItem}/share/applications/"* "$out/share/applications"
|
cp "${desktopItem}/share/applications/"* "$out/share/applications"
|
||||||
|
|
||||||
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
runtimeDependencies = [
|
runtimeDependencies = [
|
||||||
|
@ -134,17 +144,29 @@ let
|
||||||
];
|
];
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
|
runHook preUnpack
|
||||||
|
|
||||||
xar -xf $src
|
xar -xf $src
|
||||||
cd com.wearezeta.zclient.mac.pkg
|
cd com.wearezeta.zclient.mac.pkg
|
||||||
|
|
||||||
|
runHook postUnpack
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
runHook preBuild
|
||||||
|
|
||||||
cat Payload | gunzip -dc | cpio -i
|
cat Payload | gunzip -dc | cpio -i
|
||||||
|
|
||||||
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p $out/Applications
|
mkdir -p $out/Applications
|
||||||
cp -r Wire.app $out/Applications
|
cp -r Wire.app $out/Applications
|
||||||
|
|
||||||
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
notmuch
|
notmuch
|
||||||
oauth2client
|
oauth2client
|
||||||
google_api_python_client
|
google-api-python-client
|
||||||
tqdm
|
tqdm
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
|
@ -346,21 +346,19 @@ let self = rec {
|
||||||
pdfreader = mkKodiPlugin rec {
|
pdfreader = mkKodiPlugin rec {
|
||||||
plugin = "pdfreader";
|
plugin = "pdfreader";
|
||||||
namespace = "plugin.image.pdf";
|
namespace = "plugin.image.pdf";
|
||||||
version = "1.0.2";
|
version = "2.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub rec {
|
src = fetchFromGitHub {
|
||||||
name = plugin + "-" + version + ".tar.gz";
|
owner = "i96751414";
|
||||||
owner = "teeedubb";
|
repo = "plugin.image.pdfreader";
|
||||||
repo = owner + "-xbmc-repo";
|
rev = "v${version}";
|
||||||
rev = "0a405b95208ced8a1365ad3193eade8d1c2117ce";
|
sha256 = "0nkqhlm1gyagq6xpdgqvd5qxyr2ngpml9smdmzfabc8b972mwjml";
|
||||||
sha256 = "1iv7d030z3xvlflvp4p5v3riqnwg9g0yvzxszy63v1a6x5kpjkqa";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://forum.kodi.tv/showthread.php?tid=187421";
|
homepage = "https://forum.kodi.tv/showthread.php?tid=187421";
|
||||||
description = "A comic book reader";
|
description = "A comic book reader";
|
||||||
maintainers = with maintainers; [ edwtjo ];
|
maintainers = with maintainers; [ edwtjo ];
|
||||||
broken = true; # requires port to python3
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
{
|
{ glib
|
||||||
glib,
|
, haskellPackages
|
||||||
haskellPackages,
|
, lib
|
||||||
lib,
|
, nodePackages
|
||||||
nodePackages,
|
, perlPackages
|
||||||
perlPackages,
|
, python2Packages
|
||||||
python2Packages,
|
, python3Packages
|
||||||
python3Packages,
|
, runCommand
|
||||||
runCommand,
|
, writers
|
||||||
writers,
|
, writeText
|
||||||
writeText
|
|
||||||
}:
|
}:
|
||||||
with writers;
|
with writers;
|
||||||
let
|
let
|
||||||
|
|
|
@ -13,14 +13,14 @@ in fetchzip {
|
||||||
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
|
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A monospaced font for scientific and technical computing";
|
description = "A monospaced font for scientific and technical computing";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
JuliaMono is a monospaced typeface designed for use in text editing environments that require a wide range of specialist and technical Unicode characters. It was intended as a fun experiment to be presented at the 2020 JuliaCon conference in Lisbon, Portugal (which of course didn’t physically happen in Lisbon, but online).
|
JuliaMono is a monospaced typeface designed for use in text editing environments that require a wide range of specialist and technical Unicode characters. It was intended as a fun experiment to be presented at the 2020 JuliaCon conference in Lisbon, Portugal (which of course didn’t physically happen in Lisbon, but online).
|
||||||
'';
|
'';
|
||||||
maintainers = with lib.maintainers; [ suhr ];
|
maintainers = with maintainers; [ suhr ];
|
||||||
platforms = with lib.platforms; all;
|
platforms = with platforms; all;
|
||||||
homepage = "https://cormullion.github.io/pages/2020-07-26-JuliaMono/";
|
homepage = "https://cormullion.github.io/pages/2020-07-26-JuliaMono/";
|
||||||
license = lib.licenses.ofl;
|
license = licenses.ofl;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, substituteAll, fetchFromGitHub, taskwarrior, gettext, runtimeShell, gnome3 }:
|
{ lib, stdenv, substituteAll, fetchFromGitHub, taskwarrior, gettext, runtimeShell }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-taskwhisperer";
|
pname = "gnome-shell-extension-taskwhisperer";
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, icestorm }:
|
{ lib, stdenv, fetchFromGitHub, icestorm }:
|
||||||
|
|
||||||
with builtins;
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "arachne-pnr";
|
pname = "arachne-pnr";
|
||||||
version = "2019.07.29";
|
version = "2019.07.29";
|
||||||
|
@ -14,17 +12,17 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
makeFlags =
|
makeFlags = [
|
||||||
[ "PREFIX=$(out)"
|
"PREFIX=$(out)"
|
||||||
"ICEBOX=${icestorm}/share/icebox"
|
"ICEBOX=${icestorm}/share/icebox"
|
||||||
];
|
];
|
||||||
|
|
||||||
patchPhase = ''
|
postPatch = ''
|
||||||
substituteInPlace ./Makefile \
|
substituteInPlace ./Makefile \
|
||||||
--replace 'echo UNKNOWN' 'echo ${substring 0 10 src.rev}'
|
--replace 'echo UNKNOWN' 'echo ${lib.substring 0 10 src.rev}'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Place and route tool for FPGAs";
|
description = "Place and route tool for FPGAs";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Arachne-pnr implements the place and route step of
|
Arachne-pnr implements the place and route step of
|
||||||
|
@ -37,8 +35,8 @@ stdenv.mkDerivation rec {
|
||||||
the IceStorm [2] icepack command.
|
the IceStorm [2] icepack command.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/cseed/arachne-pnr";
|
homepage = "https://github.com/cseed/arachne-pnr";
|
||||||
license = lib.licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ shell thoughtpolice ];
|
maintainers = with maintainers; [ shell thoughtpolice ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,8 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, premake4 }:
|
{ lib, stdenv, fetchFromGitHub, fetchpatch, premake4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "bootil-unstable-2015-12-17";
|
pname = "bootil";
|
||||||
|
version = "unstable-2015-12-17";
|
||||||
meta = {
|
|
||||||
description = "Garry Newman's personal utility library";
|
|
||||||
homepage = "https://github.com/garrynewman/bootil";
|
|
||||||
# License unsure - see https://github.com/garrynewman/bootil/issues/21
|
|
||||||
license = lib.licenses.free;
|
|
||||||
maintainers = [ lib.maintainers.abigailbuccaneer ];
|
|
||||||
platforms = lib.platforms.all;
|
|
||||||
# Build uses `-msse` and `-mfpmath=sse`
|
|
||||||
badPlatforms = [ "aarch64-linux" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "garrynewman";
|
owner = "garrynewman";
|
||||||
|
@ -21,11 +11,13 @@ stdenv.mkDerivation {
|
||||||
sha256 = "03wq526r80l2px797hd0n5m224a6jibwipcbsvps6l9h740xabzg";
|
sha256 = "03wq526r80l2px797hd0n5m224a6jibwipcbsvps6l9h740xabzg";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ (fetchpatch {
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
url = "https://github.com/garrynewman/bootil/pull/22.patch";
|
url = "https://github.com/garrynewman/bootil/pull/22.patch";
|
||||||
name = "github-pull-request-22.patch";
|
name = "github-pull-request-22.patch";
|
||||||
sha256 = "1qf8wkv00pb9w1aa0dl89c8gm4rmzkxfl7hidj4gz0wpy7a24qa2";
|
sha256 = "1qf8wkv00pb9w1aa0dl89c8gm4rmzkxfl7hidj4gz0wpy7a24qa2";
|
||||||
}) ];
|
})
|
||||||
|
];
|
||||||
|
|
||||||
# Avoid guessing where files end up. Just use current directory.
|
# Avoid guessing where files end up. Just use current directory.
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -42,4 +34,15 @@ stdenv.mkDerivation {
|
||||||
install -D libbootil_static.a $out/lib/libbootil_static.a
|
install -D libbootil_static.a $out/lib/libbootil_static.a
|
||||||
cp -r include $out
|
cp -r include $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Garry Newman's personal utility library";
|
||||||
|
homepage = "https://github.com/garrynewman/bootil";
|
||||||
|
# License unsure - see https://github.com/garrynewman/bootil/issues/21
|
||||||
|
license = licenses.free;
|
||||||
|
maintainers = [ maintainers.abigailbuccaneer ];
|
||||||
|
platforms = platforms.all;
|
||||||
|
# Build uses `-msse` and `-mfpmath=sse`
|
||||||
|
badPlatforms = [ "aarch64-linux" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
{lib, stdenv, fetchurl}:
|
{lib, stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "4.0";
|
|
||||||
pname = "cpputest";
|
pname = "cpputest";
|
||||||
|
version = "4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/cpputest/cpputest/releases/download/v${version}/${pname}-${version}.tar.gz";
|
url = "https://github.com/cpputest/cpputest/releases/download/v${version}/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1xslavlb1974y5xvs8n1j9zkk05dlw8imy4saasrjlmibl895ii1";
|
sha256 = "1xslavlb1974y5xvs8n1j9zkk05dlw8imy4saasrjlmibl895ii1";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "http://cpputest.github.io/";
|
homepage = "https://cpputest.github.io/";
|
||||||
description = "Unit testing and mocking framework for C/C++";
|
description = "Unit testing and mocking framework for C/C++";
|
||||||
platforms = lib.platforms.linux ;
|
platforms = platforms.linux ;
|
||||||
license = lib.licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ lib.maintainers.juliendehos ];
|
maintainers = [ maintainers.juliendehos ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ lib, stdenv
|
{ lib
|
||||||
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
|
@ -10,7 +11,7 @@
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, enableZbar ? false
|
, enableZbar ? false
|
||||||
, faacSupport ? false
|
, faacSupport ? false
|
||||||
, faac ? null
|
, faac
|
||||||
, faad2
|
, faad2
|
||||||
, libass
|
, libass
|
||||||
, libkate
|
, libkate
|
||||||
|
@ -34,7 +35,6 @@
|
||||||
, bluez
|
, bluez
|
||||||
, chromaprint
|
, chromaprint
|
||||||
, curl
|
, curl
|
||||||
, darwin
|
|
||||||
, directfb
|
, directfb
|
||||||
, fdk_aac
|
, fdk_aac
|
||||||
, flite
|
, flite
|
||||||
|
@ -80,20 +80,23 @@
|
||||||
, libxml2
|
, libxml2
|
||||||
, srt
|
, srt
|
||||||
, vo-aacenc
|
, vo-aacenc
|
||||||
|
, VideoToolbox
|
||||||
|
, AudioToolbox
|
||||||
|
, AVFoundation
|
||||||
|
, CoreMedia
|
||||||
|
, CoreVideo
|
||||||
|
, Foundation
|
||||||
|
, MediaToolbox
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert faacSupport -> faac != null;
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
let
|
|
||||||
inherit (lib) optional optionals;
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
pname = "gst-plugins-bad";
|
pname = "gst-plugins-bad";
|
||||||
version = "1.18.2";
|
version = "1.18.2";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "06ildd4rl6cynirv3p00d2ddf5is9svj4i7mkahldzhq24pq5mca";
|
sha256 = "06ildd4rl6cynirv3p00d2ddf5is9svj4i7mkahldzhq24pq5mca";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -110,7 +113,7 @@ in stdenv.mkDerivation rec {
|
||||||
python3
|
python3
|
||||||
gettext
|
gettext
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
] ++ optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
wayland # for wayland-scanner
|
wayland # for wayland-scanner
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -166,16 +169,16 @@ in stdenv.mkDerivation rec {
|
||||||
libintl
|
libintl
|
||||||
srt
|
srt
|
||||||
vo-aacenc
|
vo-aacenc
|
||||||
] ++ optionals enableZbar [
|
] ++ lib.optionals enableZbar [
|
||||||
zbar
|
zbar
|
||||||
] ++ optionals faacSupport [
|
] ++ lib.optionals faacSupport [
|
||||||
faac
|
faac
|
||||||
] ++ optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
bluez
|
bluez
|
||||||
libva # vaapi requires libva -> libdrm -> libpciaccess, which is Linux-only in nixpkgs
|
libva # vaapi requires libva -> libdrm -> libpciaccess, which is Linux-only in nixpkgs
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
] ++ optionals (!stdenv.isDarwin) [
|
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||||
# wildmidi requires apple's OpenAL
|
# wildmidi requires apple's OpenAL
|
||||||
# TODO: package apple's OpenAL, fix wildmidi, include on Darwin
|
# TODO: package apple's OpenAL, fix wildmidi, include on Darwin
|
||||||
wildmidi
|
wildmidi
|
||||||
|
@ -202,7 +205,7 @@ in stdenv.mkDerivation rec {
|
||||||
serd
|
serd
|
||||||
sord
|
sord
|
||||||
sratom
|
sratom
|
||||||
] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
# For unknown reasons the order is important, e.g. if
|
# For unknown reasons the order is important, e.g. if
|
||||||
# VideoToolbox is last, we get:
|
# VideoToolbox is last, we get:
|
||||||
# fatal error: 'VideoToolbox/VideoToolbox.h' file not found
|
# fatal error: 'VideoToolbox/VideoToolbox.h' file not found
|
||||||
|
@ -213,7 +216,7 @@ in stdenv.mkDerivation rec {
|
||||||
CoreVideo
|
CoreVideo
|
||||||
Foundation
|
Foundation
|
||||||
MediaToolbox
|
MediaToolbox
|
||||||
]);
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dexamples=disabled" # requires many dependencies and probably not useful for our users
|
"-Dexamples=disabled" # requires many dependencies and probably not useful for our users
|
||||||
|
@ -251,10 +254,10 @@ in stdenv.mkDerivation rec {
|
||||||
"-Dwpe=disabled" # required `wpe-webkit` library not packaged in nixpkgs as of writing
|
"-Dwpe=disabled" # required `wpe-webkit` library not packaged in nixpkgs as of writing
|
||||||
"-Dzxing=disabled" # required `zxing-cpp` library not packaged in nixpkgs as of writing
|
"-Dzxing=disabled" # required `zxing-cpp` library not packaged in nixpkgs as of writing
|
||||||
]
|
]
|
||||||
++ optionals (!stdenv.isLinux) [
|
++ lib.optionals (!stdenv.isLinux) [
|
||||||
"-Dva=disabled" # see comment on `libva` in `buildInputs`
|
"-Dva=disabled" # see comment on `libva` in `buildInputs`
|
||||||
]
|
]
|
||||||
++ optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
"-Dbluez=disabled"
|
"-Dbluez=disabled"
|
||||||
"-Dchromaprint=disabled"
|
"-Dchromaprint=disabled"
|
||||||
"-Ddirectfb=disabled"
|
"-Ddirectfb=disabled"
|
||||||
|
@ -271,11 +274,11 @@ in stdenv.mkDerivation rec {
|
||||||
"-Dladspa=disabled" # requires lrdf
|
"-Dladspa=disabled" # requires lrdf
|
||||||
"-Dwebrtc=disabled" # requires libnice, which as of writing doesn't work on Darwin in nixpkgs
|
"-Dwebrtc=disabled" # requires libnice, which as of writing doesn't work on Darwin in nixpkgs
|
||||||
"-Dwildmidi=disabled" # see dependencies above
|
"-Dwildmidi=disabled" # see dependencies above
|
||||||
] ++ optionals (!gst-plugins-base.glEnabled) [
|
] ++ lib.optionals (!gst-plugins-base.glEnabled) [
|
||||||
"-Dgl=disabled"]
|
"-Dgl=disabled"
|
||||||
++ optionals (!gst-plugins-base.waylandEnabled) [
|
] ++ lib.optionals (!gst-plugins-base.waylandEnabled) [
|
||||||
"-Dwayland=disabled"
|
"-Dwayland=disabled"
|
||||||
] ++ optionals (!gst-plugins-base.glEnabled) [
|
] ++ lib.optionals (!gst-plugins-base.glEnabled) [
|
||||||
# `applemedia/videotexturecache.h` requires `gst/gl/gl.h`,
|
# `applemedia/videotexturecache.h` requires `gst/gl/gl.h`,
|
||||||
# but its meson build system does not declare the dependency.
|
# but its meson build system does not declare the dependency.
|
||||||
"-Dapplemedia=disabled"
|
"-Dapplemedia=disabled"
|
||||||
|
|
|
@ -31,7 +31,8 @@
|
||||||
# errors. Suspected is that a newer version than clang
|
# errors. Suspected is that a newer version than clang
|
||||||
# is needed than 5.0 but it is not clear.
|
# is needed than 5.0 but it is not clear.
|
||||||
, enableCocoa ? false
|
, enableCocoa ? false
|
||||||
, darwin
|
, Cocoa
|
||||||
|
, OpenGL
|
||||||
, enableGl ? (enableX11 || enableWayland || enableCocoa)
|
, enableGl ? (enableX11 || enableWayland || enableCocoa)
|
||||||
, enableCdparanoia ? (!stdenv.isDarwin)
|
, enableCdparanoia ? (!stdenv.isDarwin)
|
||||||
, cdparanoia
|
, cdparanoia
|
||||||
|
@ -45,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1b05kg46azrxxvq42c71071lfsnc34pw4vynnkczdqi6g0gzn16x";
|
sha256 = "1b05kg46azrxxvq42c71071lfsnc34pw4vynnkczdqi6g0gzn16x";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -81,7 +82,7 @@ stdenv.mkDerivation rec {
|
||||||
libvisual
|
libvisual
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
pango
|
pango
|
||||||
darwin.apple_sdk.frameworks.OpenGL
|
OpenGL
|
||||||
] ++ lib.optionals enableAlsa [
|
] ++ lib.optionals enableAlsa [
|
||||||
alsaLib
|
alsaLib
|
||||||
] ++ lib.optionals enableX11 [
|
] ++ lib.optionals enableX11 [
|
||||||
|
@ -91,7 +92,7 @@ stdenv.mkDerivation rec {
|
||||||
] ++ lib.optionals enableWayland [
|
] ++ lib.optionals enableWayland [
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
] ++ lib.optional enableCocoa darwin.apple_sdk.frameworks.Cocoa
|
] ++ lib.optional enableCocoa Cocoa
|
||||||
++ lib.optional enableCdparanoia cdparanoia;
|
++ lib.optional enableCdparanoia cdparanoia;
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
outputBin = "dev";
|
outputBin = "dev";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0ijlmvr660m8zn09xlmnq1ajrziqsivp2hig5a9mabhcjx7ypkb6";
|
sha256 = "0ijlmvr660m8zn09xlmnq1ajrziqsivp2hig5a9mabhcjx7ypkb6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
{ callPackage, CoreServices }:
|
{ callPackage, AudioToolbox, AVFoundation, Cocoa, CoreFoundation, CoreMedia, CoreServices, CoreVideo, DiskArbitration, Foundation, IOKit, MediaToolbox, OpenGL, VideoToolbox }:
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
gstreamer = callPackage ./core { inherit CoreServices; };
|
gstreamer = callPackage ./core { inherit CoreServices; };
|
||||||
|
|
||||||
gstreamermm = callPackage ./gstreamermm { };
|
gstreamermm = callPackage ./gstreamermm { };
|
||||||
|
|
||||||
gst-plugins-base = callPackage ./base { inherit gstreamer; };
|
gst-plugins-base = callPackage ./base { inherit gstreamer Cocoa OpenGL; };
|
||||||
|
|
||||||
gst-plugins-good = callPackage ./good { inherit gst-plugins-base; };
|
gst-plugins-good = callPackage ./good { inherit gst-plugins-base Cocoa; };
|
||||||
|
|
||||||
gst-plugins-bad = callPackage ./bad { inherit gst-plugins-base; };
|
gst-plugins-bad = callPackage ./bad { inherit gst-plugins-base AudioToolbox AVFoundation CoreMedia CoreVideo Foundation MediaToolbox VideoToolbox; };
|
||||||
|
|
||||||
gst-plugins-ugly = callPackage ./ugly { inherit gst-plugins-base; };
|
gst-plugins-ugly = callPackage ./ugly { inherit gst-plugins-base CoreFoundation DiskArbitration IOKit; };
|
||||||
|
|
||||||
gst-rtsp-server = callPackage ./rtsp-server { inherit gst-plugins-base gst-plugins-bad; };
|
gst-rtsp-server = callPackage ./rtsp-server { inherit gst-plugins-base gst-plugins-bad; };
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "1.18.2";
|
version = "1.18.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0mhascwvgirgh7b5dykpnk06f7f5g62gh3sl30i6kygiidqkv9vf";
|
sha256 = "0mhascwvgirgh7b5dykpnk06f7f5g62gh3sl30i6kygiidqkv9vf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0pv2k8zlpn3vv2sdlspi3m63ixcwzi90pjly2ypbkg59ab97rb15";
|
sha256 = "0pv2k8zlpn3vv2sdlspi3m63ixcwzi90pjly2ypbkg59ab97rb15";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -25,13 +25,13 @@
|
||||||
, libsoup
|
, libsoup
|
||||||
, libpulseaudio
|
, libpulseaudio
|
||||||
, libintl
|
, libintl
|
||||||
, darwin
|
, Cocoa
|
||||||
, lame
|
, lame
|
||||||
, mpg123
|
, mpg123
|
||||||
, twolame
|
, twolame
|
||||||
, gtkSupport ? false, gtk3 ? null
|
, gtkSupport ? false, gtk3
|
||||||
, qt5Support ? false, qt5 ? null
|
, qt5Support ? false, qt5
|
||||||
, raspiCameraSupport ? false, libraspberrypi ? null
|
, raspiCameraSupport ? false, libraspberrypi
|
||||||
, enableJack ? true, libjack2
|
, enableJack ? true, libjack2
|
||||||
, libXdamage
|
, libXdamage
|
||||||
, libXext
|
, libXext
|
||||||
|
@ -44,12 +44,8 @@
|
||||||
, wavpack
|
, wavpack
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert gtkSupport -> gtk3 != null;
|
assert raspiCameraSupport -> (stdenv.isLinux && stdenv.isAarch64);
|
||||||
assert raspiCameraSupport -> ((libraspberrypi != null) && stdenv.isLinux && stdenv.isAarch64);
|
|
||||||
|
|
||||||
let
|
|
||||||
inherit (lib) optionals;
|
|
||||||
in
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gst-plugins-good";
|
pname = "gst-plugins-good";
|
||||||
version = "1.18.2";
|
version = "1.18.2";
|
||||||
|
@ -57,7 +53,7 @@ stdenv.mkDerivation rec {
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1929nhjsvbl4bw37nfagnfsnxz737cm2x3ayz9ayrn9lwkfm45zp";
|
sha256 = "1929nhjsvbl4bw37nfagnfsnxz737cm2x3ayz9ayrn9lwkfm45zp";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -68,7 +64,7 @@ stdenv.mkDerivation rec {
|
||||||
ninja
|
ninja
|
||||||
gettext
|
gettext
|
||||||
nasm
|
nasm
|
||||||
] ++ optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -98,39 +94,39 @@ stdenv.mkDerivation rec {
|
||||||
xorg.libXfixes
|
xorg.libXfixes
|
||||||
xorg.libXdamage
|
xorg.libXdamage
|
||||||
wavpack
|
wavpack
|
||||||
] ++ optionals raspiCameraSupport [
|
] ++ lib.optionals raspiCameraSupport [
|
||||||
libraspberrypi
|
libraspberrypi
|
||||||
] ++ optionals gtkSupport [
|
] ++ lib.optionals gtkSupport [
|
||||||
# for gtksink
|
# for gtksink
|
||||||
gtk3
|
gtk3
|
||||||
] ++ optionals qt5Support (with qt5; [
|
] ++ lib.optionals qt5Support (with qt5; [
|
||||||
qtbase
|
qtbase
|
||||||
qtdeclarative
|
qtdeclarative
|
||||||
qtwayland
|
qtwayland
|
||||||
qtx11extras
|
qtx11extras
|
||||||
]) ++ optionals stdenv.isDarwin [
|
]) ++ lib.optionals stdenv.isDarwin [
|
||||||
darwin.apple_sdk.frameworks.Cocoa
|
Cocoa
|
||||||
] ++ optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
libv4l
|
libv4l
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
libavc1394
|
libavc1394
|
||||||
libiec61883
|
libiec61883
|
||||||
libgudev
|
libgudev
|
||||||
wayland
|
wayland
|
||||||
] ++ optionals enableJack [
|
] ++ lib.optionals enableJack [
|
||||||
libjack2
|
libjack2
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dexamples=disabled" # requires many dependencies and probably not useful for our users
|
"-Dexamples=disabled" # requires many dependencies and probably not useful for our users
|
||||||
"-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
|
"-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
|
||||||
] ++ optionals (!qt5Support) [
|
] ++ lib.optionals (!qt5Support) [
|
||||||
"-Dqt5=disabled"
|
"-Dqt5=disabled"
|
||||||
] ++ optionals (!gtkSupport) [
|
] ++ lib.optionals (!gtkSupport) [
|
||||||
"-Dgtk3=disabled"
|
"-Dgtk3=disabled"
|
||||||
] ++ optionals (!enableJack) [
|
] ++ lib.optionals (!enableJack) [
|
||||||
"-Djack=disabled"
|
"-Djack=disabled"
|
||||||
] ++ optionals (!stdenv.isLinux) [
|
] ++ lib.optionals (!stdenv.isLinux) [
|
||||||
"-Ddv1394=disabled" # Linux only
|
"-Ddv1394=disabled" # Linux only
|
||||||
"-Doss4=disabled" # Linux only
|
"-Doss4=disabled" # Linux only
|
||||||
"-Doss=disabled" # Linux only
|
"-Doss=disabled" # Linux only
|
||||||
|
@ -138,7 +134,7 @@ stdenv.mkDerivation rec {
|
||||||
"-Dv4l2-gudev=disabled" # Linux-only
|
"-Dv4l2-gudev=disabled" # Linux-only
|
||||||
"-Dv4l2=disabled" # Linux-only
|
"-Dv4l2=disabled" # Linux-only
|
||||||
"-Dximagesrc=disabled" # Linux-only
|
"-Dximagesrc=disabled" # Linux-only
|
||||||
] ++ optionals (!raspiCameraSupport) [
|
] ++ lib.optionals (!raspiCameraSupport) [
|
||||||
"-Drpicamsrc=disabled"
|
"-Drpicamsrc=disabled"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "1.18.2";
|
version = "1.18.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0jbzams9ggk3sq9ywv4gsl9rghyn203l2582m6l5c1sz9ka9m5in";
|
sha256 = "0jbzams9ggk3sq9ywv4gsl9rghyn203l2582m6l5c1sz9ka9m5in";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "1.18.2";
|
version = "1.18.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1qjlp7az0hkzxvq53hwnp55sp6xhbybfwzaj66hp45jslsmj4fcp";
|
sha256 = "1qjlp7az0hkzxvq53hwnp55sp6xhbybfwzaj66hp45jslsmj4fcp";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,9 @@
|
||||||
, libintl
|
, libintl
|
||||||
, lib
|
, lib
|
||||||
, opencore-amr
|
, opencore-amr
|
||||||
, darwin
|
, IOKit
|
||||||
|
, CoreFoundation
|
||||||
|
, DiskArbitration
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -26,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1nwbcv5yaib3d8icvyja3zf6lyjf5zf1hndbijrhj8j7xlia0dx3";
|
sha256 = "1nwbcv5yaib3d8icvyja3zf6lyjf5zf1hndbijrhj8j7xlia0dx3";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -49,11 +51,11 @@ stdenv.mkDerivation rec {
|
||||||
x264
|
x264
|
||||||
libintl
|
libintl
|
||||||
opencore-amr
|
opencore-amr
|
||||||
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
IOKit
|
IOKit
|
||||||
CoreFoundation
|
CoreFoundation
|
||||||
DiskArbitration
|
DiskArbitration
|
||||||
]);
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
|
"-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
|
||||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "1.18.2";
|
version = "1.18.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
|
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1h67n7wk1297rzynknbyv44gdacblvkcvb37x8yxi5d0zms2qywc";
|
sha256 = "1h67n7wk1297rzynknbyv44gdacblvkcvb37x8yxi5d0zms2qywc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||||
patchShebangs ./configure
|
patchShebangs ./configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
configureFlags = lib.optionals stdenv.isAarch64 [ "--disable-sse" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://pngquant.org/lib/";
|
homepage = "https://pngquant.org/lib/";
|
||||||
description = "Image quantization library";
|
description = "Image quantization library";
|
||||||
|
|
|
@ -1,21 +1,48 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, cmake
|
{ lib
|
||||||
, qhull, flann, boost, vtk, eigen, pkg-config, qtbase
|
, stdenv
|
||||||
, libusb1, libpcap, libXt, libpng, Cocoa, AGL, OpenGL
|
, fetchFromGitHub
|
||||||
|
, wrapQtAppsHook
|
||||||
|
, cmake
|
||||||
|
, qhull
|
||||||
|
, flann
|
||||||
|
, boost
|
||||||
|
, vtk
|
||||||
|
, eigen
|
||||||
|
, pkg-config
|
||||||
|
, qtbase
|
||||||
|
, libusb1
|
||||||
|
, libpcap
|
||||||
|
, libXt
|
||||||
|
, libpng
|
||||||
|
, Cocoa
|
||||||
|
, AGL
|
||||||
|
, OpenGL
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pcl-1.11.1";
|
pname = "pcl";
|
||||||
|
version = "1.11.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PointCloudLibrary";
|
owner = "PointCloudLibrary";
|
||||||
repo = "pcl";
|
repo = "pcl";
|
||||||
rev = name;
|
rev = "${pname}-${version}";
|
||||||
sha256 = "1cli2rxqsk6nxp36p5mgvvahjz8hm4fb68yi8cf9nw4ygbcvcwb1";
|
sha256 = "1cli2rxqsk6nxp36p5mgvvahjz8hm4fb68yi8cf9nw4ygbcvcwb1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config cmake ];
|
nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];
|
||||||
buildInputs = [ qhull flann boost eigen libusb1 libpcap
|
buildInputs = [
|
||||||
libpng vtk qtbase libXt ]
|
qhull
|
||||||
|
flann
|
||||||
|
boost
|
||||||
|
eigen
|
||||||
|
libusb1
|
||||||
|
libpcap
|
||||||
|
libpng
|
||||||
|
vtk
|
||||||
|
qtbase
|
||||||
|
libXt
|
||||||
|
]
|
||||||
++ lib.optionals stdenv.isDarwin [ Cocoa AGL ];
|
++ lib.optionals stdenv.isDarwin [ Cocoa AGL ];
|
||||||
|
|
||||||
cmakeFlags = lib.optionals stdenv.isDarwin [
|
cmakeFlags = lib.optionals stdenv.isDarwin [
|
||||||
|
@ -24,10 +51,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://pointclouds.org/";
|
homepage = "https://pointclouds.org/";
|
||||||
broken = lib.versionAtLeast qtbase.version "5.15";
|
|
||||||
description = "Open project for 2D/3D image and point cloud processing";
|
description = "Open project for 2D/3D image and point cloud processing";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [viric];
|
maintainers = with lib.maintainers; [ viric ];
|
||||||
platforms = with lib.platforms; linux ++ darwin;
|
platforms = with lib.platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
|
||||||
version = "${majorVersion}.${minorVersion}";
|
version = "${majorVersion}.${minorVersion}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${meta.homepage}files/release/${majorVersion}/VTK-${version}.tar.gz";
|
url = "https://www.vtk.org/files/release/${majorVersion}/VTK-${version}.tar.gz";
|
||||||
sha256 = sourceSha256;
|
sha256 = sourceSha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -94,6 +94,6 @@ in stdenv.mkDerivation rec {
|
||||||
maintainers = with maintainers; [ knedlsepp tfmoraes lheckemann ];
|
maintainers = with maintainers; [ knedlsepp tfmoraes lheckemann ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
# /nix/store/xxxxxxx-apple-framework-Security/Library/Frameworks/Security.framework/Headers/Authorization.h:192:7: error: variably modified 'bytes' at file scope
|
# /nix/store/xxxxxxx-apple-framework-Security/Library/Frameworks/Security.framework/Headers/Authorization.h:192:7: error: variably modified 'bytes' at file scope
|
||||||
broken = if stdenv.isDarwin && (majorVersion == 7 || majorVersion == 8) then true else false;
|
broken = stdenv.isDarwin && (lib.versions.major majorVersion == "7" || lib.versions.major majorVersion == "8");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -188,6 +188,7 @@
|
||||||
, "readability-cli"
|
, "readability-cli"
|
||||||
, "redoc-cli"
|
, "redoc-cli"
|
||||||
, "reveal.js"
|
, "reveal.js"
|
||||||
|
, "rimraf"
|
||||||
, "rollup"
|
, "rollup"
|
||||||
, { "rust-analyzer-build-deps": "../../misc/vscode-extensions/rust-analyzer/build-deps" }
|
, { "rust-analyzer-build-deps": "../../misc/vscode-extensions/rust-analyzer/build-deps" }
|
||||||
, "s3http"
|
, "s3http"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6,7 +6,7 @@
|
||||||
, bottle
|
, bottle
|
||||||
, chardet
|
, chardet
|
||||||
, dateutil
|
, dateutil
|
||||||
, google_api_python_client
|
, google-api-python-client
|
||||||
, lxml
|
, lxml
|
||||||
, oauth2client
|
, oauth2client
|
||||||
, ply
|
, ply
|
||||||
|
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||||
bottle
|
bottle
|
||||||
chardet
|
chardet
|
||||||
dateutil
|
dateutil
|
||||||
google_api_python_client
|
google-api-python-client
|
||||||
lxml
|
lxml
|
||||||
oauth2client
|
oauth2client
|
||||||
ply
|
ply
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ lib
|
{ lib
|
||||||
|
, stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
@ -22,6 +23,12 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# https://github.com/agronholm/cbor2/issues/99
|
||||||
|
disabledTests = lib.optionals stdenv.is32bit [
|
||||||
|
"test_huge_truncated_bytes"
|
||||||
|
"test_huge_truncated_string"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "cbor2" ];
|
pythonImportsCheck = [ "cbor2" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
@ -14,13 +14,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cvxpy";
|
pname = "cvxpy";
|
||||||
version = "1.1.10";
|
version = "1.1.11";
|
||||||
|
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-7NCouJ95nOolSSjeqHktnGnDfbC9gwtM2mKbKyvlInA=";
|
hash = "sha256-W4qly+g07Q1iYJ76/tGZNkBPa+oavhTDUYRQ3cZ+s1I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
|
@ -21,5 +21,7 @@ buildPythonPackage rec {
|
||||||
homepage = "https://bitbucket.org/sgillies/descartes/";
|
homepage = "https://bitbucket.org/sgillies/descartes/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ knedlsepp ];
|
maintainers = with maintainers; [ knedlsepp ];
|
||||||
|
# all tests are failing
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
, six
|
, six
|
||||||
, dateutil
|
, dateutil
|
||||||
, fusepy
|
, fusepy
|
||||||
, google_api_python_client
|
, google-api-python-client
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gipc greenlet httplib2 six ];
|
buildInputs = [ gipc greenlet httplib2 six ];
|
||||||
propagatedBuildInputs = [ dateutil fusepy google_api_python_client ];
|
propagatedBuildInputs = [ dateutil fusepy google-api-python-client ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace gdrivefs/resources/requirements.txt \
|
substituteInPlace gdrivefs/resources/requirements.txt \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ lib, buildPythonPackage, fetchPypi, isPy3k
|
{ lib, buildPythonPackage, fetchPypi, isPy3k
|
||||||
, docutils, installShellFiles
|
, docutils, installShellFiles
|
||||||
, google_api_python_client, simplejson, oauth2client, setuptools, xdg
|
, google-api-python-client, simplejson, oauth2client, setuptools, xdg
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ docutils installShellFiles ];
|
nativeBuildInputs = [ docutils installShellFiles ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
google_api_python_client simplejson oauth2client setuptools xdg
|
google-api-python-client simplejson oauth2client setuptools xdg
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, google-auth
|
, google-auth
|
||||||
, googleapis_common_protos
|
, googleapis-common-protos
|
||||||
, grpcio
|
, grpcio
|
||||||
, protobuf
|
, protobuf
|
||||||
, pytz
|
, pytz
|
||||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
googleapis_common_protos
|
googleapis-common-protos
|
||||||
google-auth
|
google-auth
|
||||||
grpcio
|
grpcio
|
||||||
protobuf
|
protobuf
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, grpcio
|
, grpcio
|
||||||
, googleapis_common_protos
|
, googleapis-common-protos
|
||||||
, pytest
|
, pytest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
sha256 = "0bfb5b56f648f457021a91c0df0db4934b6e0c300bd0f2de2333383fe958aa72";
|
sha256 = "0bfb5b56f648f457021a91c0df0db4934b6e0c300bd0f2de2333383fe958aa72";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ grpcio googleapis_common_protos ];
|
propagatedBuildInputs = [ grpcio googleapis-common-protos ];
|
||||||
|
|
||||||
# non-standard test format, and python3 will load local google folder first
|
# non-standard test format, and python3 will load local google folder first
|
||||||
# but tests cannot be ran if google folder is removed or moved
|
# but tests cannot be ran if google folder is removed or moved
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, google_api_python_client
|
, google-api-python-client
|
||||||
, google-auth-oauthlib
|
, google-auth-oauthlib
|
||||||
, jupyterhub
|
, jupyterhub
|
||||||
, mwoauth
|
, mwoauth
|
||||||
|
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||||
pytestFlagsArray = [ "oauthenticator/tests" ];
|
pytestFlagsArray = [ "oauthenticator/tests" ];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
google_api_python_client
|
google-api-python-client
|
||||||
google-auth-oauthlib
|
google-auth-oauthlib
|
||||||
mwoauth
|
mwoauth
|
||||||
pyjwt
|
pyjwt
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, protobuf
|
, protobuf
|
||||||
, googleapis_common_protos
|
, googleapis-common-protos
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pytz
|
, pytz
|
||||||
}:
|
}:
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [ protobuf ];
|
propagatedBuildInputs = [ protobuf ];
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook pytz googleapis_common_protos ];
|
checkInputs = [ pytestCheckHook pytz googleapis-common-protos ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "proto" ];
|
pythonImportsCheck = [ "proto" ];
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, google_api_python_client
|
, google-api-python-client
|
||||||
, oauth2client
|
, oauth2client
|
||||||
, pyyaml
|
, pyyaml
|
||||||
}:
|
}:
|
||||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
google_api_python_client
|
google-api-python-client
|
||||||
oauth2client
|
oauth2client
|
||||||
pyyaml
|
pyyaml
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ lib
|
{ lib
|
||||||
, aiohttp
|
, aiohttp
|
||||||
, aresponses
|
, aresponses
|
||||||
, async-timeout
|
|
||||||
, asynctest
|
, asynctest
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
|
|
@ -48,11 +48,11 @@ buildPythonPackage rec {
|
||||||
"-DPYTHON3_LIBRARY=${lib.getLib python}/lib"
|
"-DPYTHON3_LIBRARY=${lib.getLib python}/lib"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code";
|
description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code";
|
||||||
license = lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = "http://www.pyside.org/docs/shiboken/";
|
homepage = "http://www.pyside.org/";
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,23 @@
|
||||||
{ lib, buildPythonPackage, fetchPypi, pytest, pytestrunner, wcwidth }:
|
{ lib, buildPythonPackage, fetchPypi, pytestCheckHook, pytest-runner, wcwidth }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyte";
|
pname = "pyte";
|
||||||
version = "0.8.0";
|
version = "0.8.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7e71d03e972d6f262cbe8704ff70039855f05ee6f7ad9d7129df9c977b5a88c5";
|
sha256 = "7e71d03e972d6f262cbe8704ff70039855f05ee6f7ad9d7129df9c977b5a88c5";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ pytest-runner ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ wcwidth ];
|
propagatedBuildInputs = [ wcwidth ];
|
||||||
|
|
||||||
checkInputs = [ pytest pytestrunner ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
# tries to write to os.path.dirname(__file__) in test_input_output
|
disabledTests = [
|
||||||
checkPhase = ''
|
"test_input_output"
|
||||||
py.test -k "not test_input_output"
|
];
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple VTXXX-compatible linux terminal emulator";
|
description = "Simple VTXXX-compatible linux terminal emulator";
|
||||||
|
|
|
@ -118,7 +118,7 @@ let
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "pytorch";
|
pname = "pytorch";
|
||||||
# Don't forget to update pytorch-bin to the same version.
|
# Don't forget to update pytorch-bin to the same version.
|
||||||
version = "1.7.1";
|
version = "1.8.0";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ in buildPythonPackage rec {
|
||||||
repo = "pytorch";
|
repo = "pytorch";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "sha256-udpbSL8xnzf20A1pYYNlYjdp8ME8AVaAkMMiw53K6CU=";
|
sha256 = "sha256-qdZUtlxHZjCYoGfTdp5Bq3MtfXolWZrvib0kuzF3uIc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = lib.optionals stdenv.isDarwin [
|
patches = lib.optionals stdenv.isDarwin [
|
||||||
|
|
|
@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
# AttributeError: 'KeywordMapping' object has no attribute 'get'
|
# AttributeError: 'KeywordMapping' object has no attribute 'get'
|
||||||
doCheck = ! isPy27;
|
doCheck = !isPy27;
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# Disable tests that require network access and use httpbin
|
# Disable tests that require network access and use httpbin
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
, futures
|
, futures
|
||||||
, gdata
|
, gdata
|
||||||
, gnupg
|
, gnupg
|
||||||
, google_api_python_client
|
, google-api-python-client
|
||||||
, html2text
|
, html2text
|
||||||
, libyaml
|
, libyaml
|
||||||
, lxml
|
, lxml
|
||||||
|
@ -56,7 +56,7 @@ buildPythonPackage rec {
|
||||||
feedparser
|
feedparser
|
||||||
gdata
|
gdata
|
||||||
gnupg
|
gnupg
|
||||||
google_api_python_client
|
google-api-python-client
|
||||||
html2text
|
html2text
|
||||||
libyaml
|
libyaml
|
||||||
lxml
|
lxml
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, python, autoreconfHook, pkg-config, makeWrapper
|
{ lib, stdenv, fetchFromGitHub, python, autoreconfHook, pkg-config, makeWrapper
|
||||||
, flex
|
, flex
|
||||||
, gettext, libedit, glib, imagemagick, libxml2, boost, gnuplot, graphviz
|
, gettext, libedit, glib, imagemagick6, libxml2, boost, gnuplot, graphviz
|
||||||
, tesseract, gts, libXtst
|
, tesseract, gts, libXtst
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config flex makeWrapper
|
nativeBuildInputs = [ autoreconfHook pkg-config flex makeWrapper
|
||||||
python.pkgs.wrapPython ];
|
python.pkgs.wrapPython ];
|
||||||
|
|
||||||
buildInputs = [ python gettext libedit glib imagemagick libxml2 boost
|
buildInputs = [ python gettext libedit glib imagemagick6 libxml2 boost
|
||||||
gnuplot graphviz tesseract gts
|
gnuplot graphviz tesseract gts
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, rustPlatform, pkg-config, openssl, curl, darwin, perl }:
|
{ lib, stdenv, fetchFromGitHub, rustPlatform, pkg-config, openssl, curl, Security, CoreServices, CoreFoundation, perl }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wrangler";
|
pname = "wrangler";
|
||||||
|
@ -13,15 +13,11 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
cargoSha256 = "0w845virvw7mvibc76ar2hbffhfzj2v8v1xkrsssrgzyaryb48jk";
|
cargoSha256 = "0w845virvw7mvibc76ar2hbffhfzj2v8v1xkrsssrgzyaryb48jk";
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ] ++ lib.optionals stdenv.isLinux [ pkg-config ];
|
nativeBuildInputs = [ perl ]
|
||||||
|
++ lib.optionals stdenv.isLinux [ pkg-config ];
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isLinux [ openssl ]
|
buildInputs = lib.optionals stdenv.isLinux [ openssl ]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [ curl CoreFoundation CoreServices Security ];
|
||||||
curl
|
|
||||||
darwin.apple_sdk.frameworks.Security
|
|
||||||
darwin.apple_sdk.frameworks.CoreServices
|
|
||||||
darwin.apple_sdk.frameworks.CoreFoundation
|
|
||||||
];
|
|
||||||
|
|
||||||
# tries to use "/homeless-shelter" and fails
|
# tries to use "/homeless-shelter" and fails
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
|
@ -60,7 +60,7 @@ in
|
||||||
|
|
||||||
configureFlags = let
|
configureFlags = let
|
||||||
isCross = stdenv.hostPlatform != stdenv.buildPlatform;
|
isCross = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||||
inherit (stdenv.hostPlatform) gcc isArch32;
|
inherit (stdenv.hostPlatform) gcc isAarch32;
|
||||||
in sharedConfigureFlags ++ [
|
in sharedConfigureFlags ++ [
|
||||||
"--without-dtrace"
|
"--without-dtrace"
|
||||||
] ++ (optionals isCross [
|
] ++ (optionals isCross [
|
||||||
|
|
|
@ -65,12 +65,12 @@ let
|
||||||
|
|
||||||
ale = buildVimPluginFrom2Nix {
|
ale = buildVimPluginFrom2Nix {
|
||||||
pname = "ale";
|
pname = "ale";
|
||||||
version = "2021-03-01";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dense-analysis";
|
owner = "dense-analysis";
|
||||||
repo = "ale";
|
repo = "ale";
|
||||||
rev = "826878c41e546a93919aba08e5a134433222b3a5";
|
rev = "8c5081f6316183c97298ec4a819fd94c2a2a9516";
|
||||||
sha256 = "00nfjxrakl6p1knz8gy0n4flm537acj66nxvnb5hq3isn8h06gbw";
|
sha256 = "1k1d19w9avvxk6ccgdj2sricr3c3crvlwdfj0g7ybgh8nyn2isvs";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/dense-analysis/ale/";
|
meta.homepage = "https://github.com/dense-analysis/ale/";
|
||||||
};
|
};
|
||||||
|
@ -161,12 +161,12 @@ let
|
||||||
|
|
||||||
asyncomplete-vim = buildVimPluginFrom2Nix {
|
asyncomplete-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "asyncomplete-vim";
|
pname = "asyncomplete-vim";
|
||||||
version = "2021-02-27";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "prabirshrestha";
|
owner = "prabirshrestha";
|
||||||
repo = "asyncomplete.vim";
|
repo = "asyncomplete.vim";
|
||||||
rev = "f7f017e24277266984b54a9829adf51ba13f085d";
|
rev = "8e018dee9c5e2205288bda01be0de196b04b7cf2";
|
||||||
sha256 = "0kp8z1pwn057hm6bccp0v94mvvm2dcpdw6qlhjp1pzs8prgvp0nl";
|
sha256 = "1ghv6zp3qajd4n9qv3mnxqhczi77qmds2b2iicbl252slvldr604";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/prabirshrestha/asyncomplete.vim/";
|
meta.homepage = "https://github.com/prabirshrestha/asyncomplete.vim/";
|
||||||
};
|
};
|
||||||
|
@ -389,12 +389,12 @@ let
|
||||||
|
|
||||||
chadtree = buildVimPluginFrom2Nix {
|
chadtree = buildVimPluginFrom2Nix {
|
||||||
pname = "chadtree";
|
pname = "chadtree";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ms-jpq";
|
owner = "ms-jpq";
|
||||||
repo = "chadtree";
|
repo = "chadtree";
|
||||||
rev = "a43d2124a6b994df18b26a8a783f16534bac14cf";
|
rev = "4608bbe255e66f463cf08de888e470cb00966f8d";
|
||||||
sha256 = "0pqd4593wnlr7x6rb4lmj3vz4j41rrlkmbd4a18lq8ivp9q6faa0";
|
sha256 = "06rkj244frd2a7w0x0dp4nnzn8sdnbyww1jwn9xlypfcn67gg0nn";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ms-jpq/chadtree/";
|
meta.homepage = "https://github.com/ms-jpq/chadtree/";
|
||||||
};
|
};
|
||||||
|
@ -425,12 +425,12 @@ let
|
||||||
|
|
||||||
ci_dark = buildVimPluginFrom2Nix {
|
ci_dark = buildVimPluginFrom2Nix {
|
||||||
pname = "ci_dark";
|
pname = "ci_dark";
|
||||||
version = "2021-02-21";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chuling";
|
owner = "chuling";
|
||||||
repo = "ci_dark";
|
repo = "ci_dark";
|
||||||
rev = "29eee5e5c23b3fde59192df92baf7ba775867092";
|
rev = "9063153b05ca47c030a5f656411dbbed33697678";
|
||||||
sha256 = "0plq37r00d5sn6hci7wn8df09dca3cigvd80pq08pcngbm4h19wl";
|
sha256 = "011017ywcgjcflsl21fjcrz7ap68aqvgx5y5z64075qkrk1pqgz1";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/chuling/ci_dark/";
|
meta.homepage = "https://github.com/chuling/ci_dark/";
|
||||||
};
|
};
|
||||||
|
@ -461,12 +461,12 @@ let
|
||||||
|
|
||||||
coc-clap = buildVimPluginFrom2Nix {
|
coc-clap = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-clap";
|
pname = "coc-clap";
|
||||||
version = "2020-12-17";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vn-ki";
|
owner = "vn-ki";
|
||||||
repo = "coc-clap";
|
repo = "coc-clap";
|
||||||
rev = "5a0685a6e9eac82d5b1912e10b4ebdd41823dccd";
|
rev = "57116d2f999dfa025fac579835fd23e1a6341fa2";
|
||||||
sha256 = "16g10s8zwzjzk21s09bvlc8z20gxv0whb83wf9kbysiv5aamf0n1";
|
sha256 = "0m2khf11krkqmbykfx21yq9ydglz6dldw4xml5nkyqm93n37xn1s";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/vn-ki/coc-clap/";
|
meta.homepage = "https://github.com/vn-ki/coc-clap/";
|
||||||
};
|
};
|
||||||
|
@ -509,12 +509,12 @@ let
|
||||||
|
|
||||||
coc-lua = buildVimPluginFrom2Nix {
|
coc-lua = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-lua";
|
pname = "coc-lua";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "josa42";
|
owner = "josa42";
|
||||||
repo = "coc-lua";
|
repo = "coc-lua";
|
||||||
rev = "6f5b03b5d0ea59d73f809cb2a26317be6b0e14b8";
|
rev = "9454f352914475f3595efad08bb1524cf8812853";
|
||||||
sha256 = "1vcqm994i8d985k2fp09s3y1db87yk6pa4mnywzg561nk00rm5vh";
|
sha256 = "0j3h8jyn2gbyyk7vpbjprg4kpk77j85npb0m090z0iqhlvcdrhh1";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/josa42/coc-lua/";
|
meta.homepage = "https://github.com/josa42/coc-lua/";
|
||||||
};
|
};
|
||||||
|
@ -545,12 +545,12 @@ let
|
||||||
|
|
||||||
coc-nvim = buildVimPluginFrom2Nix {
|
coc-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-nvim";
|
pname = "coc-nvim";
|
||||||
version = "2021-02-25";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neoclide";
|
owner = "neoclide";
|
||||||
repo = "coc.nvim";
|
repo = "coc.nvim";
|
||||||
rev = "70e5a383cd1c5e39505ef016e8507e7daa4bc7dc";
|
rev = "71b5766a7cc28daef89fac7db99340cd532035b3";
|
||||||
sha256 = "0mgaj8d1jl2rh56a5mgl0wwwjmgmyk4vcxh19yyvpji73gpkywxh";
|
sha256 = "035fhkf6n4iyi01jc84a8bsaapz5dd3m49cbilxag2wr85gc4b9p";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/neoclide/coc.nvim/";
|
meta.homepage = "https://github.com/neoclide/coc.nvim/";
|
||||||
};
|
};
|
||||||
|
@ -593,12 +593,12 @@ let
|
||||||
|
|
||||||
command-t = buildVimPluginFrom2Nix {
|
command-t = buildVimPluginFrom2Nix {
|
||||||
pname = "command-t";
|
pname = "command-t";
|
||||||
version = "2020-06-02";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wincent";
|
owner = "wincent";
|
||||||
repo = "command-t";
|
repo = "command-t";
|
||||||
rev = "ea7a889bda2849ba87fc12053bf6dd14467d7b72";
|
rev = "7c14a8c0da5127c38f0c5b1b7061491c3cfb5ea3";
|
||||||
sha256 = "02rswhlkgbapnjzqi2nv95ag08p9cjlqscwv6i17f9kvba929hkl";
|
sha256 = "128331ipqjqicb5j8jifmg268faxfd4lwy4b20h5hy9macfyvys6";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/wincent/command-t/";
|
meta.homepage = "https://github.com/wincent/command-t/";
|
||||||
|
@ -630,12 +630,12 @@ let
|
||||||
|
|
||||||
compe-tabnine = buildVimPluginFrom2Nix {
|
compe-tabnine = buildVimPluginFrom2Nix {
|
||||||
pname = "compe-tabnine";
|
pname = "compe-tabnine";
|
||||||
version = "2021-02-24";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tzachar";
|
owner = "tzachar";
|
||||||
repo = "compe-tabnine";
|
repo = "compe-tabnine";
|
||||||
rev = "b1521bb52a9ddeacc2a7db56aa26d45dc91e6277";
|
rev = "0739a2587e8d12fd746964578ba5c579fec1560a";
|
||||||
sha256 = "1dknyar320rpaqq8l5kwq0n3lvmgw4qpjybg4dnz69ms54xijpr7";
|
sha256 = "11fjpvzng735b7zyaia6dhshca9j22gx65k6r85j0698pwrk9wz6";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/tzachar/compe-tabnine/";
|
meta.homepage = "https://github.com/tzachar/compe-tabnine/";
|
||||||
};
|
};
|
||||||
|
@ -714,12 +714,12 @@ let
|
||||||
|
|
||||||
context_filetype-vim = buildVimPluginFrom2Nix {
|
context_filetype-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "context_filetype-vim";
|
pname = "context_filetype-vim";
|
||||||
version = "2020-09-17";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Shougo";
|
owner = "Shougo";
|
||||||
repo = "context_filetype.vim";
|
repo = "context_filetype.vim";
|
||||||
rev = "cf25d744ac35872364c49fac3cb6a546e8af92ce";
|
rev = "f5e4ed8f7847cd5474017459c2a0f2dfd2bf971c";
|
||||||
sha256 = "0mq0wh6kihmn5izaz81zl274yxc1x4gr9qmz9sjdhh122i9gbfs8";
|
sha256 = "039mnsd6k0sgs8l1a8ngl3y817c8g657nv8v9bdw9h8l5a934cb2";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/Shougo/context_filetype.vim/";
|
meta.homepage = "https://github.com/Shougo/context_filetype.vim/";
|
||||||
};
|
};
|
||||||
|
@ -738,12 +738,12 @@ let
|
||||||
|
|
||||||
Coqtail = buildVimPluginFrom2Nix {
|
Coqtail = buildVimPluginFrom2Nix {
|
||||||
pname = "Coqtail";
|
pname = "Coqtail";
|
||||||
version = "2021-03-01";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "whonore";
|
owner = "whonore";
|
||||||
repo = "Coqtail";
|
repo = "Coqtail";
|
||||||
rev = "7f6509ab9d405c9ba7a1f06cb9533bfe570becf5";
|
rev = "5e78fa379d6c1a604834e89eff31c9a28123c6d9";
|
||||||
sha256 = "088iy90rsxskaalqagw54w159gy0wlcq751b989bf5knz2f1d3c5";
|
sha256 = "1phkq68hv6pi1z637in8hl5m5xzaw7ybmqyvljy8rly89w9gis5w";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/whonore/Coqtail/";
|
meta.homepage = "https://github.com/whonore/Coqtail/";
|
||||||
};
|
};
|
||||||
|
@ -858,12 +858,12 @@ let
|
||||||
|
|
||||||
dashboard-nvim = buildVimPluginFrom2Nix {
|
dashboard-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "dashboard-nvim";
|
pname = "dashboard-nvim";
|
||||||
version = "2021-02-27";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "glepnir";
|
owner = "glepnir";
|
||||||
repo = "dashboard-nvim";
|
repo = "dashboard-nvim";
|
||||||
rev = "3957e4d25c9625812d9d47ea448c68015b1092e8";
|
rev = "dbcee4399394e56e4bbae5039af78408b2a35334";
|
||||||
sha256 = "15jbszl0ip5hjf9nfvs9y90shqz0ix04za1l96kfik1p47y7wjd8";
|
sha256 = "1p6ckanaqxgag1l1kmpiwq2fxygfp6rghbf4a3mx5ldh17lhnii8";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/glepnir/dashboard-nvim/";
|
meta.homepage = "https://github.com/glepnir/dashboard-nvim/";
|
||||||
};
|
};
|
||||||
|
@ -942,12 +942,12 @@ let
|
||||||
|
|
||||||
denite-nvim = buildVimPluginFrom2Nix {
|
denite-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "denite-nvim";
|
pname = "denite-nvim";
|
||||||
version = "2021-02-26";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Shougo";
|
owner = "Shougo";
|
||||||
repo = "denite.nvim";
|
repo = "denite.nvim";
|
||||||
rev = "4eb4327162c4ec885446b349149b5d25b7307bc7";
|
rev = "db2d82cfbd85d8b6caafbd967a27f4d1c6ea5fa6";
|
||||||
sha256 = "0h4f1axd53lc5k5c6kv2zcsxhh3pjbl7hmi7y15qnvbgr8xa8s4x";
|
sha256 = "173nmv0d729hk9xbz9jdk9h9zlm9dhz89pgda7vggrp9dp8d1z5v";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/Shougo/denite.nvim/";
|
meta.homepage = "https://github.com/Shougo/denite.nvim/";
|
||||||
};
|
};
|
||||||
|
@ -1256,12 +1256,12 @@ let
|
||||||
|
|
||||||
dracula-vim = buildVimPluginFrom2Nix {
|
dracula-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "dracula-vim";
|
pname = "dracula-vim";
|
||||||
version = "2020-12-23";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dracula";
|
owner = "dracula";
|
||||||
repo = "vim";
|
repo = "vim";
|
||||||
rev = "e7154372adc95d637ccd911c2f8601d9ff2eac1f";
|
rev = "32f0a489d1f47405f3327d0686f8d96da216cead";
|
||||||
sha256 = "1li5q3151kjh8c6a7cdnmbydxhkjgqsa5nlv49dy6dnqc3b50m7s";
|
sha256 = "1czs335wdjs8vfx3ydy92m145wibp6jy47fia5p5mhrp6zncibqq";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/dracula/vim/";
|
meta.homepage = "https://github.com/dracula/vim/";
|
||||||
};
|
};
|
||||||
|
@ -1535,12 +1535,12 @@ let
|
||||||
|
|
||||||
galaxyline-nvim = buildVimPluginFrom2Nix {
|
galaxyline-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "galaxyline-nvim";
|
pname = "galaxyline-nvim";
|
||||||
version = "2021-02-22";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "glepnir";
|
owner = "glepnir";
|
||||||
repo = "galaxyline.nvim";
|
repo = "galaxyline.nvim";
|
||||||
rev = "916c00d6a53ab492a46b1f8aa3e052136e804483";
|
rev = "dd1cd3098f95423fa744be5d65b61132caae51b5";
|
||||||
sha256 = "18yvbxa5rc2s1qyv94d7y6jd2b10ivcv01i42w80gp2kbipp9nay";
|
sha256 = "12k25aq9giivfh2nw086ha8jq77bd5d5v9mmqsxjb15bp6b2mbc5";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/glepnir/galaxyline.nvim/";
|
meta.homepage = "https://github.com/glepnir/galaxyline.nvim/";
|
||||||
};
|
};
|
||||||
|
@ -1619,12 +1619,12 @@ let
|
||||||
|
|
||||||
gitsigns-nvim = buildVimPluginFrom2Nix {
|
gitsigns-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "gitsigns-nvim";
|
pname = "gitsigns-nvim";
|
||||||
version = "2021-03-01";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lewis6991";
|
owner = "lewis6991";
|
||||||
repo = "gitsigns.nvim";
|
repo = "gitsigns.nvim";
|
||||||
rev = "cdf8e98ca16521138e1376279772dfcf60008ec8";
|
rev = "d54291e425d324db56a4b0990c73a0facb9ae877";
|
||||||
sha256 = "0f4lw019qdsxj9rqpcjc5rr9wgabwbp1af0r2p56zx2cy9iyz4y6";
|
sha256 = "1zwnsblklw9a9khr6xpwsfn115synrzg1b92pvzsh5p53ydaqaj2";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/lewis6991/gitsigns.nvim/";
|
meta.homepage = "https://github.com/lewis6991/gitsigns.nvim/";
|
||||||
};
|
};
|
||||||
|
@ -1703,12 +1703,12 @@ let
|
||||||
|
|
||||||
gruvbox-community = buildVimPluginFrom2Nix {
|
gruvbox-community = buildVimPluginFrom2Nix {
|
||||||
pname = "gruvbox-community";
|
pname = "gruvbox-community";
|
||||||
version = "2021-02-23";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gruvbox-community";
|
owner = "gruvbox-community";
|
||||||
repo = "gruvbox";
|
repo = "gruvbox";
|
||||||
rev = "deb4e40e4f26b0ca9db81e5463110c060f24635a";
|
rev = "197103a55543b1398c194369306cff896bfd3fc1";
|
||||||
sha256 = "1l1bji23vgxgs23a2gpywnq9q03bd44lh159da54pdk69fngj3lk";
|
sha256 = "18ng4qk4wi56bq64hc7sw3dx299cnjcg0zghk9r39dpi5fv68d8h";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/gruvbox-community/gruvbox/";
|
meta.homepage = "https://github.com/gruvbox-community/gruvbox/";
|
||||||
};
|
};
|
||||||
|
@ -1787,12 +1787,12 @@ let
|
||||||
|
|
||||||
hop-nvim = buildVimPluginFrom2Nix {
|
hop-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "hop-nvim";
|
pname = "hop-nvim";
|
||||||
version = "2021-02-26";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "phaazon";
|
owner = "phaazon";
|
||||||
repo = "hop.nvim";
|
repo = "hop.nvim";
|
||||||
rev = "b844a533d654271c66cea44182522a56b2d0c8c1";
|
rev = "114354c337dc0f492b014853f8972fa42ca4c379";
|
||||||
sha256 = "0v54q2dz98k9qivsmcj3l41gxc1abdfvvgkksclqjg8qcqq1pl6w";
|
sha256 = "0laxlhzv70zln8wsxdcgimbc3zg4dpyixik7qa44lw4g8szmpyxc";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/phaazon/hop.nvim/";
|
meta.homepage = "https://github.com/phaazon/hop.nvim/";
|
||||||
};
|
};
|
||||||
|
@ -2040,12 +2040,12 @@ let
|
||||||
|
|
||||||
julia-vim = buildVimPluginFrom2Nix {
|
julia-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "julia-vim";
|
pname = "julia-vim";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "JuliaEditorSupport";
|
owner = "JuliaEditorSupport";
|
||||||
repo = "julia-vim";
|
repo = "julia-vim";
|
||||||
rev = "6db659027d6a5ba6b11b1a3333b0bd301dd01574";
|
rev = "ebafbe4e5fbeee5f6af70fb46e51bd10b00fd589";
|
||||||
sha256 = "0c7qcafjk0chdxg027lihrypxlr10nvk1xzs82icqis0ija3yppg";
|
sha256 = "1i7ylv0pwvqqaggvdcv8n2sm4wdfny76kny2qp21r47xj6dyw2sf";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/JuliaEditorSupport/julia-vim/";
|
meta.homepage = "https://github.com/JuliaEditorSupport/julia-vim/";
|
||||||
};
|
};
|
||||||
|
@ -2304,24 +2304,24 @@ let
|
||||||
|
|
||||||
lspsaga-nvim = buildVimPluginFrom2Nix {
|
lspsaga-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "lspsaga-nvim";
|
pname = "lspsaga-nvim";
|
||||||
version = "2021-02-28";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "glepnir";
|
owner = "glepnir";
|
||||||
repo = "lspsaga.nvim";
|
repo = "lspsaga.nvim";
|
||||||
rev = "1fabedb8d93896abda55660c8fd6c8ad7d953af0";
|
rev = "afbe401bf8e8b02e4b61459d012bf2c1c70b7cf0";
|
||||||
sha256 = "0lib7ly88isbz1kqj172fjycw71a9rl2zhffipkkgwlcz5i5hkm9";
|
sha256 = "03hbh3y5ya0v2qgc5mhs0v7vwn2z56c8srg3arfqaphhr18da7s7";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/glepnir/lspsaga.nvim/";
|
meta.homepage = "https://github.com/glepnir/lspsaga.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
lualine-nvim = buildVimPluginFrom2Nix {
|
lualine-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "lualine-nvim";
|
pname = "lualine-nvim";
|
||||||
version = "2021-02-28";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hoob3rt";
|
owner = "hoob3rt";
|
||||||
repo = "lualine.nvim";
|
repo = "lualine.nvim";
|
||||||
rev = "8c8a4896125e9d01063bbf906af77c9d8faf39b4";
|
rev = "9c9212c5b63675b43459e29858d3e0a64bce9507";
|
||||||
sha256 = "0zz2b5ph7jadfk6kw14s38w4nch4wyrvm24qyijpan67k7nz1qpy";
|
sha256 = "07nz7wj8vr9dckbfx3dymjv9yq1q3wyy7mcj8lvlg1d9g28snnd1";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/hoob3rt/lualine.nvim/";
|
meta.homepage = "https://github.com/hoob3rt/lualine.nvim/";
|
||||||
};
|
};
|
||||||
|
@ -2388,12 +2388,12 @@ let
|
||||||
|
|
||||||
minimap-vim = buildVimPluginFrom2Nix {
|
minimap-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "minimap-vim";
|
pname = "minimap-vim";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wfxr";
|
owner = "wfxr";
|
||||||
repo = "minimap.vim";
|
repo = "minimap.vim";
|
||||||
rev = "3fe7878d83156cc9351fa94e25b0de854bcd6f8d";
|
rev = "df3bef57602e9633151c9c4a0ab2b48f1c0d5abc";
|
||||||
sha256 = "1l9di7q0mlbcgs4xbqg2ias3hy5qib72zi1nwjw06snxlffz2hpq";
|
sha256 = "1v4k8nhss8asg2p5jdxkjaqg3z7w1byzxi62vl4k1wkzmp5afpnf";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/wfxr/minimap.vim/";
|
meta.homepage = "https://github.com/wfxr/minimap.vim/";
|
||||||
};
|
};
|
||||||
|
@ -2700,12 +2700,12 @@ let
|
||||||
|
|
||||||
neogit = buildVimPluginFrom2Nix {
|
neogit = buildVimPluginFrom2Nix {
|
||||||
pname = "neogit";
|
pname = "neogit";
|
||||||
version = "2021-03-01";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TimUntersberger";
|
owner = "TimUntersberger";
|
||||||
repo = "neogit";
|
repo = "neogit";
|
||||||
rev = "61a1e55394124d66288ecd1b963ad91e6304e463";
|
rev = "974f8c51385710a1422e841372848308ca7e615b";
|
||||||
sha256 = "15s8glj9i72n1ckfrffbd7w0widc1vgnppir9n3qn9niwxby24xa";
|
sha256 = "1n0y4gsjbh4yc5b1smckzx7gy4kzavdp7dpaic03adf23akndm1i";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/TimUntersberger/neogit/";
|
meta.homepage = "https://github.com/TimUntersberger/neogit/";
|
||||||
};
|
};
|
||||||
|
@ -2940,12 +2940,12 @@ let
|
||||||
|
|
||||||
nvim-ale-diagnostic = buildVimPluginFrom2Nix {
|
nvim-ale-diagnostic = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-ale-diagnostic";
|
pname = "nvim-ale-diagnostic";
|
||||||
version = "2021-03-01";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nathunsmitty";
|
owner = "nathunsmitty";
|
||||||
repo = "nvim-ale-diagnostic";
|
repo = "nvim-ale-diagnostic";
|
||||||
rev = "0d1d7a7ba78e9ad0b57060ba7372c486cb341139";
|
rev = "894a6790637fdda0df1a2ee1de3f58cd8c276e10";
|
||||||
sha256 = "0pd47yxac81dxp3w3a5pf5k16pc5j9m2pqwdf5nnxwy0by94nak9";
|
sha256 = "07jfmhac8s27awx9pknxlaqz9x3sbmjx7n90pr4np389b43zgrmp";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nathunsmitty/nvim-ale-diagnostic/";
|
meta.homepage = "https://github.com/nathunsmitty/nvim-ale-diagnostic/";
|
||||||
};
|
};
|
||||||
|
@ -2964,12 +2964,12 @@ let
|
||||||
|
|
||||||
nvim-compe = buildVimPluginFrom2Nix {
|
nvim-compe = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-compe";
|
pname = "nvim-compe";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hrsh7th";
|
owner = "hrsh7th";
|
||||||
repo = "nvim-compe";
|
repo = "nvim-compe";
|
||||||
rev = "7a998c5716c2bb9a25276cf1ce7076f99582a45a";
|
rev = "c2dcc0d7469da71728a5443c053cd51a32c600fa";
|
||||||
sha256 = "0hhznddyy3a8k7vlqhwm6fg8hsyy88ifg7a7rcxd6q8zffm66r1i";
|
sha256 = "049ngs57xn19yv6p0xbz69riykxdv9mas5aj8ivdph67kwi5c7ym";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/hrsh7th/nvim-compe/";
|
meta.homepage = "https://github.com/hrsh7th/nvim-compe/";
|
||||||
};
|
};
|
||||||
|
@ -2988,12 +2988,12 @@ let
|
||||||
|
|
||||||
nvim-dap = buildVimPluginFrom2Nix {
|
nvim-dap = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-dap";
|
pname = "nvim-dap";
|
||||||
version = "2021-02-23";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mfussenegger";
|
owner = "mfussenegger";
|
||||||
repo = "nvim-dap";
|
repo = "nvim-dap";
|
||||||
rev = "6dbb5924dfecb28127171648115f2a9d8675bf0e";
|
rev = "9d2a8bf00b26c2acafdf921f3c81ee2283e5daff";
|
||||||
sha256 = "1vwra4bf7q5vy2f80fc4cj78i2jnwpci2yclqwy3df5fn3ldri74";
|
sha256 = "1qma3cnh7hm81qpx1x8zx5qbqjh4m0c7n7x7622vs4c0698j9nqc";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/mfussenegger/nvim-dap/";
|
meta.homepage = "https://github.com/mfussenegger/nvim-dap/";
|
||||||
};
|
};
|
||||||
|
@ -3024,24 +3024,24 @@ let
|
||||||
|
|
||||||
nvim-highlite = buildVimPluginFrom2Nix {
|
nvim-highlite = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-highlite";
|
pname = "nvim-highlite";
|
||||||
version = "2021-03-01";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Iron-E";
|
owner = "Iron-E";
|
||||||
repo = "nvim-highlite";
|
repo = "nvim-highlite";
|
||||||
rev = "c70b96f4a385f3d6dd0e96ad59382e0834be8eab";
|
rev = "5567fddecd08115857ef9fa49d1341ea6acf8620";
|
||||||
sha256 = "0kr45hrqvxl81hvbqr7w4zn0yw01qwnaq0bd60v0ibr8q79zck5m";
|
sha256 = "02wgywj3sm4pc65qchdv3b217wrrrg11l5k60vrilqdk2spc4xvp";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/Iron-E/nvim-highlite/";
|
meta.homepage = "https://github.com/Iron-E/nvim-highlite/";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvim-hlslens = buildVimPluginFrom2Nix {
|
nvim-hlslens = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-hlslens";
|
pname = "nvim-hlslens";
|
||||||
version = "2021-02-14";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kevinhwang91";
|
owner = "kevinhwang91";
|
||||||
repo = "nvim-hlslens";
|
repo = "nvim-hlslens";
|
||||||
rev = "1e06ce52015d0578cd24c5b01fcae1a2e2abbdc2";
|
rev = "3ce138f52ba5fb8731899bcee0323594bf0aa7a0";
|
||||||
sha256 = "1c6crqc3yfi3h8mh55555sjrlif7j2q0j9wvajiagjfhggkhdggb";
|
sha256 = "042x1s1xqv81ym1jblhpm6ak8nf6s9pax6g340nac639x34zm7bh";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/kevinhwang91/nvim-hlslens/";
|
meta.homepage = "https://github.com/kevinhwang91/nvim-hlslens/";
|
||||||
};
|
};
|
||||||
|
@ -3060,12 +3060,12 @@ let
|
||||||
|
|
||||||
nvim-jdtls = buildVimPluginFrom2Nix {
|
nvim-jdtls = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-jdtls";
|
pname = "nvim-jdtls";
|
||||||
version = "2021-02-25";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mfussenegger";
|
owner = "mfussenegger";
|
||||||
repo = "nvim-jdtls";
|
repo = "nvim-jdtls";
|
||||||
rev = "fa2d4af6127c646ae1f2b68b3ae2abe495cdc6a1";
|
rev = "58e7ee50b847956e31b4e293efc24fe86eb1e193";
|
||||||
sha256 = "1f67k8c0rq9wbk9alvcc1py0rw6rrvas8wc25ngscwcnvp3ksyw8";
|
sha256 = "063vgba5bqgji416bmp4vzy4pfsmvn3gjflinkyv05vcs76vy82w";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/mfussenegger/nvim-jdtls/";
|
meta.homepage = "https://github.com/mfussenegger/nvim-jdtls/";
|
||||||
};
|
};
|
||||||
|
@ -3084,12 +3084,12 @@ let
|
||||||
|
|
||||||
nvim-lspconfig = buildVimPluginFrom2Nix {
|
nvim-lspconfig = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-lspconfig";
|
pname = "nvim-lspconfig";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neovim";
|
owner = "neovim";
|
||||||
repo = "nvim-lspconfig";
|
repo = "nvim-lspconfig";
|
||||||
rev = "470b0cf45a7e60243e97628c21b05804088dfbf5";
|
rev = "100a8bbfa621db3d373dc41b6f593719b53f860c";
|
||||||
sha256 = "1qw5psrcxl154qgqf9w6sqhv8y92nwjryz3fcqc6n2jl2p4fszv0";
|
sha256 = "1p781j10mhyv8vgi9chkv36kxhy09hpnlk0iam915fhpm050q887";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
|
meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
|
||||||
};
|
};
|
||||||
|
@ -3108,24 +3108,24 @@ let
|
||||||
|
|
||||||
nvim-peekup = buildVimPluginFrom2Nix {
|
nvim-peekup = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-peekup";
|
pname = "nvim-peekup";
|
||||||
version = "2021-03-01";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gennaro-tedesco";
|
owner = "gennaro-tedesco";
|
||||||
repo = "nvim-peekup";
|
repo = "nvim-peekup";
|
||||||
rev = "c8be830b8b594480cac5ae2ab1af94cce1e85029";
|
rev = "4da5cd216643ec15164237cdbab4884604053b46";
|
||||||
sha256 = "1l09xaw7xlsh1rk0amq9n22lg44wa5sn2hhmkmxyzrn3h80kg432";
|
sha256 = "0q5j3d4bdapb9m5h5ijkxh05q4fsc2inbskq2rhmannlq94myljb";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/gennaro-tedesco/nvim-peekup/";
|
meta.homepage = "https://github.com/gennaro-tedesco/nvim-peekup/";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvim-scrollview = buildVimPluginFrom2Nix {
|
nvim-scrollview = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-scrollview";
|
pname = "nvim-scrollview";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dstein64";
|
owner = "dstein64";
|
||||||
repo = "nvim-scrollview";
|
repo = "nvim-scrollview";
|
||||||
rev = "da24e049457ddd1f3e1b9305693bee70c8d1567b";
|
rev = "33e5262777b26e1e81a887d1a85fb0d2037c8249";
|
||||||
sha256 = "0g17x5kl2ifhfl62wapb5aazv2w502r072k604q7wbc64kjg62sk";
|
sha256 = "0agk44v8l91cmaczrraylkb8k69s1c05cz0yj9ipn06l0dmj2rlh";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/dstein64/nvim-scrollview/";
|
meta.homepage = "https://github.com/dstein64/nvim-scrollview/";
|
||||||
};
|
};
|
||||||
|
@ -3156,12 +3156,12 @@ let
|
||||||
|
|
||||||
nvim-treesitter = buildVimPluginFrom2Nix {
|
nvim-treesitter = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2021-03-01";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "d162a83d824fcb7ec44472288af2d7379b4bd8b0";
|
rev = "2f60b43c0f003f549f845ac1578878c69514929b";
|
||||||
sha256 = "0b1qqy32lcjgfkq9s570g0248qff1901l2hadkaqv5i2az3dgp96";
|
sha256 = "1q7q5rd7cyjk7s83w5vnfin76dv52ggjn3q2ja15zayi758bg78k";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
|
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
|
||||||
};
|
};
|
||||||
|
@ -3180,24 +3180,24 @@ let
|
||||||
|
|
||||||
nvim-treesitter-refactor = buildVimPluginFrom2Nix {
|
nvim-treesitter-refactor = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-treesitter-refactor";
|
pname = "nvim-treesitter-refactor";
|
||||||
version = "2021-01-07";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter-refactor";
|
repo = "nvim-treesitter-refactor";
|
||||||
rev = "16bbe963d044ec94316679868e0988caa7b5b4c3";
|
rev = "c87b8ecd7ae2d337499df9f2e70400250c921ca9";
|
||||||
sha256 = "0jgasxphwi222ga73y3jh5zq9m95n74331jn8r3nv741lk2g0772";
|
sha256 = "17z9p6vkpw264cbrh9napkqkqazlp90yv0qz7j6w6ac4z5mgv0mp";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-refactor/";
|
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-refactor/";
|
||||||
};
|
};
|
||||||
|
|
||||||
nvim-treesitter-textobjects = buildVimPluginFrom2Nix {
|
nvim-treesitter-textobjects = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-treesitter-textobjects";
|
pname = "nvim-treesitter-textobjects";
|
||||||
version = "2021-02-14";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter-textobjects";
|
repo = "nvim-treesitter-textobjects";
|
||||||
rev = "b0f6d2c91b46faecee8b44f426de4b40d8ec8494";
|
rev = "ffe8dbb0f6ab22ed746ef753535a849e3147d914";
|
||||||
sha256 = "1r93lbh6yzq59nzkj8sdmdy4pjris5cjlh7w491xkahyizfja1ln";
|
sha256 = "0bq3416v9wijcx1jw5nqvjgn8md9fr4hgnm7pnf16dyrpvmihf4m";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/";
|
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/";
|
||||||
};
|
};
|
||||||
|
@ -3336,12 +3336,12 @@ let
|
||||||
|
|
||||||
packer-nvim = buildVimPluginFrom2Nix {
|
packer-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "packer-nvim";
|
pname = "packer-nvim";
|
||||||
version = "2021-02-18";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wbthomason";
|
owner = "wbthomason";
|
||||||
repo = "packer.nvim";
|
repo = "packer.nvim";
|
||||||
rev = "e6b4bacf355c9ef2daed4ff40887f949da9da019";
|
rev = "3c7bdd7afb0a0149fdf3e77ec8d6dd93b3159d52";
|
||||||
sha256 = "1x7m2pw2klk4m4hv0h5cjxzr46ljiyxrmwq4c38zbk2x5mncy5jr";
|
sha256 = "1dxx0mjyms5h2a5g6abbmjvq00sn25q1xw4r4fa7l8sifsa9i7r4";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/wbthomason/packer.nvim/";
|
meta.homepage = "https://github.com/wbthomason/packer.nvim/";
|
||||||
};
|
};
|
||||||
|
@ -3432,12 +3432,12 @@ let
|
||||||
|
|
||||||
plenary-nvim = buildVimPluginFrom2Nix {
|
plenary-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "plenary-nvim";
|
pname = "plenary-nvim";
|
||||||
version = "2021-02-28";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-lua";
|
owner = "nvim-lua";
|
||||||
repo = "plenary.nvim";
|
repo = "plenary.nvim";
|
||||||
rev = "4cc823c409b1e6e2c4cc6ec02ee7ec404aaa7f94";
|
rev = "41b4f834c4cc22ff283f381fd3fe3e00ead3099d";
|
||||||
sha256 = "02mw8qc9i3ncdv49qjpg0d8mqh6xfk64bpkgfbqx05aq1xs1cvi4";
|
sha256 = "0vd4haaj2agsy3592j6kp72azpjj3lm51gahq2s7d4a63cr93xl8";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nvim-lua/plenary.nvim/";
|
meta.homepage = "https://github.com/nvim-lua/plenary.nvim/";
|
||||||
};
|
};
|
||||||
|
@ -3805,12 +3805,12 @@ let
|
||||||
|
|
||||||
sideways-vim = buildVimPluginFrom2Nix {
|
sideways-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "sideways-vim";
|
pname = "sideways-vim";
|
||||||
version = "2021-02-22";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AndrewRadev";
|
owner = "AndrewRadev";
|
||||||
repo = "sideways.vim";
|
repo = "sideways.vim";
|
||||||
rev = "1a7f12cb1f878063d675924ac97f242950805541";
|
rev = "3a3210c8f1c4edf884a853631e641ea7c309cea0";
|
||||||
sha256 = "1nmicnq2b6n8a9zmgqqkzd9y47x2d11n75ix114qv3xyin0vqnqc";
|
sha256 = "04x1jfshk2j4mr7l9bybpk2q64ilgh1yf20qjw1fzdh5l395dv6q";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/AndrewRadev/sideways.vim/";
|
meta.homepage = "https://github.com/AndrewRadev/sideways.vim/";
|
||||||
};
|
};
|
||||||
|
@ -3973,12 +3973,12 @@ let
|
||||||
|
|
||||||
splitjoin-vim = buildVimPluginFrom2Nix {
|
splitjoin-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "splitjoin-vim";
|
pname = "splitjoin-vim";
|
||||||
version = "2021-02-22";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AndrewRadev";
|
owner = "AndrewRadev";
|
||||||
repo = "splitjoin.vim";
|
repo = "splitjoin.vim";
|
||||||
rev = "df823938421e66adbd6c570bacdc3ce85d6c776c";
|
rev = "f0d785f7607be60c282b5f5a5d32a2e51560c07c";
|
||||||
sha256 = "02hcdsdvbdybcpamj304jld4sh3mxp3j78idzv7ybkizvp8wjlpd";
|
sha256 = "1gbnhl1w0krlf2ppiz4h4fvnrjf8i0552nckhd67gfba2nqha0z4";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/AndrewRadev/splitjoin.vim/";
|
meta.homepage = "https://github.com/AndrewRadev/splitjoin.vim/";
|
||||||
|
@ -4215,12 +4215,12 @@ let
|
||||||
|
|
||||||
telescope-nvim = buildVimPluginFrom2Nix {
|
telescope-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "telescope-nvim";
|
pname = "telescope-nvim";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-telescope";
|
owner = "nvim-telescope";
|
||||||
repo = "telescope.nvim";
|
repo = "telescope.nvim";
|
||||||
rev = "678494e503d3c717df8295f55a6f3c7d3309b7fa";
|
rev = "6e941e0ecec1ab6a1b4ce40c693ef1272c505abb";
|
||||||
sha256 = "04vazlzfx9ab016mgnw0mazg3nvfvf81b947c70vzl1jdyn5d73w";
|
sha256 = "1dd7al3zh02fdjsnvxcbqxw9q27x57fl5krcdwn5yifadwmbrdml";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/";
|
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/";
|
||||||
};
|
};
|
||||||
|
@ -4384,12 +4384,12 @@ let
|
||||||
|
|
||||||
undotree = buildVimPluginFrom2Nix {
|
undotree = buildVimPluginFrom2Nix {
|
||||||
pname = "undotree";
|
pname = "undotree";
|
||||||
version = "2020-11-10";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mbbill";
|
owner = "mbbill";
|
||||||
repo = "undotree";
|
repo = "undotree";
|
||||||
rev = "9ceb50062135dd30de3da000d5fd46125f51887d";
|
rev = "1dce5c869f2cec23b6bcc0b40330e358ada9f37d";
|
||||||
sha256 = "1vwjggf3csbysavk3yyfzjklyq8xwfvk17rprmj660h2whgjjzvg";
|
sha256 = "198bvd54m8dvhj0jwfzkws35fw18cc075023c8hirplbsgyj6msm";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/mbbill/undotree/";
|
meta.homepage = "https://github.com/mbbill/undotree/";
|
||||||
};
|
};
|
||||||
|
@ -4732,12 +4732,12 @@ let
|
||||||
|
|
||||||
vim-airline = buildVimPluginFrom2Nix {
|
vim-airline = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-airline";
|
pname = "vim-airline";
|
||||||
version = "2021-02-15";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vim-airline";
|
owner = "vim-airline";
|
||||||
repo = "vim-airline";
|
repo = "vim-airline";
|
||||||
rev = "cb1bc19064d3762e4e08103afb37a246b797d902";
|
rev = "df956aa08b8bdb176d7127cc4940aea123ec4ffc";
|
||||||
sha256 = "1mw62q54cybybbmlvw7f0yzwr41dv4rsgqvk7psazb5zwjrsqn0z";
|
sha256 = "1wk9df1c80198xpp6zd2yxh3j216w573lv5ssfq6ck26jy7p4q44";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/vim-airline/vim-airline/";
|
meta.homepage = "https://github.com/vim-airline/vim-airline/";
|
||||||
};
|
};
|
||||||
|
@ -4756,12 +4756,12 @@ let
|
||||||
|
|
||||||
vim-airline-themes = buildVimPluginFrom2Nix {
|
vim-airline-themes = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-airline-themes";
|
pname = "vim-airline-themes";
|
||||||
version = "2021-02-12";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vim-airline";
|
owner = "vim-airline";
|
||||||
repo = "vim-airline-themes";
|
repo = "vim-airline-themes";
|
||||||
rev = "d148d42d9caf331ff08b6cae683d5b210003cde7";
|
rev = "fa808d74e0aacf131337b58f01ee45fd3d3588af";
|
||||||
sha256 = "0dd0vp72r95wqa2780rbdmj61mcj77b4hg6fpkwbb07apizrp43b";
|
sha256 = "02dq887676dq2rm1fxpzf3piyabs6zj0rvc70nxa5vvlv68qp6k7";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/vim-airline/vim-airline-themes/";
|
meta.homepage = "https://github.com/vim-airline/vim-airline-themes/";
|
||||||
};
|
};
|
||||||
|
@ -5008,12 +5008,12 @@ let
|
||||||
|
|
||||||
vim-clap = buildVimPluginFrom2Nix {
|
vim-clap = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-clap";
|
pname = "vim-clap";
|
||||||
version = "2021-02-27";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "liuchengxu";
|
owner = "liuchengxu";
|
||||||
repo = "vim-clap";
|
repo = "vim-clap";
|
||||||
rev = "8b618fcbbee7cf30ce9d05be00706ddb558f96af";
|
rev = "791e2e7cffc6db2858dc6099af109e3b6e9d7f19";
|
||||||
sha256 = "19x69jhn0j5qa1hz46piv54v2nq3g14pqbdvap2h8w9bb62a3yh6";
|
sha256 = "1d5z4s3llkz324ij9cz7sxhzn0a5bjgdvxg0wnd8v9d1vc7hjpp3";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/liuchengxu/vim-clap/";
|
meta.homepage = "https://github.com/liuchengxu/vim-clap/";
|
||||||
};
|
};
|
||||||
|
@ -5644,12 +5644,12 @@ let
|
||||||
|
|
||||||
vim-floaterm = buildVimPluginFrom2Nix {
|
vim-floaterm = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-floaterm";
|
pname = "vim-floaterm";
|
||||||
version = "2021-02-22";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "voldikss";
|
owner = "voldikss";
|
||||||
repo = "vim-floaterm";
|
repo = "vim-floaterm";
|
||||||
rev = "c66412d238bd2e6c7b84c01a7e92b399bfbf1915";
|
rev = "a4c834bc8ed2e7e2ef3f02de2d3055007e464956";
|
||||||
sha256 = "0mlvm6x754251pcd9hdwwnjfbwnvkbpywfnyp090dkvhlx19rm0w";
|
sha256 = "0lhfdnsqys0091k85nkd1g68xgv09m6jymv8ikax0xfar1zmymx3";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/voldikss/vim-floaterm/";
|
meta.homepage = "https://github.com/voldikss/vim-floaterm/";
|
||||||
};
|
};
|
||||||
|
@ -6390,24 +6390,24 @@ let
|
||||||
|
|
||||||
vim-ledger = buildVimPluginFrom2Nix {
|
vim-ledger = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-ledger";
|
pname = "vim-ledger";
|
||||||
version = "2020-11-27";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ledger";
|
owner = "ledger";
|
||||||
repo = "vim-ledger";
|
repo = "vim-ledger";
|
||||||
rev = "532979346087c029badd02c9605a4efa84ac032a";
|
rev = "0dc9c746ef2459964bab31ccca4225320fe0d687";
|
||||||
sha256 = "1hjhwaw5bl37a2c9s0wd16z3x9pf0d26dwbrh6s3jk6ivwiz0v7p";
|
sha256 = "1fkbi0yw62ga0fmyi40gz173ydydlp0xkbxl0c8l40d68yx0ckvh";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ledger/vim-ledger/";
|
meta.homepage = "https://github.com/ledger/vim-ledger/";
|
||||||
};
|
};
|
||||||
|
|
||||||
vim-lightline-coc = buildVimPluginFrom2Nix {
|
vim-lightline-coc = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-lightline-coc";
|
pname = "vim-lightline-coc";
|
||||||
version = "2020-11-15";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "josa42";
|
owner = "josa42";
|
||||||
repo = "vim-lightline-coc";
|
repo = "vim-lightline-coc";
|
||||||
rev = "92a32b37ac1039ba39a451bd928bc62a316f0a7a";
|
rev = "53465b2c2ce7b6ae3497ad1cdb751dd3d8084d5c";
|
||||||
sha256 = "1qwim9y20ffn6dx4s69389w4d2c0rwlp7ri2pxhfb6bgyvibrc3s";
|
sha256 = "1r1w4j2ir6lzrlr2jhhy3ai4arswrbvjp46dxb6y9fyl516z5mza";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/josa42/vim-lightline-coc/";
|
meta.homepage = "https://github.com/josa42/vim-lightline-coc/";
|
||||||
};
|
};
|
||||||
|
@ -6474,12 +6474,12 @@ let
|
||||||
|
|
||||||
vim-lsp = buildVimPluginFrom2Nix {
|
vim-lsp = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-lsp";
|
pname = "vim-lsp";
|
||||||
version = "2021-02-28";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "prabirshrestha";
|
owner = "prabirshrestha";
|
||||||
repo = "vim-lsp";
|
repo = "vim-lsp";
|
||||||
rev = "ca2b527dc5f8cc4e6fbccda735e179ff19e388a1";
|
rev = "fea03524cb89385dc8997867a8588135bbd454ca";
|
||||||
sha256 = "02qpmhd4hzvdg743r9j8fjrzr2mdbvhypyvkb3ph9sdrzc4kwpvd";
|
sha256 = "1p8ahb8wl6prs7jdbjchk9w3h3yfz9mnklr4k5j360nwdj7mvbm8";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/prabirshrestha/vim-lsp/";
|
meta.homepage = "https://github.com/prabirshrestha/vim-lsp/";
|
||||||
};
|
};
|
||||||
|
@ -6559,12 +6559,12 @@ let
|
||||||
|
|
||||||
vim-matchup = buildVimPluginFrom2Nix {
|
vim-matchup = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-matchup";
|
pname = "vim-matchup";
|
||||||
version = "2021-02-27";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andymass";
|
owner = "andymass";
|
||||||
repo = "vim-matchup";
|
repo = "vim-matchup";
|
||||||
rev = "69208b080114be6d038fcdca4a70adb24b6539be";
|
rev = "4f5619fd1ad2b1aa36536b332b058ef6a3387a85";
|
||||||
sha256 = "12m46f4h5ia16gyj6yv7al813qmwxbsj5ddfmdz03mxa373fwwlm";
|
sha256 = "0420fmdjbyi037ghs2g49zzxcpfb2vf6dnn3dk4xivl2af2jrr43";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/andymass/vim-matchup/";
|
meta.homepage = "https://github.com/andymass/vim-matchup/";
|
||||||
};
|
};
|
||||||
|
@ -6799,12 +6799,12 @@ let
|
||||||
|
|
||||||
vim-ocaml = buildVimPluginFrom2Nix {
|
vim-ocaml = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-ocaml";
|
pname = "vim-ocaml";
|
||||||
version = "2021-02-19";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocaml";
|
owner = "ocaml";
|
||||||
repo = "vim-ocaml";
|
repo = "vim-ocaml";
|
||||||
rev = "ba6a32d0d079b3670cc3c02257dccea4808fdfa1";
|
rev = "400bee047d116d1cbe72a479943ec69d5b5bba01";
|
||||||
sha256 = "0h4k9p5r7xwwwbi28p013dqhpl75k8458xiisl5ncswyw4wva75v";
|
sha256 = "0njprv1h38rsagpmp1z68vq90pf9fll3pa8767nhgv2kyadn29jx";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/ocaml/vim-ocaml/";
|
meta.homepage = "https://github.com/ocaml/vim-ocaml/";
|
||||||
};
|
};
|
||||||
|
@ -6955,12 +6955,12 @@ let
|
||||||
|
|
||||||
vim-pandoc-syntax = buildVimPluginFrom2Nix {
|
vim-pandoc-syntax = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-pandoc-syntax";
|
pname = "vim-pandoc-syntax";
|
||||||
version = "2021-02-18";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vim-pandoc";
|
owner = "vim-pandoc";
|
||||||
repo = "vim-pandoc-syntax";
|
repo = "vim-pandoc-syntax";
|
||||||
rev = "36509e99779746866f34dadc8df64449aaca9c27";
|
rev = "76812f583d7fbec2ef0257424ec1f43fd32473fb";
|
||||||
sha256 = "1ir7nymhz613w5bfmk927w892lpz92b71by0j2jfnb7flh9ad6f4";
|
sha256 = "0dfhn03nirz2iccpsi9g3rdw3vg1pm0hv75swv5dwhshjzw8rw70";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/vim-pandoc/vim-pandoc-syntax/";
|
meta.homepage = "https://github.com/vim-pandoc/vim-pandoc-syntax/";
|
||||||
};
|
};
|
||||||
|
@ -7519,12 +7519,12 @@ let
|
||||||
|
|
||||||
vim-slime = buildVimPluginFrom2Nix {
|
vim-slime = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-slime";
|
pname = "vim-slime";
|
||||||
version = "2021-01-09";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jpalardy";
|
owner = "jpalardy";
|
||||||
repo = "vim-slime";
|
repo = "vim-slime";
|
||||||
rev = "72171eaaf176d7eb3f73ecebf86ff3e5f4ba7dbd";
|
rev = "a522fed677e50175f52efc5848cc35209af33216";
|
||||||
sha256 = "0rcy6p4g8784w2dbbq0b7y1z3anqjpvycns40d556vbf1y1pbc41";
|
sha256 = "0k4b629jn6xlxyjxdl3cgm06v9dmx967rqnslv5m82c9kscwpyh4";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/jpalardy/vim-slime/";
|
meta.homepage = "https://github.com/jpalardy/vim-slime/";
|
||||||
};
|
};
|
||||||
|
@ -7820,12 +7820,12 @@ let
|
||||||
|
|
||||||
vim-test = buildVimPluginFrom2Nix {
|
vim-test = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-test";
|
pname = "vim-test";
|
||||||
version = "2021-02-15";
|
version = "2021-03-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vim-test";
|
owner = "vim-test";
|
||||||
repo = "vim-test";
|
repo = "vim-test";
|
||||||
rev = "5a1cfbbd2b34a64852760497945dd3a5c5df349a";
|
rev = "f5619460b77b9b444311aa3b6f31ecd9ffdaa6d8";
|
||||||
sha256 = "164i8kzqyald74ibqimn6871ma02wwnx82d4rz9g21x2qgwyy6gr";
|
sha256 = "1izzpfvppiyf4pcxdny0na634bl147rwiijyaj7rg679w9lv6qwg";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/vim-test/vim-test/";
|
meta.homepage = "https://github.com/vim-test/vim-test/";
|
||||||
};
|
};
|
||||||
|
@ -7940,12 +7940,12 @@ let
|
||||||
|
|
||||||
vim-tmux-focus-events = buildVimPluginFrom2Nix {
|
vim-tmux-focus-events = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-tmux-focus-events";
|
pname = "vim-tmux-focus-events";
|
||||||
version = "2021-03-01";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tmux-plugins";
|
owner = "tmux-plugins";
|
||||||
repo = "vim-tmux-focus-events";
|
repo = "vim-tmux-focus-events";
|
||||||
rev = "9cb40a1e0c8cfad2e2180e5225d3880109cb9fc4";
|
rev = "f8b5ef76ecbdc38d2b38abc3df218b47e5320c30";
|
||||||
sha256 = "0prh8zphcacn9w19s82v58km7jsdgxg0gbrq5d3sf1p82p13r5z5";
|
sha256 = "130l73v18md95djkc4s9d0fr018f8f183sjcgy7dgldwdaxlqdi1";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/tmux-plugins/vim-tmux-focus-events/";
|
meta.homepage = "https://github.com/tmux-plugins/vim-tmux-focus-events/";
|
||||||
};
|
};
|
||||||
|
@ -7988,12 +7988,12 @@ let
|
||||||
|
|
||||||
vim-tpipeline = buildVimPluginFrom2Nix {
|
vim-tpipeline = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-tpipeline";
|
pname = "vim-tpipeline";
|
||||||
version = "2021-02-19";
|
version = "2021-03-04";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vimpostor";
|
owner = "vimpostor";
|
||||||
repo = "vim-tpipeline";
|
repo = "vim-tpipeline";
|
||||||
rev = "753c64f356da0e1bed43ce0b9e8923b1e9fc0670";
|
rev = "e47a0cc3eaedb4072c564d616001dc61ae403ab6";
|
||||||
sha256 = "06j03r6hqb72ahmdpwxxys9nw86b8c63zsxhrlngzqa5z02z6k9c";
|
sha256 = "1kjp6rx7k1svr90s56z8xqs4j1hii7y48acmdcl6lmhyxp5jindk";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/vimpostor/vim-tpipeline/";
|
meta.homepage = "https://github.com/vimpostor/vim-tpipeline/";
|
||||||
};
|
};
|
||||||
|
@ -8178,6 +8178,18 @@ let
|
||||||
meta.homepage = "https://github.com/osyo-manga/vim-watchdogs/";
|
meta.homepage = "https://github.com/osyo-manga/vim-watchdogs/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-wayland-clipboard = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-wayland-clipboard";
|
||||||
|
version = "2021-02-17";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "jasonccox";
|
||||||
|
repo = "vim-wayland-clipboard";
|
||||||
|
rev = "2dc05c0f556213068a9ddf37a8b9b2276deccf84";
|
||||||
|
sha256 = "16x7dk1x9q8kzjcgapgb9hw8hm4w8v1g6pzpiz6ccsd0ab0jzf40";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/jasonccox/vim-wayland-clipboard/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-which-key = buildVimPluginFrom2Nix {
|
vim-which-key = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-which-key";
|
pname = "vim-which-key";
|
||||||
version = "2021-02-09";
|
version = "2021-02-09";
|
||||||
|
@ -8360,12 +8372,12 @@ let
|
||||||
|
|
||||||
vimsence = buildVimPluginFrom2Nix {
|
vimsence = buildVimPluginFrom2Nix {
|
||||||
pname = "vimsence";
|
pname = "vimsence";
|
||||||
version = "2021-01-01";
|
version = "2021-03-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hugolgst";
|
owner = "hugolgst";
|
||||||
repo = "vimsence";
|
repo = "vimsence";
|
||||||
rev = "d135a75530d2ad4d034a5a2515136f043ffcecb2";
|
rev = "16ce1f653d3ae7b65506f7e35c3723aeea9f758f";
|
||||||
sha256 = "0v0qbqms513c4fcwa69d175ylkzb9n5i93gz1pqlcgnfmzdsfn22";
|
sha256 = "0rnfmr8qk59dbdwd2jjjlkjwh82w58pmsm7p8b3lr2hhxz0z4sfd";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/hugolgst/vimsence/";
|
meta.homepage = "https://github.com/hugolgst/vimsence/";
|
||||||
};
|
};
|
||||||
|
@ -8384,12 +8396,12 @@ let
|
||||||
|
|
||||||
vimspector = buildVimPluginFrom2Nix {
|
vimspector = buildVimPluginFrom2Nix {
|
||||||
pname = "vimspector";
|
pname = "vimspector";
|
||||||
version = "2021-02-27";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "puremourning";
|
owner = "puremourning";
|
||||||
repo = "vimspector";
|
repo = "vimspector";
|
||||||
rev = "5bd83d3e37403d8cc7ad3378a58d58f06a53d318";
|
rev = "943ae6c7c9d0f256e444c3ddc5e876156335f997";
|
||||||
sha256 = "114bpbb82w9q79c7qq51c2w00qyagbj0l8jasr0giwhfxcxys1nb";
|
sha256 = "0wfdb89iafpwazgg42wxq1fd5g99gyrmk95nzxvnws2a7fy5hi65";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/puremourning/vimspector/";
|
meta.homepage = "https://github.com/puremourning/vimspector/";
|
||||||
|
@ -8397,12 +8409,12 @@ let
|
||||||
|
|
||||||
vimtex = buildVimPluginFrom2Nix {
|
vimtex = buildVimPluginFrom2Nix {
|
||||||
pname = "vimtex";
|
pname = "vimtex";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lervag";
|
owner = "lervag";
|
||||||
repo = "vimtex";
|
repo = "vimtex";
|
||||||
rev = "eb6b84315f7d8d698d8839f9685283e6ec9adbbd";
|
rev = "f64e85873dbe654937a9ce50c987440c5a53975b";
|
||||||
sha256 = "1hgpx95hpwdvldhv9k1a7p9acd5ppp8z2fl9brq3fs8h5ci272x0";
|
sha256 = "1nnj5qgb9hnkrp7hj0hiiacckak97mrygsv4j44rxqgdibwszi9h";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/lervag/vimtex/";
|
meta.homepage = "https://github.com/lervag/vimtex/";
|
||||||
};
|
};
|
||||||
|
@ -8627,12 +8639,12 @@ let
|
||||||
|
|
||||||
zephyr-nvim = buildVimPluginFrom2Nix {
|
zephyr-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "zephyr-nvim";
|
pname = "zephyr-nvim";
|
||||||
version = "2021-03-01";
|
version = "2021-03-05";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "glepnir";
|
owner = "glepnir";
|
||||||
repo = "zephyr-nvim";
|
repo = "zephyr-nvim";
|
||||||
rev = "58e31c89350d50e16f52911e60bb3b66160255b5";
|
rev = "18d39cb21e00e0cd6b24a39f0c012c288d624246";
|
||||||
sha256 = "1yyv9grk2wdp308wc3g227iq4rrflv443z8hxi66wknjffjs51wr";
|
sha256 = "12m0i9ma0lmy5vmc9b7ksijnn8lr5a4jkwgnfch496cyakpipvd9";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/glepnir/zephyr-nvim/";
|
meta.homepage = "https://github.com/glepnir/zephyr-nvim/";
|
||||||
};
|
};
|
||||||
|
|
|
@ -198,6 +198,7 @@ jacoborus/tender.vim
|
||||||
jakwings/vim-pony
|
jakwings/vim-pony
|
||||||
jamessan/vim-gnupg@main
|
jamessan/vim-gnupg@main
|
||||||
jaredgorski/SpaceCamp
|
jaredgorski/SpaceCamp
|
||||||
|
jasonccox/vim-wayland-clipboard
|
||||||
jaxbot/semantic-highlight.vim
|
jaxbot/semantic-highlight.vim
|
||||||
JazzCore/ctrlp-cmatcher
|
JazzCore/ctrlp-cmatcher
|
||||||
jceb/vim-hier
|
jceb/vim-hier
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ lib, buildPackages, fetchFromGitHub, perl, buildLinux, structuredExtraConfig ? {}, ... } @ args:
|
{ lib, buildPackages, fetchFromGitHub, perl, buildLinux, structuredExtraConfig ? {}, ... } @ args:
|
||||||
let
|
let
|
||||||
mptcpVersion = "0.95";
|
mptcpVersion = "0.95.1";
|
||||||
modDirVersion = "4.19.55";
|
modDirVersion = "4.19.126";
|
||||||
in
|
in
|
||||||
buildLinux ({
|
buildLinux ({
|
||||||
version = "${modDirVersion}-mptcp_v${mptcpVersion}";
|
version = "${modDirVersion}-mptcp_v${mptcpVersion}";
|
||||||
|
@ -16,7 +16,7 @@ buildLinux ({
|
||||||
owner = "multipath-tcp";
|
owner = "multipath-tcp";
|
||||||
repo = "mptcp";
|
repo = "mptcp";
|
||||||
rev = "v${mptcpVersion}";
|
rev = "v${mptcpVersion}";
|
||||||
sha256 = "04a66iq5vsiz8mkpszfxmqknz7y4w3lsckrcz6q1syjpk0pdyiyw";
|
sha256 = "sha256-J9UXhkI49cq83EtojLHieRtp8fT3LXTJNIqb+mUwZdM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
structuredExtraConfig = lib.mkMerge [
|
structuredExtraConfig = lib.mkMerge [
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
, openssl, systemd, lua, luajit, protobuf
|
, openssl, systemd, lua, luajit, protobuf
|
||||||
, enableProtoBuf ? false
|
, enableProtoBuf ? false
|
||||||
}:
|
}:
|
||||||
assert enableProtoBuf -> protobuf != null;
|
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pdns-recursor";
|
pname = "pdns-recursor";
|
||||||
|
@ -19,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost openssl systemd
|
boost openssl systemd
|
||||||
lua luajit
|
lua luajit
|
||||||
] ++ optional enableProtoBuf protobuf;
|
] ++ lib.optional enableProtoBuf protobuf;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-reproducible"
|
"--enable-reproducible"
|
||||||
|
@ -32,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
nixos = nixosTests.pdns-recursor;
|
nixos = nixosTests.pdns-recursor;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A recursive DNS server";
|
description = "A recursive DNS server";
|
||||||
homepage = "https://www.powerdns.com/";
|
homepage = "https://www.powerdns.com/";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
|
@ -309,7 +309,7 @@
|
||||||
"goalfeed" = ps: with ps; [ ]; # missing inputs: pysher
|
"goalfeed" = ps: with ps; [ ]; # missing inputs: pysher
|
||||||
"goalzero" = ps: with ps; [ ]; # missing inputs: goalzero
|
"goalzero" = ps: with ps; [ ]; # missing inputs: goalzero
|
||||||
"gogogate2" = ps: with ps; [ ]; # missing inputs: gogogate2-api
|
"gogogate2" = ps: with ps; [ ]; # missing inputs: gogogate2-api
|
||||||
"google" = ps: with ps; [ google_api_python_client httplib2 oauth2client ];
|
"google" = ps: with ps; [ google-api-python-client httplib2 oauth2client ];
|
||||||
"google_assistant" = ps: with ps; [ aiohttp-cors ];
|
"google_assistant" = ps: with ps; [ aiohttp-cors ];
|
||||||
"google_cloud" = ps: with ps; [ google-cloud-texttospeech ];
|
"google_cloud" = ps: with ps; [ google-cloud-texttospeech ];
|
||||||
"google_domains" = ps: with ps; [ ];
|
"google_domains" = ps: with ps; [ ];
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "mod_auth_mellon";
|
pname = "mod_auth_mellon";
|
||||||
version = "0.13.1";
|
version = "0.17.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "UNINETT";
|
owner = "latchset";
|
||||||
repo = "mod_auth_mellon";
|
repo = "mod_auth_mellon";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "16b43y5a5p8g1287x04rv923230cy8dfs2j18cx6208n4bv4dvnk";
|
sha256 = "03bkvqkmqq72ff1a8cpvpcxngnlz1p6433y2fkkynpjfr19cna2s";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
|
@ -1,8 +1,23 @@
|
||||||
|
diff --git a/Makefile.in b/Makefile.in
|
||||||
|
index 1388c91..ab28982 100644
|
||||||
|
--- a/Makefile.in
|
||||||
|
+++ b/Makefile.in
|
||||||
|
@@ -42,7 +42,7 @@ DISTFILES=$(SRC) \
|
||||||
|
all: mod_auth_mellon.la
|
||||||
|
|
||||||
|
mod_auth_mellon.la: $(SRC) auth_mellon.h auth_mellon_compat.h
|
||||||
|
- @APXS2@ -Wc,"-std=c99 @MELLON_CFLAGS@ @OPENSSL_CFLAGS@ @LASSO_CFLAGS@ @CURL_CFLAGS@ @GLIB_CFLAGS@ @CFLAGS@" -Wl,"@OPENSSL_LIBS@ @LASSO_LIBS@ @CURL_LIBS@ @GLIB_LIBS@" -Wc,-Wall -Wc,-g -c $(SRC)
|
||||||
|
+ @APXS2@ -Wc,"-std=c99 @MELLON_CFLAGS@ @OPENSSL_CFLAGS@ @LASSO_CFLAGS@ @CURL_CFLAGS@ @GLIB_CFLAGS@ @CFLAGS@ @LIBXML2_CFLAGS@ @XMLSEC_CFLAGS@ @CFLAGS@" -Wl,"@OPENSSL_LIBS@ @LASSO_LIBS@ @CURL_LIBS@ @GLIB_LIBS@ @LIBXML2_LIBS@ @XMLSEC_LIBS@" -Wc,-Wall -Wc,-g -c $(SRC)
|
||||||
|
|
||||||
|
|
||||||
|
# Building configure (for distribution)
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index 421b952..e62768e 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -74,6 +74,16 @@ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.12])
|
@@ -91,6 +91,16 @@ AC_SUBST(GLIB_LIBS)
|
||||||
AC_SUBST(GLIB_CFLAGS)
|
|
||||||
AC_SUBST(GLIB_LIBS)
|
AC_SUBST(MELLON_CFLAGS)
|
||||||
|
|
||||||
+#include <libxml/uri.h>
|
+#include <libxml/uri.h>
|
||||||
+PKG_CHECK_MODULES(LIBXML2, libxml-2.0)
|
+PKG_CHECK_MODULES(LIBXML2, libxml-2.0)
|
||||||
|
@ -17,14 +32,3 @@
|
||||||
# Test to see if we can include lasso/utils.h
|
# Test to see if we can include lasso/utils.h
|
||||||
# AC_CHECK_HEADER won't work correctly unless we specifiy the include directories
|
# AC_CHECK_HEADER won't work correctly unless we specifiy the include directories
|
||||||
# found in the LASSO_CFLAGS. Save and restore CFLAGS and CPPFLAGS.
|
# found in the LASSO_CFLAGS. Save and restore CFLAGS and CPPFLAGS.
|
||||||
--- a/Makefile.in
|
|
||||||
+++ b/Makefile.in
|
|
||||||
@@ -25,7 +25,7 @@
|
|
||||||
all: mod_auth_mellon.la
|
|
||||||
|
|
||||||
mod_auth_mellon.la: $(SRC) auth_mellon.h auth_mellon_compat.h
|
|
||||||
- @APXS2@ -Wc,"-std=c99 @OPENSSL_CFLAGS@ @LASSO_CFLAGS@ @CURL_CFLAGS@ @GLIB_CFLAGS@ @CFLAGS@" -Wl,"@OPENSSL_LIBS@ @LASSO_LIBS@ @CURL_LIBS@ @GLIB_LIBS@" -Wc,-Wall -Wc,-g -c $(SRC)
|
|
||||||
+ @APXS2@ -Wc,"-std=c99 @OPENSSL_CFLAGS@ @LASSO_CFLAGS@ @CURL_CFLAGS@ @GLIB_CFLAGS@ @CFLAGS@ @LIBXML2_CFLAGS@ @XMLSEC_CFLAGS@ @CFLAGS@" -Wl,"@OPENSSL_LIBS@ @LASSO_LIBS@ @CURL_LIBS@ @GLIB_LIBS@ @LIBXML2_LIBS@ @XMLSEC_LIBS@" -Wc,-Wall -Wc,-g -c $(SRC)
|
|
||||||
|
|
||||||
|
|
||||||
# Building configure (for distribution)
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, stdenv, fetchurl, tcl, makeWrapper, autoreconfHook }:
|
{ lib, stdenv, buildPackages, fetchurl, tcl, makeWrapper, autoreconfHook, fetchpatch }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "expect";
|
pname = "expect";
|
||||||
|
@ -9,19 +9,27 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0d1cp5hggjl93xwc8h1y6adbnrvpkk0ywkd00inz9ndxn21xm9s9";
|
sha256 = "0d1cp5hggjl93xwc8h1y6adbnrvpkk0ywkd00inz9ndxn21xm9s9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ tcl ];
|
patches = [
|
||||||
nativeBuildInputs = [ makeWrapper autoreconfHook ];
|
(fetchpatch {
|
||||||
|
url = "https://raw.githubusercontent.com/buildroot/buildroot/c05e6aa361a4049eabd8b21eb64a34899ef83fc7/package/expect/0001-enable-cross-compilation.patch";
|
||||||
hardeningDisable = [ "format" ];
|
sha256 = "1jwx2l1slidvcpahxbyqs942l81jd62rzbxliyd9lwysk38c8b6b";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i "s,/bin/stty,$(type -p stty),g" configure.in
|
sed -i "s,/bin/stty,$(type -p stty),g" configure.in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoreconfHook makeWrapper tcl ];
|
||||||
|
buildInputs = [ tcl ];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-tcl=${tcl}/lib"
|
"--with-tcl=${buildPackages.tcl}/lib"
|
||||||
"--with-tclinclude=${tcl}/include"
|
"--with-tclinclude=${tcl}/include"
|
||||||
"--exec-prefix=\${out}"
|
"--exec-prefix=${placeholder "out"}"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
|
@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1jivnjswlhwjfg5v9nwfg3vfssvqbdxxf9znwmfb5dgfblg9wxw9";
|
sha256 = "1jivnjswlhwjfg5v9nwfg3vfssvqbdxxf9znwmfb5dgfblg9wxw9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace Makefile --replace 'CC=cc' 'CC=${stdenv.cc.targetPrefix}cc'
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin $out/share/man/man6
|
mkdir -p $out/bin $out/share/man/man6
|
||||||
cp gti $out/bin
|
cp gti $out/bin
|
||||||
|
@ -18,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://r-wos.org/hacks/gti";
|
homepage = "https://r-wos.org/hacks/gti";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
description = "Humorous typo-based git runner; drives a car over the terminal";
|
description = "Humorous typo-based git runner; drives a car over the terminal";
|
||||||
maintainers = with maintainers; [ fadenb ];
|
maintainers = with maintainers; [ fadenb ];
|
||||||
|
|
|
@ -17,6 +17,8 @@ python3Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
outputs = [ "out" "doc" "man" ];
|
outputs = [ "out" "doc" "man" ];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ docutils ];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ pygments requests requests-toolbelt setuptools ];
|
propagatedBuildInputs = with python3Packages; [ pygments requests requests-toolbelt setuptools ];
|
||||||
|
|
||||||
checkInputs = with python3Packages; [
|
checkInputs = with python3Packages; [
|
||||||
|
@ -49,7 +51,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
sed -e 's/^|build|//g' -i README.rst
|
sed -e 's/^|build|//g' -i README.rst
|
||||||
|
|
||||||
toHtml() {
|
toHtml() {
|
||||||
${docutils}/bin/rst2html5 \
|
rst2html5 \
|
||||||
--strip-elements-with-class=no-web \
|
--strip-elements-with-class=no-web \
|
||||||
--title=http \
|
--title=http \
|
||||||
--no-generator \
|
--no-generator \
|
||||||
|
@ -63,7 +65,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
toHtml CHANGELOG.rst $docdir/html/CHANGELOG.html
|
toHtml CHANGELOG.rst $docdir/html/CHANGELOG.html
|
||||||
toHtml CONTRIBUTING.rst $docdir/html/CONTRIBUTING.html
|
toHtml CONTRIBUTING.rst $docdir/html/CONTRIBUTING.html
|
||||||
|
|
||||||
${docutils}/bin/rst2man \
|
rst2man \
|
||||||
--strip-elements-with-class=no-web \
|
--strip-elements-with-class=no-web \
|
||||||
--title=http \
|
--title=http \
|
||||||
--no-generator \
|
--no-generator \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, makeWrapper, buildEnv,
|
{ lib, stdenv, makeWrapper, buildEnv
|
||||||
breezy, coreutils, cvs, findutils, gawk, git, gnused, mercurial, nix, subversion
|
, breezy, coreutils, cvs, findutils, gawk, git, gnused, mercurial, nix, subversion
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let mkPrefetchScript = tool: src: deps:
|
let mkPrefetchScript = tool: src: deps:
|
||||||
|
@ -22,7 +22,7 @@ let mkPrefetchScript = tool: src: deps:
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Script used to obtain source hashes for fetch${tool}";
|
description = "Script used to obtain source hashes for fetch${tool}";
|
||||||
maintainers = with maintainers; [ bennofs ];
|
maintainers = with maintainers; [ bennofs ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
|
@ -40,7 +40,7 @@ in rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Collection of all the nix-prefetch-* scripts which may be used to obtain source hashes";
|
description = "Collection of all the nix-prefetch-* scripts which may be used to obtain source hashes";
|
||||||
maintainers = with maintainers; [ bennofs ];
|
maintainers = with maintainers; [ bennofs ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook }:
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook }:
|
||||||
|
|
||||||
let version = "4.4";
|
stdenv.mkDerivation rec {
|
||||||
in stdenv.mkDerivation {
|
pname = "hashdeep";
|
||||||
name = "hashdeep-${version}";
|
version = "4.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jessek";
|
owner = "jessek";
|
||||||
|
@ -18,6 +18,6 @@ in stdenv.mkDerivation {
|
||||||
homepage = "https://github.com/jessek/hashdeep";
|
homepage = "https://github.com/jessek/hashdeep";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; linux ++ freebsd ++ openbsd;
|
platforms = with platforms; linux ++ freebsd ++ openbsd;
|
||||||
maintainers = [ lib.maintainers.karantan ];
|
maintainers = [ maintainers.karantan ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,15 +20,15 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "rbw";
|
pname = "rbw";
|
||||||
version = "0.5.2";
|
version = "1.0.0"; # do not upgrate 1.1.0 yet, because it doesn't build on Darwin
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit version;
|
inherit version;
|
||||||
crateName = pname;
|
crateName = pname;
|
||||||
sha256 = "1mxl71yz2iy5s6pbp33cwkfzzilkla4qqiskd6jsd5fdlrrwlxqm";
|
sha256 = "0yqn65izcwbh7g085hwq4wrg9y9jlz1xbrq69b6ypqxi9abqnp6q";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "19gznam64s17kha3accgjks5rmd9kpqqgxg3dfrk7fg5v4431007";
|
cargoSha256 = "0x00clixdbpqif2wzhj3f4k9kpza623xs8a05wq4g15227kz7mlm";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
|
@ -10,7 +10,10 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0zkmwxyl1870ar6jr9h537vmqgkckqs9jd1yv6m4qqzdsmg5gdbq";
|
sha256 = "0zkmwxyl1870ar6jr9h537vmqgkckqs9jd1yv6m4qqzdsmg5gdbq";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ perl coreutils ];
|
# pod2man
|
||||||
|
nativeBuildInputs = [ perl ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ coreutils perl ];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
sed -e 's@/bin/rm@${coreutils}/bin/rm@' -i $out/bin/safe-rm
|
sed -e 's@/bin/rm@${coreutils}/bin/rm@' -i $out/bin/safe-rm
|
||||||
|
|
|
@ -24,6 +24,5 @@ python3Packages.buildPythonApplication rec {
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ dwarfmaster ];
|
maintainers = with maintainers; [ dwarfmaster ];
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,10 +9,15 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0sxgg0ms5lhi4aqqvz1rj4s77yi9wymfm3l3gbjfd1qchy66kzrl";
|
sha256 = "0sxgg0ms5lhi4aqqvz1rj4s77yi9wymfm3l3gbjfd1qchy66kzrl";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# for makeinfo
|
||||||
|
nativeBuildInputs = [ texinfo ];
|
||||||
|
|
||||||
buildInputs = [ texinfo ];
|
buildInputs = [ texinfo ];
|
||||||
|
|
||||||
checkInputs = [ which ];
|
checkInputs = [ which ];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.gnu.org/software/wdiff/";
|
homepage = "https://www.gnu.org/software/wdiff/";
|
||||||
description = "Comparing files on a word by word basis";
|
description = "Comparing files on a word by word basis";
|
||||||
|
|
|
@ -3942,7 +3942,9 @@ in
|
||||||
|
|
||||||
wallutils = callPackage ../tools/graphics/wallutils { };
|
wallutils = callPackage ../tools/graphics/wallutils { };
|
||||||
|
|
||||||
wrangler = callPackage ../development/tools/wrangler { };
|
wrangler = callPackage ../development/tools/wrangler {
|
||||||
|
inherit (darwin.apple_sdk.frameworks) CoreFoundation CoreServices Security;
|
||||||
|
};
|
||||||
|
|
||||||
wsl-open = callPackage ../tools/misc/wsl-open { };
|
wsl-open = callPackage ../tools/misc/wsl-open { };
|
||||||
|
|
||||||
|
@ -14185,7 +14187,7 @@ in
|
||||||
|
|
||||||
gst_all_1 = recurseIntoAttrs(callPackage ../development/libraries/gstreamer {
|
gst_all_1 = recurseIntoAttrs(callPackage ../development/libraries/gstreamer {
|
||||||
callPackage = newScope { libav = pkgs.ffmpeg; };
|
callPackage = newScope { libav = pkgs.ffmpeg; };
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
inherit (darwin.apple_sdk.frameworks) AudioToolbox AVFoundation Cocoa CoreFoundation CoreMedia CoreServices CoreVideo DiskArbitration Foundation IOKit MediaToolbox OpenGL VideoToolbox;
|
||||||
});
|
});
|
||||||
|
|
||||||
gusb = callPackage ../development/libraries/gusb { };
|
gusb = callPackage ../development/libraries/gusb { };
|
||||||
|
|
|
@ -2655,12 +2655,12 @@ in {
|
||||||
|
|
||||||
google-api-core = callPackage ../development/python-modules/google-api-core { };
|
google-api-core = callPackage ../development/python-modules/google-api-core { };
|
||||||
|
|
||||||
google_api_python_client =
|
google-api-python-client =
|
||||||
let google_api_python_client = callPackage ../development/python-modules/google-api-python-client { };
|
let google-api-python-client = callPackage ../development/python-modules/google-api-python-client { };
|
||||||
in if isPy3k then
|
in if isPy3k then
|
||||||
google_api_python_client
|
google-api-python-client
|
||||||
else # Python 2.7 support was deprecated but is still needed by weboob and duplicity
|
else # Python 2.7 support was deprecated but is still needed by weboob and duplicity
|
||||||
google_api_python_client.overridePythonAttrs (old: rec {
|
google-api-python-client.overridePythonAttrs (old: rec {
|
||||||
version = "1.7.6";
|
version = "1.7.6";
|
||||||
src = old.src.override {
|
src = old.src.override {
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -2668,7 +2668,7 @@ in {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
googleapis_common_protos = callPackage ../development/python-modules/googleapis_common_protos { };
|
googleapis-common-protos = callPackage ../development/python-modules/googleapis-common-protos { };
|
||||||
|
|
||||||
google-apputils = callPackage ../development/python-modules/google-apputils { };
|
google-apputils = callPackage ../development/python-modules/google-apputils { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue