Merge remote-tracking branch 'origin/master' into haskell-updates.
This commit is contained in:
commit
5512354eef
@ -263,6 +263,8 @@ Sometimes plugins require an override that must be changed when the plugin is up
|
|||||||
|
|
||||||
To add a new plugin, run `./update.py --add "[owner]/[name]"`. **NOTE**: This script automatically commits to your git repository. Be sure to check out a fresh branch before running.
|
To add a new plugin, run `./update.py --add "[owner]/[name]"`. **NOTE**: This script automatically commits to your git repository. Be sure to check out a fresh branch before running.
|
||||||
|
|
||||||
|
Finally, there are some plugins that are also packaged in nodePackages because they have Javascript-related build steps, such as running webpack. Those plugins are not listed in `vim-plugin-names` or managed by `update.py` at all, and are included separately in `overrides.nix`. Currently, all these plugins are related to the `coc.nvim` ecosystem of Language Server Protocol integration with vim/neovim.
|
||||||
|
|
||||||
## Important repositories
|
## Important repositories
|
||||||
|
|
||||||
- [vim-pi](https://bitbucket.org/vimcommunity/vim-pi) is a plugin repository
|
- [vim-pi](https://bitbucket.org/vimcommunity/vim-pi) is a plugin repository
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dcrd";
|
pname = "dcrd";
|
||||||
version = "1.5.1";
|
version = "1.5.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "decred";
|
owner = "decred";
|
||||||
repo = "dcrd";
|
repo = "dcrd";
|
||||||
rev = "refs/tags/release-v${version}";
|
rev = "refs/tags/release-v${version}";
|
||||||
sha256 = "1ggw289y1f4dqvj3w60q9bahq8bblbfjymn5xy04ldylr3qlxm9x";
|
sha256 = "14pxajc8si90hnddilfm09kmljwxq6i6p53fk0g09jp000cbklkl";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "03aw6mcvp1vr01ppxy673jf5hdryd5032cxndlkaiwg005mxp1dy";
|
vendorSha256 = "03aw6mcvp1vr01ppxy673jf5hdryd5032cxndlkaiwg005mxp1dy";
|
||||||
|
@ -1 +1 @@
|
|||||||
WGET_ARGS=(http://download.kde.org/stable/release-service/20.08.0/src)
|
WGET_ARGS=(http://download.kde.org/stable/release-service/20.08.1/src)
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "AusweisApp2";
|
pname = "AusweisApp2";
|
||||||
version = "1.20.1";
|
version = "1.20.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Governikus";
|
owner = "Governikus";
|
||||||
repo = "AusweisApp2";
|
repo = "AusweisApp2";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "17ify6v4z8i8ps3s8qabnrqfkj0my4yzyqwk3q3nhrqilbnhr40x";
|
sha256 = "1vibk3wmn54qr2mwz537hrr959y0r1zabp0gsijhzj2mk68g9pnb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, glibc, libGLU, libGL, freetype, glib, libSM, libICE, libXi, libXv
|
{ stdenv, fetchurl, glibc, libGLU, libGL, freetype, glib, libSM, libICE, libXi, libXv
|
||||||
, libXrender, libXrandr, libXfixes, libXcursor, libXinerama, libXext, libX11
|
, libXrender, libXrandr, libXfixes, libXcursor, libXinerama, libXext, libX11
|
||||||
, zlib, fontconfig, dpkg, libproxy, libxml2, gstreamer, gst_all_1, dbus }:
|
, zlib, fontconfig, dpkg, libproxy, libxml2, gst_all_1, dbus }:
|
||||||
|
|
||||||
let
|
let
|
||||||
arch =
|
arch =
|
||||||
@ -33,7 +33,6 @@ let
|
|||||||
fontconfig
|
fontconfig
|
||||||
libproxy
|
libproxy
|
||||||
libxml2
|
libxml2
|
||||||
gstreamer
|
|
||||||
dbus
|
dbus
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
|
48
pkgs/applications/misc/openambit/default.nix
Normal file
48
pkgs/applications/misc/openambit/default.nix
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
{ cmake
|
||||||
|
, fetchFromGitHub
|
||||||
|
, lib
|
||||||
|
, libusb1
|
||||||
|
, mkDerivation
|
||||||
|
, python3
|
||||||
|
, qtbase
|
||||||
|
, qttools
|
||||||
|
, udev
|
||||||
|
, zlib
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation rec {
|
||||||
|
pname = "openambit";
|
||||||
|
version = "0.5";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "openambitproject";
|
||||||
|
repo = pname;
|
||||||
|
rev = version;
|
||||||
|
sha256 = "1074kvkamwnlkwdajsw1799wddcfkjh2ay6l842r0s4cvrxrai85";
|
||||||
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ cmake qttools ];
|
||||||
|
buildInputs = [ libusb1 python3 qtbase udev zlib ];
|
||||||
|
|
||||||
|
cmakeFlags = [ "-DCMAKE_INSTALL_UDEVRULESDIR=${placeholder "out"}/lib/udev/rules.d" ];
|
||||||
|
|
||||||
|
doInstallCheck = true;
|
||||||
|
installCheckPhase = ''
|
||||||
|
$out/bin/openambit --version
|
||||||
|
'';
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
install -m755 -D $src/tools/openambit2gpx.py $out/bin/openambit2gpx
|
||||||
|
|
||||||
|
mv -v $out/lib/udev/rules.d/libambit.rules \
|
||||||
|
$out/lib/udev/rules.d/20-libambit.rules
|
||||||
|
'';
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Helps fetch data from Suunto Ambit GPS watches";
|
||||||
|
homepage = "https://github.com/openambitproject/openambit/";
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
|
maintainers = with maintainers; [ rycee ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "amfora";
|
pname = "amfora";
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "makeworld-the-better-one";
|
owner = "makeworld-the-better-one";
|
||||||
repo = "amfora";
|
repo = "amfora";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1z4r1yqy5nkfa7yqcsqpqfdcghw8idryzb3s6d6ibca47r0qlcvw";
|
sha256 = "011h5xzwiafh3fdp9wil8n618p45ph9swa66lw6s82ijpiizz79s";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "0xj2s14dq10fwqqxjn4d8x6zljd5d15gjbja2gb75rfv09s4fdgv";
|
vendorSha256 = "10f3bh3r3jc1185r8r1ihg8rprdpl8qwg5b6wqwsda96ydkbpi2b";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
, faad2, rtl-sdr, soapysdr-with-plugins, libusb-compat-0_1, fftwSinglePrec, lame, mpg123 }:
|
, faad2, rtl-sdr, soapysdr-with-plugins, libusb-compat-0_1, fftwSinglePrec, lame, mpg123 }:
|
||||||
let
|
let
|
||||||
|
|
||||||
version = "2.1";
|
version = "2.2";
|
||||||
|
|
||||||
in mkDerivation {
|
in mkDerivation {
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ in mkDerivation {
|
|||||||
owner = "AlbrechtL";
|
owner = "AlbrechtL";
|
||||||
repo = "welle.io";
|
repo = "welle.io";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1j63gdbd66d6rfjsxwdm2agrcww1rs4438kg7313h6zixpcc1icj";
|
sha256 = "04fpm6sc431dl9i5h53xpd6k85j22sv8aawl7b6wv2fzpfsd9fwa";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
@ -4,13 +4,13 @@ let
|
|||||||
common = opts: callPackage (import ./common.nix opts);
|
common = opts: callPackage (import ./common.nix opts);
|
||||||
in {
|
in {
|
||||||
sublime-merge = common {
|
sublime-merge = common {
|
||||||
buildVersion = "2020";
|
buildVersion = "2033";
|
||||||
sha256 = "0r5qqappaiicc4srk08az2vx42m7b6a75yn2ji5pv4w4085hlrzp";
|
sha256 = "1ym806df2hsw1ml932mshlw7cdxfi6jwa3mkh5m7gbmn7qwpm4xb";
|
||||||
} {};
|
} {};
|
||||||
|
|
||||||
sublime-merge-dev = common {
|
sublime-merge-dev = common {
|
||||||
buildVersion = "2022";
|
buildVersion = "2031";
|
||||||
sha256 = "0fhxz6nx24wbspn7vfli3pvfv6fdbd591m619pvivig3scpidj61";
|
sha256 = "1vv3qcggicy5fb4nm2k5a6nw1f20cwxgrmn3xv2dvgx7mpzbhknp";
|
||||||
dev = true;
|
dev = true;
|
||||||
} {};
|
} {};
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, libxcb, mkDerivation, qmake
|
{ stdenv, fetchFromGitHub, pkgconfig, libxcb, mkDerivation, qmake
|
||||||
, qtbase, qtdeclarative, qtquickcontrols, qtquickcontrols2
|
, qtbase, qtdeclarative, qtquickcontrols, qtquickcontrols2
|
||||||
, ffmpeg-full, gstreamer, gst_all_1, libpulseaudio, alsaLib, jack2
|
, ffmpeg-full, gst_all_1, libpulseaudio, alsaLib, jack2
|
||||||
, v4l-utils }:
|
, v4l-utils }:
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "webcamoid";
|
pname = "webcamoid";
|
||||||
@ -17,7 +17,7 @@ mkDerivation rec {
|
|||||||
libxcb
|
libxcb
|
||||||
qtbase qtdeclarative qtquickcontrols qtquickcontrols2
|
qtbase qtdeclarative qtquickcontrols qtquickcontrols2
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
gstreamer gst_all_1.gst-plugins-base
|
gst_all_1.gstreamer gst_all_1.gst-plugins-base
|
||||||
alsaLib libpulseaudio jack2
|
alsaLib libpulseaudio jack2
|
||||||
v4l-utils
|
v4l-utils
|
||||||
];
|
];
|
||||||
|
@ -163,7 +163,6 @@ rec {
|
|||||||
SDL_mixer
|
SDL_mixer
|
||||||
SDL2_ttf
|
SDL2_ttf
|
||||||
SDL2_mixer
|
SDL2_mixer
|
||||||
gstreamer
|
|
||||||
libappindicator-gtk2
|
libappindicator-gtk2
|
||||||
libcaca
|
libcaca
|
||||||
libcanberra
|
libcanberra
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "yaru";
|
pname = "yaru";
|
||||||
version = "20.10.1";
|
version = "20.10.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ubuntu";
|
owner = "ubuntu";
|
||||||
repo = "yaru";
|
repo = "yaru";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08zws1qwvfr126fgdkqxxmpsqgfk02s31n90555bd5d66cfgdh72";
|
sha256 = "0vxs17nbahrdix1q9xj06nflm344lfgj2mrafsvyfcr2isn61iv6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
|
nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, glib, gnome2, dbus-glib, gmime, gnome-icon-theme, libnotify, libgnome-keyring, openssl, cyrus_sasl, gnonlin, sylpheed, gob2, gettext, intltool, libxml2, hicolor-icon-theme, tango-icon-theme }:
|
{ stdenv, fetchFromGitHub, pkgconfig, glib, gnome2, dbus-glib, gmime, gnome-icon-theme, libnotify, libgnome-keyring, openssl, cyrus_sasl, sylpheed, gob2, gettext, intltool, libxml2, hicolor-icon-theme, tango-icon-theme }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
rev = "9ae8768";
|
rev = "9ae8768";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ glib dbus-glib gmime libnotify libgnome-keyring openssl cyrus_sasl gnonlin sylpheed gob2 gettext intltool gnome2.GConf gnome2.libgnomeui dbus-glib gmime libnotify gnome2.scrollkeeper libxml2 gnome-icon-theme hicolor-icon-theme tango-icon-theme ];
|
buildInputs = [ glib dbus-glib gmime libnotify libgnome-keyring openssl cyrus_sasl sylpheed gob2 gettext intltool gnome2.GConf gnome2.libgnomeui dbus-glib gmime libnotify gnome2.scrollkeeper libxml2 gnome-icon-theme hicolor-icon-theme tango-icon-theme ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
sed -i -e '/jb_rule_set_install_message/d' -e '/jb_rule_add_install_command/d' jbsrc/jb.c
|
sed -i -e '/jb_rule_set_install_message/d' -e '/jb_rule_add_install_command/d' jbsrc/jb.c
|
||||||
|
@ -23,7 +23,7 @@ rec {
|
|||||||
inherit gst-plugins-base gstreamer gst-plugins-bad;
|
inherit gst-plugins-base gstreamer gst-plugins-bad;
|
||||||
};
|
};
|
||||||
|
|
||||||
gst-validate = callPackage ./validate { inherit gst-plugins-base; };
|
gst-validate = callPackage ./validate { inherit gstreamer gst-plugins-base; };
|
||||||
|
|
||||||
# note: gst-python is in ./python/default.nix - called under pythonPackages
|
# note: gst-python is in ./python/default.nix - called under pythonPackages
|
||||||
}
|
}
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gst-plugins-base, gstreamer }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "gnonlin-0.10.17";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
urls = [
|
|
||||||
"https://gstreamer.freedesktop.org/src/gnonlin/${name}.tar.bz2"
|
|
||||||
"mirror://gentoo/distfiles/${name}.tar.bz2"
|
|
||||||
];
|
|
||||||
sha256 = "0dc9kvr6i7sh91cyhzlbx2bchwg84rfa4679ccppzjf0y65dv8p4";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [ gst-plugins-base gstreamer ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = "https://gstreamer.freedesktop.org/modules/gnonlin.html";
|
|
||||||
description = "Gstreamer Non-Linear Multimedia Editing Plugins";
|
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
|
||||||
platforms = stdenv.lib.platforms.unix;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,36 +0,0 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, glib, gstreamer, gst-plugins-base
|
|
||||||
, libdvdnav, libdvdread, orc }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "gst-plugins-bad-0.10.23";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
urls = [
|
|
||||||
"${meta.homepage}/src/gst-plugins-bad/${name}.tar.bz2"
|
|
||||||
"mirror://gentoo/distfiles/${name}.tar.bz2"
|
|
||||||
];
|
|
||||||
sha256 = "148lw51dm6pgw8vc6v0fpvm7p233wr11nspdzmvq7bjp2cd7vbhf";
|
|
||||||
};
|
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
# Fixes CVE-2016-9447
|
|
||||||
# Does not actually impact NSF playback
|
|
||||||
rm -v $out/lib/gstreamer-0.10/libgstnsf.so
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildInputs =
|
|
||||||
[ pkgconfig glib gstreamer gst-plugins-base libdvdnav libdvdread orc ];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = "https://gstreamer.freedesktop.org";
|
|
||||||
|
|
||||||
description = "‘Bad’ (potentially low quality) plug-ins for GStreamer";
|
|
||||||
|
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
|
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,62 +0,0 @@
|
|||||||
{ fetchurl, fetchpatch, stdenv, pkgconfig, gstreamer, xorg, alsaLib, cdparanoia
|
|
||||||
, libogg, libtheora, libvorbis, freetype, pango, liboil, glib, cairo, orc
|
|
||||||
, libintl
|
|
||||||
, ApplicationServices
|
|
||||||
, # Whether to build no plugins that have external dependencies
|
|
||||||
# (except the ALSA plugin).
|
|
||||||
minimalDeps ? false
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "gst-plugins-base-0.10.36";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
urls = [
|
|
||||||
"${meta.homepage}/src/gst-plugins-base/${name}.tar.xz"
|
|
||||||
"mirror://gentoo/distfiles/${name}.tar.xz"
|
|
||||||
];
|
|
||||||
sha256 = "0jp6hjlra98cnkal4n6bdmr577q8mcyp3c08s3a02c4hjhw5rr0z";
|
|
||||||
};
|
|
||||||
|
|
||||||
patches = [
|
|
||||||
./gcc-4.9.patch
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/commit/f672277509705c4034bc92a141eefee4524d15aa.patch";
|
|
||||||
name = "CVE-2019-9928.patch";
|
|
||||||
sha256 = "1dlamsmyr7chrb6vqqmwikqvvqcx5l7k72p98448qm6k59ndnimc";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
sed -i 's@/bin/echo@echo@g' configure
|
|
||||||
sed -i -e 's/^ /\t/' docs/{libs,plugins}/Makefile.in
|
|
||||||
'';
|
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
|
||||||
|
|
||||||
# TODO : v4l, libvisual
|
|
||||||
buildInputs =
|
|
||||||
[ pkgconfig glib cairo orc libintl ]
|
|
||||||
# can't build alsaLib on darwin
|
|
||||||
++ stdenv.lib.optional (!stdenv.isDarwin) alsaLib
|
|
||||||
++ stdenv.lib.optionals (!minimalDeps)
|
|
||||||
[ xorg.xlibsWrapper xorg.libXv libogg libtheora libvorbis freetype pango
|
|
||||||
liboil ]
|
|
||||||
# can't build cdparanoia on darwin
|
|
||||||
++ stdenv.lib.optional (!minimalDeps && !stdenv.isDarwin) cdparanoia
|
|
||||||
++ stdenv.lib.optional stdenv.isDarwin ApplicationServices;
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ gstreamer ];
|
|
||||||
|
|
||||||
postInstall = "rm -rf $out/share/gtk-doc";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
homepage = "https://gstreamer.freedesktop.org";
|
|
||||||
description = "Base plug-ins for GStreamer";
|
|
||||||
license = licenses.lgpl2Plus;
|
|
||||||
maintainers = with maintainers; [ lovek323 ];
|
|
||||||
platforms = platforms.unix;
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/91090#issuecomment-653753497
|
|
||||||
broken = true;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,38 +0,0 @@
|
|||||||
https://bugzilla.gnome.org/show_bug.cgi?id=670690
|
|
||||||
|
|
||||||
From 9bd5a7ae5435469c3557a3d70e762791cb3dc5c7 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Antoine Jacoutot <ajacoutot@gnome.org>
|
|
||||||
Date: Mon, 20 Jan 2014 15:44:09 +0100
|
|
||||||
Subject: [PATCH] audioresample: fix build on BSD
|
|
||||||
|
|
||||||
On i386, EMMINTRIN is defined but not usable without sse so check for
|
|
||||||
__SSE__ and __SSE2__ as well.
|
|
||||||
|
|
||||||
https://bugzilla.gnome.org/show_bug.cgi?id=670690
|
|
||||||
---
|
|
||||||
gst/audioresample/resample.c | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c
|
|
||||||
index 98d006c..481fa01 100644
|
|
||||||
--- a/gst/audioresample/resample.c
|
|
||||||
+++ b/gst/audioresample/resample.c
|
|
||||||
@@ -77,13 +77,13 @@
|
|
||||||
#define EXPORT G_GNUC_INTERNAL
|
|
||||||
|
|
||||||
#ifdef _USE_SSE
|
|
||||||
-#ifndef HAVE_XMMINTRIN_H
|
|
||||||
+#if !defined(__SSE__) || !defined(HAVE_XMMINTRIN_H)
|
|
||||||
#undef _USE_SSE
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef _USE_SSE2
|
|
||||||
-#ifndef HAVE_EMMINTRIN_H
|
|
||||||
+#if !defined(__SSE2__) || !defined(HAVE_XMMINTRIN_H)
|
|
||||||
#undef _USE_SSE2
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
--
|
|
||||||
1.8.5.3
|
|
||||||
|
|
@ -1,52 +0,0 @@
|
|||||||
{ fetchurl, stdenv, lib, pkgconfig, gst-plugins-base, aalib, cairo
|
|
||||||
, flac, libjpeg, speex, libpng, libdv, libcaca, libvpx
|
|
||||||
, taglib, libpulseaudio, gdk-pixbuf, orc
|
|
||||||
, glib, gstreamer, bzip2, libsoup, libshout, ncurses, libintl
|
|
||||||
, # Whether to build no plugins that have external dependencies
|
|
||||||
# (except the PulseAudio plugin).
|
|
||||||
minimalDeps ? false
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "gst-plugins-good-0.10.31";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
urls = [
|
|
||||||
"${meta.homepage}/src/gst-plugins-good/${name}.tar.bz2"
|
|
||||||
"mirror://gentoo/distfiles/${name}.tar.bz2"
|
|
||||||
];
|
|
||||||
sha256 = "1ijswgcrdp243mfsyza31fpzq6plz40p4b83vkr2x4x7807889vy";
|
|
||||||
};
|
|
||||||
|
|
||||||
patches = [ ./v4l.patch ./linux-headers-3.9.patch ];
|
|
||||||
|
|
||||||
configureFlags = [ "--enable-experimental" "--disable-oss" ];
|
|
||||||
|
|
||||||
buildInputs =
|
|
||||||
[ pkgconfig glib gstreamer gst-plugins-base libintl ]
|
|
||||||
++ lib.optional stdenv.isLinux libpulseaudio
|
|
||||||
++ lib.optionals (!minimalDeps)
|
|
||||||
[ aalib libcaca cairo libdv flac libjpeg libpng speex
|
|
||||||
taglib bzip2 libvpx gdk-pixbuf orc libsoup libshout ];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
postInstall = lib.optionalString (!minimalDeps) ''
|
|
||||||
substituteInPlace $out/lib/gstreamer-0.10/libgstaasink.la \
|
|
||||||
--replace "${ncurses.dev}/lib" "${ncurses.out}/lib"
|
|
||||||
'';
|
|
||||||
|
|
||||||
# fails 1 out of 65 tests with "Could not read TLS certificate from '../../tests/files/test-cert.pem': TLS support is not available"
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = "https://gstreamer.freedesktop.org";
|
|
||||||
|
|
||||||
description = "`Good' plug-ins for GStreamer";
|
|
||||||
|
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
|
||||||
platforms = stdenv.lib.platforms.unix;
|
|
||||||
|
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,27 +0,0 @@
|
|||||||
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/files/gst-plugins-v4l2-0.10.31-linux-headers-3.9.patch
|
|
||||||
|
|
||||||
From 8e633d2059cb835448021cf79becb487aff10975 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bastien Nocera <hadess@hadess.net>
|
|
||||||
Date: Mon, 18 Mar 2013 14:59:35 +0000
|
|
||||||
Subject: v4l2: fix compilation against newer kernel headers as on FC19
|
|
||||||
|
|
||||||
---
|
|
||||||
diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c
|
|
||||||
index 07d390a..4c10f4f 100644
|
|
||||||
--- a/sys/v4l2/v4l2_calls.c
|
|
||||||
+++ b/sys/v4l2/v4l2_calls.c
|
|
||||||
@@ -291,8 +291,12 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
|
|
||||||
break;
|
|
||||||
case V4L2_CID_HFLIP:
|
|
||||||
case V4L2_CID_VFLIP:
|
|
||||||
+#ifndef V4L2_CID_PAN_RESET
|
|
||||||
case V4L2_CID_HCENTER:
|
|
||||||
+#endif
|
|
||||||
+#ifndef V4L2_CID_TILT_RESET
|
|
||||||
case V4L2_CID_VCENTER:
|
|
||||||
+#endif
|
|
||||||
#ifdef V4L2_CID_PAN_RESET
|
|
||||||
case V4L2_CID_PAN_RESET:
|
|
||||||
#endif
|
|
||||||
--
|
|
||||||
cgit v0.9.0.2-2-gbebe
|
|
@ -1,11 +0,0 @@
|
|||||||
diff -ru -x '*~' gst-plugins-good-0.10.31-orig/sys/v4l2/gstv4l2bufferpool.c gst-plugins-good-0.10.31/sys/v4l2/gstv4l2bufferpool.c
|
|
||||||
--- gst-plugins-good-0.10.31-orig/sys/v4l2/gstv4l2bufferpool.c 2011-12-30 14:59:13.000000000 +0100
|
|
||||||
+++ gst-plugins-good-0.10.31/sys/v4l2/gstv4l2bufferpool.c 2013-01-28 17:41:25.549523708 +0100
|
|
||||||
@@ -181,7 +181,6 @@
|
|
||||||
GST_LOG_OBJECT (pool->v4l2elem, " MMAP offset: %u",
|
|
||||||
ret->vbuffer.m.offset);
|
|
||||||
GST_LOG_OBJECT (pool->v4l2elem, " length: %u", ret->vbuffer.length);
|
|
||||||
- GST_LOG_OBJECT (pool->v4l2elem, " input: %u", ret->vbuffer.input);
|
|
||||||
|
|
||||||
data = (guint8 *) v4l2_mmap (0, ret->vbuffer.length,
|
|
||||||
PROT_READ | PROT_WRITE, MAP_SHARED, pool->video_fd,
|
|
@ -1,30 +0,0 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, glib, gstreamer, gst-plugins-base
|
|
||||||
, libmad, libdvdread, a52dec, x264, orc, lame, libintl }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "gst-plugins-ugly-0.10.19";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
urls = [
|
|
||||||
"${meta.homepage}/src/gst-plugins-ugly/${name}.tar.bz2"
|
|
||||||
"mirror://gentoo/distfiles/${name}.tar.bz2"
|
|
||||||
];
|
|
||||||
sha256 = "1w4d5iz9ffvh43l261zdp997i6s2iwd61lflf755s3sw4xch1a8w";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs =
|
|
||||||
[ pkgconfig glib gstreamer gst-plugins-base libmad libdvdread a52dec x264 orc lame libintl ];
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = "https://gstreamer.freedesktop.org";
|
|
||||||
|
|
||||||
description = "‘Ugly’ (potentially patent-encumbered) plug-ins for GStreamer";
|
|
||||||
|
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
|
||||||
platforms = stdenv.lib.platforms.unix;
|
|
||||||
|
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, python2Packages, gstreamer, gst-plugins-base
|
|
||||||
}:
|
|
||||||
|
|
||||||
let
|
|
||||||
inherit (python2Packages) python pygobject2;
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
name = "gst-python-0.10.22";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
urls = [
|
|
||||||
"${meta.homepage}/src/gst-python/${name}.tar.bz2"
|
|
||||||
"mirror://gentoo/distfiles/${name}.tar.bz2"
|
|
||||||
];
|
|
||||||
sha256 = "0y1i4n5m1diljqr9dsq12anwazrhbs70jziich47gkdwllcza9lg";
|
|
||||||
};
|
|
||||||
|
|
||||||
hardeningDisable = [ "bindnow" ];
|
|
||||||
|
|
||||||
# Need to disable the testFake test case due to bug in pygobject.
|
|
||||||
# See https://bugzilla.gnome.org/show_bug.cgi?id=692479
|
|
||||||
patches = [ ./disable-testFake.patch ];
|
|
||||||
|
|
||||||
buildInputs =
|
|
||||||
[ pkgconfig gst-plugins-base pygobject2 ]
|
|
||||||
;
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ gstreamer python ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = "https://gstreamer.freedesktop.org";
|
|
||||||
|
|
||||||
description = "Python bindings for GStreamer";
|
|
||||||
|
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
|
||||||
platforms = stdenv.lib.platforms.unix;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,56 +0,0 @@
|
|||||||
diff -Nurp gst-python-0.10.22.orig/testsuite/test_bin.py gst-python-0.10.22/testsuite/test_bin.py
|
|
||||||
--- gst-python-0.10.22.orig/testsuite/test_bin.py 2014-10-29 18:58:00.921827721 +0100
|
|
||||||
+++ gst-python-0.10.22/testsuite/test_bin.py 2014-10-29 19:00:32.019353092 +0100
|
|
||||||
@@ -131,52 +131,6 @@ class BinAddRemove(TestCase):
|
|
||||||
self.assertRaises(gst.AddError, self.bin.add, src, sink)
|
|
||||||
self.bin.remove(src, sink)
|
|
||||||
self.assertRaises(gst.RemoveError, self.bin.remove, src, sink)
|
|
||||||
-
|
|
||||||
-class Preroll(TestCase):
|
|
||||||
- def setUp(self):
|
|
||||||
- TestCase.setUp(self)
|
|
||||||
- self.bin = gst.Bin('bin')
|
|
||||||
-
|
|
||||||
- def tearDown(self):
|
|
||||||
- # FIXME: wait for state change thread to settle down
|
|
||||||
- while self.bin.__gstrefcount__ > 1:
|
|
||||||
- time.sleep(0.1)
|
|
||||||
- self.assertEquals(self.bin.__gstrefcount__, 1)
|
|
||||||
- del self.bin
|
|
||||||
- TestCase.tearDown(self)
|
|
||||||
-
|
|
||||||
- def testFake(self):
|
|
||||||
- src = gst.element_factory_make('fakesrc')
|
|
||||||
- sink = gst.element_factory_make('fakesink')
|
|
||||||
- self.bin.add(src)
|
|
||||||
-
|
|
||||||
- # bin will go to paused, src pad task will start and error out
|
|
||||||
- self.bin.set_state(gst.STATE_PAUSED)
|
|
||||||
- ret = self.bin.get_state()
|
|
||||||
- self.assertEquals(ret[0], gst.STATE_CHANGE_SUCCESS)
|
|
||||||
- self.assertEquals(ret[1], gst.STATE_PAUSED)
|
|
||||||
- self.assertEquals(ret[2], gst.STATE_VOID_PENDING)
|
|
||||||
-
|
|
||||||
- # adding the sink will cause the bin to go in preroll mode
|
|
||||||
- gst.debug('adding sink and setting to PAUSED, should cause preroll')
|
|
||||||
- self.bin.add(sink)
|
|
||||||
- sink.set_state(gst.STATE_PAUSED)
|
|
||||||
- ret = self.bin.get_state(timeout=0)
|
|
||||||
- self.assertEquals(ret[0], gst.STATE_CHANGE_ASYNC)
|
|
||||||
- self.assertEquals(ret[1], gst.STATE_PAUSED)
|
|
||||||
- self.assertEquals(ret[2], gst.STATE_PAUSED)
|
|
||||||
-
|
|
||||||
- # to actually complete preroll, we need to link and re-enable fakesrc
|
|
||||||
- src.set_state(gst.STATE_READY)
|
|
||||||
- src.link(sink)
|
|
||||||
- src.set_state(gst.STATE_PAUSED)
|
|
||||||
- ret = self.bin.get_state()
|
|
||||||
- self.assertEquals(ret[0], gst.STATE_CHANGE_SUCCESS)
|
|
||||||
- self.assertEquals(ret[1], gst.STATE_PAUSED)
|
|
||||||
- self.assertEquals(ret[2], gst.STATE_VOID_PENDING)
|
|
||||||
-
|
|
||||||
- self.bin.set_state(gst.STATE_NULL)
|
|
||||||
- self.bin.get_state()
|
|
||||||
|
|
||||||
class ConstructorTest(TestCase):
|
|
||||||
def testGood(self):
|
|
@ -1,14 +0,0 @@
|
|||||||
diff --git a/gst/gstdatetime.c b/gst/gstdatetime.c
|
|
||||||
index 60f709f..cdc7e75 100644
|
|
||||||
--- a/gst/gstdatetime.c
|
|
||||||
+++ b/gst/gstdatetime.c
|
|
||||||
@@ -21,8 +21,8 @@
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-#include "glib-compat-private.h"
|
|
||||||
#include "gst_private.h"
|
|
||||||
+#include "glib-compat-private.h"
|
|
||||||
#include "gstdatetime.h"
|
|
||||||
#include <glib.h>
|
|
||||||
#include <math.h>
|
|
@ -1,89 +0,0 @@
|
|||||||
{ fetchurl, fetchpatch, stdenv, autoreconfHook
|
|
||||||
, perl, bison, flex, pkgconfig, glib, libxml2, libintl, libunwind
|
|
||||||
}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "gstreamer-0.10.36";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
urls =
|
|
||||||
[ "${meta.homepage}/src/gstreamer/${name}.tar.xz"
|
|
||||||
"mirror://gentoo/distfiles/${name}.tar.xz"
|
|
||||||
];
|
|
||||||
sha256 = "1nkid1n2l3rrlmq5qrf5yy06grrkwjh3yxl5g0w58w0pih8allci";
|
|
||||||
};
|
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook flex perl pkgconfig libintl bison glib ];
|
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin libunwind;
|
|
||||||
propagatedBuildInputs = [ glib libxml2 ];
|
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/flathub/com.xnview.XnRetro/raw/fec03bbe240f45aa10d7d4eea9d6f066d9b6ac9c/gstreamer-0.10.36-bison3.patch";
|
|
||||||
sha256 = "05aarg3yzl5jx3z5838ixv392g0r3kbsi2vfqniaxmidhnfzij2y";
|
|
||||||
})
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/GStreamer/common/commit/03a0e5736761a72d4ed880e8c485bbf9e4a8ea47.patch";
|
|
||||||
sha256 = "0rin3x01yy78ky3smmhbwlph18hhym18q4x9w6ddiqajg5lk4xhm";
|
|
||||||
extraPrefix = "common/";
|
|
||||||
stripLen = 1;
|
|
||||||
})
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/GStreamer/common/commit/8aadeaaa8a948d7ce62008789ab03e9aa514c2b9.patch";
|
|
||||||
sha256 = "0n2mqvq2al7jr2hflhz4l781i3jya5a9i725jvy508ambpgycz3x";
|
|
||||||
extraPrefix = "common/";
|
|
||||||
stripLen = 1;
|
|
||||||
})
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/GStreamer/common/commit/7bb2bcecda471a0d514a964365a78150f3ee5747.patch";
|
|
||||||
sha256 = "0famdj70m7wjvr1dpy7iywhrkqxmrshxz0rizz1bixgp42dvkhbq";
|
|
||||||
extraPrefix = "common/";
|
|
||||||
stripLen = 1;
|
|
||||||
})
|
|
||||||
] ++
|
|
||||||
# See https://trac.macports.org/ticket/40783 for explanation of patch
|
|
||||||
stdenv.lib.optional stdenv.isDarwin ./darwin.patch;
|
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
sed -i -e 's/^ /\t/' docs/gst/Makefile.in docs/libs/Makefile.in docs/plugins/Makefile.in
|
|
||||||
'';
|
|
||||||
|
|
||||||
configureFlags = [
|
|
||||||
"--disable-examples"
|
|
||||||
"--localstatedir=/var"
|
|
||||||
"--disable-gtk-doc"
|
|
||||||
"--disable-docbook"
|
|
||||||
];
|
|
||||||
|
|
||||||
doCheck = false; # fails. 2 tests crash
|
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
# Hm, apparently --disable-gtk-doc is ignored...
|
|
||||||
rm -rf $out/share/gtk-doc
|
|
||||||
'';
|
|
||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = "https://gstreamer.freedesktop.org";
|
|
||||||
|
|
||||||
description = "Library for constructing graphs of media-handling components";
|
|
||||||
|
|
||||||
longDescription = ''
|
|
||||||
GStreamer is a library for constructing graphs of media-handling
|
|
||||||
components. The applications it supports range from simple
|
|
||||||
Ogg/Vorbis playback, audio/video streaming to complex audio
|
|
||||||
(mixing) and video (non-linear editing) processing.
|
|
||||||
|
|
||||||
Applications can take advantage of advances in codec and filter
|
|
||||||
technology transparently. Developers can add new codecs and
|
|
||||||
filters by writing a simple plugin with a clean, generic
|
|
||||||
interface.
|
|
||||||
'';
|
|
||||||
|
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
|
||||||
platforms = stdenv.lib.platforms.unix;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
addGstreamerLibPath () {
|
|
||||||
if test -d "$1/lib/gstreamer-0.10"
|
|
||||||
then
|
|
||||||
export GST_PLUGIN_SYSTEM_PATH="${GST_PLUGIN_SYSTEM_PATH-}${GST_PLUGIN_SYSTEM_PATH:+:}$1/lib/gstreamer-0.10"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
addEnvHooks "$hostOffset" addGstreamerLibPath
|
|
@ -1,31 +0,0 @@
|
|||||||
{ stdenv, fetchurl, glibmm, gstreamer, gst-plugins-base, libsigcxx, libxmlxx, pkgconfig }:
|
|
||||||
|
|
||||||
let
|
|
||||||
ver_maj = "0.10";
|
|
||||||
ver_min = "11";
|
|
||||||
in
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "gstreamermm-${ver_maj}.${ver_min}";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://gnome/sources/gstreamermm/${ver_maj}/gstreamermm-${ver_maj}.${ver_min}.tar.xz";
|
|
||||||
sha256 = "12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6";
|
|
||||||
};
|
|
||||||
|
|
||||||
doCheck = false; # Tests require pulseaudio in /homeless-shelter
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
|
||||||
glibmm gstreamer gst-plugins-base libsigcxx libxmlxx
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
description = "C++ bindings for the GStreamer streaming multimedia library";
|
|
||||||
homepage = "https://www.gtkmm.org/";
|
|
||||||
license = licenses.lgpl2Plus;
|
|
||||||
maintainers = with maintainers; [ plcplc ];
|
|
||||||
platforms = platforms.unix;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
@ -3,9 +3,7 @@
|
|||||||
, libXfixes, libXrandr, libSM, freetype, fontconfig, zlib, libjpeg, libpng
|
, libXfixes, libXrandr, libSM, freetype, fontconfig, zlib, libjpeg, libpng
|
||||||
, libmng, which, libGLU, openssl, dbus, cups, pkgconfig
|
, libmng, which, libGLU, openssl, dbus, cups, pkgconfig
|
||||||
, libtiff, glib, icu, libmysqlclient, postgresql, sqlite, perl, coreutils, libXi
|
, libtiff, glib, icu, libmysqlclient, postgresql, sqlite, perl, coreutils, libXi
|
||||||
, buildMultimedia ? false # ancient gstreamer is broken
|
, alsaLib
|
||||||
, alsaLib, gstreamer, gst-plugins-base
|
|
||||||
, buildWebkit ? false
|
|
||||||
, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
|
, libGLSupported ? stdenv.lib.elem stdenv.hostPlatform.system stdenv.lib.platforms.mesaPlatforms
|
||||||
, flashplayerFix ? false, gdk-pixbuf
|
, flashplayerFix ? false, gdk-pixbuf
|
||||||
, gtkStyle ? stdenv.hostPlatform == stdenv.buildPlatform, gtk2
|
, gtkStyle ? stdenv.hostPlatform == stdenv.buildPlatform, gtk2
|
||||||
@ -178,7 +176,7 @@ stdenv.mkDerivation rec {
|
|||||||
"-exceptions" "-xmlpatterns"
|
"-exceptions" "-xmlpatterns"
|
||||||
|
|
||||||
"-make" "libs" "-make" "tools" "-make" "translations"
|
"-make" "libs" "-make" "tools" "-make" "translations"
|
||||||
"-no-phonon" (mk buildWebkit "webkit") (mk buildMultimedia "multimedia") "-audio-backend"
|
"-no-phonon" "-no-webkit" "-no-multimedia" "-audio-backend"
|
||||||
]) ++ [
|
]) ++ [
|
||||||
"-${if demos then "" else "no"}make" "demos"
|
"-${if demos then "" else "no"}make" "demos"
|
||||||
"-${if examples then "" else "no"}make" "examples"
|
"-${if examples then "" else "no"}make" "examples"
|
||||||
@ -191,9 +189,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ libXrender libXrandr libXinerama libXcursor libXext libXfixes libXv libXi
|
[ libXrender libXrandr libXinerama libXcursor libXext libXfixes libXv libXi
|
||||||
libSM zlib libpng openssl dbus freetype fontconfig glib ]
|
libSM zlib libpng openssl dbus freetype fontconfig glib ]
|
||||||
# Qt doesn't directly need GLU (just GL), but many apps use, it's small and doesn't remain a runtime-dep if not used
|
# Qt doesn't directly need GLU (just GL), but many apps use, it's small and doesn't remain a runtime-dep if not used
|
||||||
++ lib.optional libGLSupported libGLU
|
++ lib.optional libGLSupported libGLU;
|
||||||
++ lib.optional ((buildWebkit || buildMultimedia) && stdenv.isLinux ) alsaLib
|
|
||||||
++ lib.optionals (buildWebkit || buildMultimedia) [ gstreamer gst-plugins-base ];
|
|
||||||
|
|
||||||
# The following libraries are only used in plugins
|
# The following libraries are only used in plugins
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "apsw";
|
pname = "apsw";
|
||||||
version = "3.32.2-r1";
|
version = "3.33.0-r1";
|
||||||
|
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
|||||||
owner = "rogerbinns";
|
owner = "rogerbinns";
|
||||||
repo = "apsw";
|
repo = "apsw";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0gwhcvklrgng8gg6in42h0aj2bsq522bhhs2pp3cqdrmypkjdm59";
|
sha256 = "05mxcw1382xx22285fnv92xblqby3adfrvvalaw4dc6rzsn6kcan";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ sqlite ];
|
buildInputs = [ sqlite ];
|
||||||
|
@ -0,0 +1,24 @@
|
|||||||
|
{ stdenv, fetchFromGitHub, buildPythonPackage, pytest, django }:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "django-maintenance-mode";
|
||||||
|
version = "0.14.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "fabiocaccamo";
|
||||||
|
repo = pname;
|
||||||
|
rev = version;
|
||||||
|
sha256 = "1k06fhqd8wyrkp795x5j2r328l2phqgg1m1qm7fh4l2qrha43aw6";
|
||||||
|
};
|
||||||
|
|
||||||
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ django ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Shows a 503 error page when maintenance-mode is on";
|
||||||
|
homepage = "https://github.com/fabiocaccamo/django-maintenance-mode";
|
||||||
|
maintainers = with maintainers; [ mrmebelman ];
|
||||||
|
license = licenses.bsd3;
|
||||||
|
};
|
||||||
|
}
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dominate";
|
pname = "dominate";
|
||||||
version = "2.5.1";
|
version = "2.5.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0y4xzch6kwzddwz6pmk8cd09r3dpkxm1bh4q1byhm37a0lb4h1cv";
|
sha256 = "456facce7a7ccfd9363948109cf1e978d48c58e46a46b01c71b4c0adc73b1928";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = !isPy3k;
|
doCheck = !isPy3k;
|
||||||
|
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "josepy";
|
pname = "josepy";
|
||||||
version = "1.3.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "068nkdbag049cjs9q3rrs5j5f1239202y0g9xblii6rr0fjgyhf3";
|
sha256 = "c37ff4b93606e6a452b72cdb992da5e0544be12912fac01b31ddbdd61f6d5bd0";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -18,9 +18,10 @@ buildPythonPackage rec {
|
|||||||
sqlalchemy
|
sqlalchemy
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
# tests are not packaged in pypi tarball
|
||||||
${python.interpreter} tests/test_citext.py
|
doCheck = false;
|
||||||
'';
|
|
||||||
|
pythonImportsCheck = [ "citext" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A sqlalchemy plugin that allows postgres use of CITEXT";
|
description = "A sqlalchemy plugin that allows postgres use of CITEXT";
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "dapper";
|
pname = "dapper";
|
||||||
version = "0.5.1";
|
version = "0.5.3";
|
||||||
|
|
||||||
goPackagePath = "github.com/rancher/dapper";
|
goPackagePath = "github.com/rancher/dapper";
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ buildGoPackage rec {
|
|||||||
owner = "rancher";
|
owner = "rancher";
|
||||||
repo = "dapper";
|
repo = "dapper";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0sf56ii4sn2wdq5kiyl02sgvq0lvynzgiq8v5wrkkabj5107fiqw";
|
sha256 = "1h62jahrxpmqx6r3mlakzap8gisrymgkp5syyarpab05qm1inngd";
|
||||||
};
|
};
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace main.go --replace 0.0.0 ${version}
|
substituteInPlace main.go --replace 0.0.0 ${version}
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "asls";
|
pname = "asls";
|
||||||
version = "0.4.2";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/saulecabrera/asls/releases/download/v${version}/bin.tar.gz";
|
url = "https://github.com/saulecabrera/asls/releases/download/v${version}/bin.tar.gz";
|
||||||
sha256 = "14dcms0xl6dncwf16vixvf7rq7g15iwq8h4vja0dsiisyfm08aks";
|
sha256 = "1h6r2lbf54aylzmbiy74ys42fhjv9q824bdrcp40gxx1v2yjc5h5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ erlangR22 ];
|
buildInputs = [ erlangR22 ];
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "merlin";
|
pname = "merlin";
|
||||||
version = "3.3.8";
|
version = "3.3.9";
|
||||||
|
|
||||||
minimumOCamlVersion = "4.02.1";
|
minimumOCamlVersion = "4.02.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ocaml/merlin/releases/download/v${version}/merlin-v${version}.tbz";
|
url = "https://github.com/ocaml/merlin/releases/download/v${version}/merlin-v${version}.tbz";
|
||||||
sha256 = "0j27piq9hqhr2jp89ni73kchw33pcx7gnjkh8rd6qa8hc12xd794";
|
sha256 = "00ng8299l5rzpak8ljxzr6dgxw6z52ivm91159ahv09xk4d0y5x3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ yojson ];
|
buildInputs = [ yojson ];
|
||||||
|
@ -103,6 +103,5 @@ mkDerivation rec {
|
|||||||
all movement on the battlefield has ceased).'';
|
all movement on the battlefield has ceased).'';
|
||||||
maintainers = with maintainers; [ kragniz fpletz ];
|
maintainers = with maintainers; [ kragniz fpletz ];
|
||||||
inherit (ghc.meta) platforms;
|
inherit (ghc.meta) platforms;
|
||||||
hydraPlatforms = [];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -89,6 +89,7 @@ in buildFHSUserEnv rec {
|
|||||||
at-spi2-core # CrossCode
|
at-spi2-core # CrossCode
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-plugins-ugly
|
gst_all_1.gst-plugins-ugly
|
||||||
|
gst_all_1.gst-plugins-base
|
||||||
libdrm
|
libdrm
|
||||||
mono
|
mono
|
||||||
xorg.xkeyboardconfig
|
xorg.xkeyboardconfig
|
||||||
@ -193,8 +194,6 @@ in buildFHSUserEnv rec {
|
|||||||
SDL_mixer
|
SDL_mixer
|
||||||
SDL2_ttf
|
SDL2_ttf
|
||||||
SDL2_mixer
|
SDL2_mixer
|
||||||
gstreamer
|
|
||||||
gst-plugins-base
|
|
||||||
libappindicator-gtk2
|
libappindicator-gtk2
|
||||||
libcaca
|
libcaca
|
||||||
libcanberra
|
libcanberra
|
||||||
|
@ -329,12 +329,12 @@ let
|
|||||||
|
|
||||||
clang_complete = buildVimPluginFrom2Nix {
|
clang_complete = buildVimPluginFrom2Nix {
|
||||||
pname = "clang_complete";
|
pname = "clang_complete";
|
||||||
version = "2020-05-06";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xavierd";
|
owner = "xavierd";
|
||||||
repo = "clang_complete";
|
repo = "clang_complete";
|
||||||
rev = "10e5102af5d1b16ba7aa3fb51d67153041f82ed7";
|
rev = "e0f5c246883fb06b6331ff5bec8ef1c3c71af3d4";
|
||||||
sha256 = "0crynvmdp9a5rws5hfnsn19kxqviyp29n8fz40wq7k1g5vrhvdl7";
|
sha256 = "0kincdj1l3d552pjnrdjcl72fpln6klc85b01m1sn2b2dlin3xhz";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/xavierd/clang_complete/";
|
meta.homepage = "https://github.com/xavierd/clang_complete/";
|
||||||
};
|
};
|
||||||
@ -363,18 +363,6 @@ let
|
|||||||
meta.homepage = "https://github.com/vn-ki/coc-clap/";
|
meta.homepage = "https://github.com/vn-ki/coc-clap/";
|
||||||
};
|
};
|
||||||
|
|
||||||
coc-css = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-css";
|
|
||||||
version = "2020-06-28";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-css";
|
|
||||||
rev = "a8cde12697de70dddf235ada61dc3601a6c04b57";
|
|
||||||
sha256 = "03n7czxiraa9pjcdfigmxgwyprpijbs0vhmzccxx0nwm038291y6";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-css/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-denite = buildVimPluginFrom2Nix {
|
coc-denite = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-denite";
|
pname = "coc-denite";
|
||||||
version = "2019-01-19";
|
version = "2019-01-19";
|
||||||
@ -387,38 +375,14 @@ let
|
|||||||
meta.homepage = "https://github.com/neoclide/coc-denite/";
|
meta.homepage = "https://github.com/neoclide/coc-denite/";
|
||||||
};
|
};
|
||||||
|
|
||||||
coc-emmet = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-emmet";
|
|
||||||
version = "2020-07-16";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-emmet";
|
|
||||||
rev = "8f25e0b7deb1cd54ce096cf713147662c43781f6";
|
|
||||||
sha256 = "0z9y8nxzjqf78l7hmq59by559f178jxhadn82h1hwqmdjpq72jcm";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-emmet/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-eslint = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-eslint";
|
|
||||||
version = "2020-08-22";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-eslint";
|
|
||||||
rev = "ba4d02c324e3eb5d5f111fe510f623ef14ee340c";
|
|
||||||
sha256 = "1badkyfa8zznwlb9a6kqxnyylcjb72rfjrzb48pvx2dr7s631x8g";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-eslint/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-explorer = buildVimPluginFrom2Nix {
|
coc-explorer = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-explorer";
|
pname = "coc-explorer";
|
||||||
version = "2020-08-12";
|
version = "2020-09-01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "weirongxu";
|
owner = "weirongxu";
|
||||||
repo = "coc-explorer";
|
repo = "coc-explorer";
|
||||||
rev = "b05b60c9e53a657f4a7c4dcf064032ce806cd0f4";
|
rev = "e1ef6be69cbafff868a45d2b20a6b2325f4baa26";
|
||||||
sha256 = "10z3xrkkj0140a8cbix7yrky7nsczjcdflnl7a8b0ywwq16jd3hp";
|
sha256 = "0acwlr4pr87jx0a83mq73dh9jwd4iwnv1rs6pd2mdbj4ix0avxyw";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/weirongxu/coc-explorer/";
|
meta.homepage = "https://github.com/weirongxu/coc-explorer/";
|
||||||
};
|
};
|
||||||
@ -435,138 +399,18 @@ let
|
|||||||
meta.homepage = "https://github.com/antoinemadec/coc-fzf/";
|
meta.homepage = "https://github.com/antoinemadec/coc-fzf/";
|
||||||
};
|
};
|
||||||
|
|
||||||
coc-git = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-git";
|
|
||||||
version = "2020-08-21";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-git";
|
|
||||||
rev = "5a768cd395fc94e0448c596fafaf5f78d15fb968";
|
|
||||||
sha256 = "019mb2v7ldyzjjh86kxyxrbrgyf9chgp0f0nkwk0fiwf2qi2141y";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-git/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-go = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-go";
|
|
||||||
version = "2020-08-25";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "josa42";
|
|
||||||
repo = "coc-go";
|
|
||||||
rev = "fbac3db20cc5e728b6f1c86bbb73414254c3dce3";
|
|
||||||
sha256 = "1d9izf0ypnpbwg15kz3fd62gzz6c5h5568ydc7h5hxh4zj5qfg5h";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/josa42/coc-go/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-highlight = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-highlight";
|
|
||||||
version = "2019-10-18";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-highlight";
|
|
||||||
rev = "b4e82ebd5fe855d004dd481e2ecf2fa88faed284";
|
|
||||||
sha256 = "06h64jq8cgj5hc19inidns046kkb76750179jsw7xv5zbp93ygap";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-highlight/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-html = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-html";
|
|
||||||
version = "2020-07-28";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-html";
|
|
||||||
rev = "36aaa65d5ee7d998727776739d03affcc26bbe5b";
|
|
||||||
sha256 = "07vb9jgy9bpq5k1gymr2ys8smafcrybf0nmpkfsq8scqxsydnnq9";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-html/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-imselect = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-imselect";
|
|
||||||
version = "2020-02-18";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-imselect";
|
|
||||||
rev = "01442d2fb7d344122e59755f59782a0e1bf7d294";
|
|
||||||
sha256 = "1vqx9yna66njdw1my15ac6djr3yvnb6das96nx12mpingnw85kky";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-imselect/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-java = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-java";
|
|
||||||
version = "2020-08-11";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-java";
|
|
||||||
rev = "aed8ccb10acf1863fb0fe622f21c3a0be18e362f";
|
|
||||||
sha256 = "1hrwj4x09gnqnwv43bxx9w2y3nrhqbjc3yl2q8ck22212s66wkpi";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-java/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-jest = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-jest";
|
|
||||||
version = "2020-05-27";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-jest";
|
|
||||||
rev = "431471caa9011868327fff0f9f7e0a944b7ca33b";
|
|
||||||
sha256 = "0vcri3kp8njsp4zgl74vc6ydhxq5spzx6pm798jh2lvrid2byvg9";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-jest/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-json = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-json";
|
|
||||||
version = "2020-05-12";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-json";
|
|
||||||
rev = "66b482dbc8008b9a111e6141aa2e63baa16fb2d4";
|
|
||||||
sha256 = "0ixqk417ba1yz7lnjkir5h9h8qm5jc9sh2190vmddxr8wgxhjhbb";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-json/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-lists = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-lists";
|
|
||||||
version = "2020-07-23";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-lists";
|
|
||||||
rev = "bf352d6befd23804897a08b50fa6edcea676a7b3";
|
|
||||||
sha256 = "0r8sbw4pgaay2zjh2rv1x926hs8jixznanc2dxjvicjnmgbg1nmn";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-lists/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-markdownlint = buildVimPluginFrom2Nix {
|
coc-markdownlint = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-markdownlint";
|
pname = "coc-markdownlint";
|
||||||
version = "2020-08-02";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fannheyward";
|
owner = "fannheyward";
|
||||||
repo = "coc-markdownlint";
|
repo = "coc-markdownlint";
|
||||||
rev = "a1d6162a898b1538eb061675a63251cbd4eb8470";
|
rev = "9e68427e138bcce5440fd29fd632081962f6c6e9";
|
||||||
sha256 = "0gmci9x7kppv14lr8x8fnmkq1rp5lm8x66904fy419jipnl96g6g";
|
sha256 = "064afqfjjx1ad26sgbypzivcpdx5n45wa5d93dbib4wrvkkqyslm";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/fannheyward/coc-markdownlint/";
|
meta.homepage = "https://github.com/fannheyward/coc-markdownlint/";
|
||||||
};
|
};
|
||||||
|
|
||||||
coc-metals = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-metals";
|
|
||||||
version = "2020-08-21";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "ckipp01";
|
|
||||||
repo = "coc-metals";
|
|
||||||
rev = "e2f5e3c2bc6a8226cea5a607585f6db554e15846";
|
|
||||||
sha256 = "0kp8q5ds9b64acmkc006664460lfcahly65bx5x95rvy0wy8z5b1";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/ckipp01/coc-metals/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-neco = buildVimPluginFrom2Nix {
|
coc-neco = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-neco";
|
pname = "coc-neco";
|
||||||
version = "2020-04-07";
|
version = "2020-04-07";
|
||||||
@ -579,114 +423,6 @@ let
|
|||||||
meta.homepage = "https://github.com/neoclide/coc-neco/";
|
meta.homepage = "https://github.com/neoclide/coc-neco/";
|
||||||
};
|
};
|
||||||
|
|
||||||
coc-pairs = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-pairs";
|
|
||||||
version = "2020-03-09";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-pairs";
|
|
||||||
rev = "79deeaabdc4f091c22f3dd67d439a0a336e8aa7e";
|
|
||||||
sha256 = "1w6p2dk7yj8ldxg1qxh9zpn9ypm6gn66gi0vbax33wf5c0dmp0v9";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-pairs/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-prettier = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-prettier";
|
|
||||||
version = "2020-07-23";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-prettier";
|
|
||||||
rev = "4857302b60bb0c9db20fa8db71b0eac4696c9254";
|
|
||||||
sha256 = "114yn1sc457jc9jp5hvw3k0dvm0i9bcn6v2dqvb9dgwskq78ca7f";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-prettier/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-python = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-python";
|
|
||||||
version = "2020-06-15";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-python";
|
|
||||||
rev = "241c6b39e6618279b619926269431ef45de87840";
|
|
||||||
sha256 = "1x3lrk4x7qhp9pg8x11k36pcgd5f45la4r77fq82jy307s5dny20";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-python/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-r-lsp = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-r-lsp";
|
|
||||||
version = "2019-12-07";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-r-lsp";
|
|
||||||
rev = "a1b97e36c601975a8d730b6965f25592b1ecd1e7";
|
|
||||||
sha256 = "04g1kbgm8p0asrsibmg4w6wj8i2xzwc70g7rkcs2bj3pakbkvws6";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-r-lsp/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-rls = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-rls";
|
|
||||||
version = "2020-08-11";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-rls";
|
|
||||||
rev = "49ed83bb6d6bc01142ba18774575987b12857aee";
|
|
||||||
sha256 = "05lbfl60ka9zx8s6ack92v3vk3zj47w1fscdfkdqafcaqizlgia1";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-rls/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-rust-analyzer = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-rust-analyzer";
|
|
||||||
version = "2020-08-31";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "fannheyward";
|
|
||||||
repo = "coc-rust-analyzer";
|
|
||||||
rev = "d66f9a5744477b317423d06463331df7b80a0a7f";
|
|
||||||
sha256 = "0vlbyjz09n0zvkbx1kks44mawn21xr24ry28z21zgcv6r0clh1xk";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/fannheyward/coc-rust-analyzer/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-smartf = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-smartf";
|
|
||||||
version = "2019-07-26";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-smartf";
|
|
||||||
rev = "d40714eab8e5fe26fac492ffd30e98cd1bfbdec5";
|
|
||||||
sha256 = "0kfrq5hk8zn24cl7fiy48nyvd30a2dva93c61079axkdg9912yd7";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-smartf/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-snippets = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-snippets";
|
|
||||||
version = "2020-06-10";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-snippets";
|
|
||||||
rev = "a36f36afe7094562756202d1bb88c1f80597393e";
|
|
||||||
sha256 = "117idj29gk8psj27zmwazanwxf4br08mlkcpnkxyw6blm5aibzpp";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-snippets/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-solargraph = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-solargraph";
|
|
||||||
version = "2020-08-16";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-solargraph";
|
|
||||||
rev = "e61385cc483768afc8d8c064b5c98baa474d0d9c";
|
|
||||||
sha256 = "1hiy12h85z8m6i4nc92jpi6z0zph8rpdmgb75czhy5y0cjwkn59q";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-solargraph/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-spell-checker = buildVimPluginFrom2Nix {
|
coc-spell-checker = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-spell-checker";
|
pname = "coc-spell-checker";
|
||||||
version = "2020-08-01";
|
version = "2020-08-01";
|
||||||
@ -699,78 +435,6 @@ let
|
|||||||
meta.homepage = "https://github.com/iamcco/coc-spell-checker/";
|
meta.homepage = "https://github.com/iamcco/coc-spell-checker/";
|
||||||
};
|
};
|
||||||
|
|
||||||
coc-stylelint = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-stylelint";
|
|
||||||
version = "2019-08-20";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-stylelint";
|
|
||||||
rev = "288a372261cbc23ae4a6e26b1621c6e3218d00ad";
|
|
||||||
sha256 = "1qir8diqnv1a78lzw9p3jsbni52gdg38rx1lj5i4iyff9282ir2x";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-stylelint/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-tabnine = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-tabnine";
|
|
||||||
version = "2020-01-06";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-tabnine";
|
|
||||||
rev = "442c829185ecab2268d1b9fd076c5286bbd39562";
|
|
||||||
sha256 = "0as4b33nnp7anqbxkkja8lp37y4a74b3507zyk3gmmna0my1ca3r";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-tabnine/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-tslint = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-tslint";
|
|
||||||
version = "2019-07-03";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-tslint";
|
|
||||||
rev = "6128761577806d7047fa05d1a527945490d6316c";
|
|
||||||
sha256 = "1vi4vrawknkd5wjyb0j143jbfis9vaanl219a7argirwjs057vpd";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-tslint/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-tslint-plugin = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-tslint-plugin";
|
|
||||||
version = "2019-07-18";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-tslint-plugin";
|
|
||||||
rev = "acc1356253a5088f630d9910b5fc13dc5d108bbc";
|
|
||||||
sha256 = "1cjgimqgd70x5zhw641z6g4hc54vrkg3r4sscg092gkrdpkq3969";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-tslint-plugin/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-tsserver = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-tsserver";
|
|
||||||
version = "2020-08-21";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-tsserver";
|
|
||||||
rev = "516f2bd75afee70bb8668aa2ecbc00ebfd5984a0";
|
|
||||||
sha256 = "1qdgm9w9d9n0aq5y77zlhxzjdilxky7n4ipl6y6gr2pirxw5idw5";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-tsserver/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-vetur = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-vetur";
|
|
||||||
version = "2020-08-22";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-vetur";
|
|
||||||
rev = "217251dd0fe87d951e630e8fa9d4cde84da0ec91";
|
|
||||||
sha256 = "13ni7j70pcz9w856hrgnbm0jsv7a22f1r42wnvif5lvhrcfw3y9d";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-vetur/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-vimlsp = buildVimPluginFrom2Nix {
|
coc-vimlsp = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-vimlsp";
|
pname = "coc-vimlsp";
|
||||||
version = "2020-08-01";
|
version = "2020-08-01";
|
||||||
@ -783,54 +447,6 @@ let
|
|||||||
meta.homepage = "https://github.com/iamcco/coc-vimlsp/";
|
meta.homepage = "https://github.com/iamcco/coc-vimlsp/";
|
||||||
};
|
};
|
||||||
|
|
||||||
coc-vimtex = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-vimtex";
|
|
||||||
version = "2020-07-22";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-vimtex";
|
|
||||||
rev = "4c88459c1ccf0c0e1935b73f216d974a3c89f4e5";
|
|
||||||
sha256 = "0gk38r8060linhbcsqfhv7bxggz4fqi4chsfpxf6b0rnmca851pa";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-vimtex/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-wxml = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-wxml";
|
|
||||||
version = "2019-06-20";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-wxml";
|
|
||||||
rev = "f02550939d33a0175c34186904c376bbae878e60";
|
|
||||||
sha256 = "1448019dzdy55j4plhzlnp2qkfzk0zkqqs7kn94ndn60hn1x889m";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-wxml/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-yaml = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-yaml";
|
|
||||||
version = "2020-08-21";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-yaml";
|
|
||||||
rev = "a453c70b2507d66e48a2d4e89f78cb5f340f140f";
|
|
||||||
sha256 = "0av0jv0g01cpkf5rsicniq7maa6c509bc3gs5piczf5za990nrsx";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-yaml/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-yank = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-yank";
|
|
||||||
version = "2020-06-02";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "neoclide";
|
|
||||||
repo = "coc-yank";
|
|
||||||
rev = "7983c28509a61a7eb014e178525845797f5779ed";
|
|
||||||
sha256 = "1mjdd1kqvc5hzygjs2gv8vrpr3wc2a9590cr6vq0pfllxbkyqjng";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/neoclide/coc-yank/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-nvim = buildVimPluginFrom2Nix {
|
coc-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-nvim";
|
pname = "coc-nvim";
|
||||||
version = "2020-08-26";
|
version = "2020-08-26";
|
||||||
@ -894,12 +510,12 @@ let
|
|||||||
|
|
||||||
completion-nvim = buildVimPluginFrom2Nix {
|
completion-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "completion-nvim";
|
pname = "completion-nvim";
|
||||||
version = "2020-08-29";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-lua";
|
owner = "nvim-lua";
|
||||||
repo = "completion-nvim";
|
repo = "completion-nvim";
|
||||||
rev = "ade764f6937721493cbfdc21b5b7e44ba71ee5cc";
|
rev = "3de0996f965a218573e2fa62379cce9ed5c8dbc3";
|
||||||
sha256 = "1abdgqpnljy17wfx3ixa73hyzhf3rixmnb2b8h8iyks3hgv9i36r";
|
sha256 = "0glai58hpwivfc67ndv588b4rsb27m40fblp8ydrf37w7cj787dz";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nvim-lua/completion-nvim/";
|
meta.homepage = "https://github.com/nvim-lua/completion-nvim/";
|
||||||
};
|
};
|
||||||
@ -990,12 +606,12 @@ let
|
|||||||
|
|
||||||
csv-vim = buildVimPluginFrom2Nix {
|
csv-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "csv-vim";
|
pname = "csv-vim";
|
||||||
version = "2020-07-11";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chrisbra";
|
owner = "chrisbra";
|
||||||
repo = "csv.vim";
|
repo = "csv.vim";
|
||||||
rev = "528766a549dc5022f3d89e84cbb80c7b911994f1";
|
rev = "e23f03632ad2544f0232b824dd5520fd0b58d235";
|
||||||
sha256 = "160h9b59znbb0i6c7lh132mn5bl4njazfqsadz3p995vb9yc0sa6";
|
sha256 = "12b127v6yxwik7q2wbyqag4082yzp44sm0x4xwnv55xhlz4w6xws";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/chrisbra/csv.vim/";
|
meta.homepage = "https://github.com/chrisbra/csv.vim/";
|
||||||
};
|
};
|
||||||
@ -1134,24 +750,24 @@ let
|
|||||||
|
|
||||||
denite-nvim = buildVimPluginFrom2Nix {
|
denite-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "denite-nvim";
|
pname = "denite-nvim";
|
||||||
version = "2020-08-03";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Shougo";
|
owner = "Shougo";
|
||||||
repo = "denite.nvim";
|
repo = "denite.nvim";
|
||||||
rev = "7df7851826a1e8417a9b242d4ce3bd09ae1c6298";
|
rev = "5fbc044e3e8ecf80c589d6e87859dcc4c005f2e5";
|
||||||
sha256 = "1rf5qir9ybk1l7bb63xkprssa8jpsiap26yn6k3xy2drfvbrlika";
|
sha256 = "0w8k8bylsh45314yg8g9hrrpkacfp3gixk8qba46lajzib298g63";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/Shougo/denite.nvim/";
|
meta.homepage = "https://github.com/Shougo/denite.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
deol-nvim = buildVimPluginFrom2Nix {
|
deol-nvim = buildVimPluginFrom2Nix {
|
||||||
pname = "deol-nvim";
|
pname = "deol-nvim";
|
||||||
version = "2020-07-11";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Shougo";
|
owner = "Shougo";
|
||||||
repo = "deol.nvim";
|
repo = "deol.nvim";
|
||||||
rev = "d620b34fe5035807ad680004812080edc0f2a794";
|
rev = "2c4d9117186a6cf86030d213ef2de60b5dbced19";
|
||||||
sha256 = "09s86h14nrscpn16xppyz8nnjchyfv91z2cx4p0a2m46hqx962jj";
|
sha256 = "1aka5zg7jihy1958xp4j2z3kdzmb2d4w5cbl95na4hik5rz4hyxj";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/Shougo/deol.nvim/";
|
meta.homepage = "https://github.com/Shougo/deol.nvim/";
|
||||||
};
|
};
|
||||||
@ -2880,12 +2496,12 @@ let
|
|||||||
|
|
||||||
nvim-lspconfig = buildVimPluginFrom2Nix {
|
nvim-lspconfig = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-lspconfig";
|
pname = "nvim-lspconfig";
|
||||||
version = "2020-08-30";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neovim";
|
owner = "neovim";
|
||||||
repo = "nvim-lspconfig";
|
repo = "nvim-lspconfig";
|
||||||
rev = "b7b311e22a0b071dfb43aa6a9ccc0ed92e5eab3d";
|
rev = "419fa4006e7c15cbc2f81f5110952de562494cd4";
|
||||||
sha256 = "1q9z5hryjm6j2bb6iy57bwadm45m402k2bq1w0dkn1bgsnfkbsg3";
|
sha256 = "1snkk214j49wyar98jx65bkkzaj5fnq8d8d8dfnz81ymx3dv6pqv";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
|
meta.homepage = "https://github.com/neovim/nvim-lspconfig/";
|
||||||
};
|
};
|
||||||
@ -2904,12 +2520,12 @@ let
|
|||||||
|
|
||||||
nvim-treesitter = buildVimPluginFrom2Nix {
|
nvim-treesitter = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2020-08-31";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "5948aba886e8aad26043402684cf85c307813c4d";
|
rev = "36f3e036e5b244af01947339da92430c4761e57e";
|
||||||
sha256 = "1x9pmxwm3lh5w7d22danp8r8g5hycxl1w8q8d1milx882qsjwnqa";
|
sha256 = "0nymrwc129mxgsw9ziw616zpn2q9a83cnlwkvbjpv3c78im8jnka";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
|
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
|
||||||
};
|
};
|
||||||
@ -3661,12 +3277,12 @@ let
|
|||||||
|
|
||||||
tagbar = buildVimPluginFrom2Nix {
|
tagbar = buildVimPluginFrom2Nix {
|
||||||
pname = "tagbar";
|
pname = "tagbar";
|
||||||
version = "2020-08-29";
|
version = "2020-09-01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "majutsushi";
|
owner = "majutsushi";
|
||||||
repo = "tagbar";
|
repo = "tagbar";
|
||||||
rev = "e5c864738db6135a27b6373585d6f4987ffdddb5";
|
rev = "e1c2c98922ef922070e055a4a55f5b17659a69d8";
|
||||||
sha256 = "0zqmh4lrlb8v1l17789dbl2rj9i0ywcjdpjxzpikiajnsd8q4yl6";
|
sha256 = "1dirz26hf66g4hichfni95mga1mwk1dmq2jyrlj9f3ph428ps61a";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/majutsushi/tagbar/";
|
meta.homepage = "https://github.com/majutsushi/tagbar/";
|
||||||
};
|
};
|
||||||
@ -4406,12 +4022,12 @@ let
|
|||||||
|
|
||||||
vim-clap = buildVimPluginFrom2Nix {
|
vim-clap = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-clap";
|
pname = "vim-clap";
|
||||||
version = "2020-08-31";
|
version = "2020-09-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "liuchengxu";
|
owner = "liuchengxu";
|
||||||
repo = "vim-clap";
|
repo = "vim-clap";
|
||||||
rev = "3850f5aebffeddf3f1a9dfcd8430e8d0b1413480";
|
rev = "973ebcf5411eea777450673b0b3f132beb5004d7";
|
||||||
sha256 = "1ivrsiqid4g89vb0kz3mdmlmar4m5irbnqb5j2lnaxbr7dfl7w3c";
|
sha256 = "1fdlfx5lw1lkw3ikwap8h8sr2f8g43j87r2vl9y4w0rph240rj1v";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/liuchengxu/vim-clap/";
|
meta.homepage = "https://github.com/liuchengxu/vim-clap/";
|
||||||
};
|
};
|
||||||
@ -4694,12 +4310,12 @@ let
|
|||||||
|
|
||||||
vim-dirvish = buildVimPluginFrom2Nix {
|
vim-dirvish = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-dirvish";
|
pname = "vim-dirvish";
|
||||||
version = "2020-08-31";
|
version = "2020-09-01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "justinmk";
|
owner = "justinmk";
|
||||||
repo = "vim-dirvish";
|
repo = "vim-dirvish";
|
||||||
rev = "b136fd27a0afaee8306655eca7ac19d0e780faa3";
|
rev = "4bc6add29683230dd79a53b2ae8c770fa548a708";
|
||||||
sha256 = "0b6cjxjzkqsrip8b8glwgjam17hjrpk21pgyikfhdrv2cxqvil9z";
|
sha256 = "1vz5fbq5aqlqh6sg6flg8lcds50vy8nck21jpppvhxq7acjn5630";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/justinmk/vim-dirvish/";
|
meta.homepage = "https://github.com/justinmk/vim-dirvish/";
|
||||||
};
|
};
|
||||||
@ -4970,24 +4586,24 @@ let
|
|||||||
|
|
||||||
vim-floaterm = buildVimPluginFrom2Nix {
|
vim-floaterm = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-floaterm";
|
pname = "vim-floaterm";
|
||||||
version = "2020-08-31";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "voldikss";
|
owner = "voldikss";
|
||||||
repo = "vim-floaterm";
|
repo = "vim-floaterm";
|
||||||
rev = "ff4c8b634676e67bf089e936c9afb1d308d594dc";
|
rev = "95eb7818f70339a29b7d655fc834ba12ccc2922c";
|
||||||
sha256 = "1vj0qvbxsp6r4g8v2xwpgmswy54l4lvphzmmvkxp58cpwj7cc10w";
|
sha256 = "18yv4y3p8hlyrhadd2nc464cb9hql89mrpvvcdh4sxqn4qn8pmmk";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/voldikss/vim-floaterm/";
|
meta.homepage = "https://github.com/voldikss/vim-floaterm/";
|
||||||
};
|
};
|
||||||
|
|
||||||
vim-flutter = buildVimPluginFrom2Nix {
|
vim-flutter = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-flutter";
|
pname = "vim-flutter";
|
||||||
version = "2020-07-08";
|
version = "2020-09-03";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "thosakwe";
|
owner = "thosakwe";
|
||||||
repo = "vim-flutter";
|
repo = "vim-flutter";
|
||||||
rev = "359052369690541a9ede6e897fde4dca867a5109";
|
rev = "a5ad99680b4c40cfa7477684e50d6c5b36d17601";
|
||||||
sha256 = "1303dskqbg1c5n3hczzw7x3gn5kl7hlfha824klwlkx91ga2jhck";
|
sha256 = "1zf12nh2sdrh6by3mb2zzhy8dd9xlmj3fa9jykzqa1gvqgp8lg5m";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/thosakwe/vim-flutter/";
|
meta.homepage = "https://github.com/thosakwe/vim-flutter/";
|
||||||
};
|
};
|
||||||
@ -5294,12 +4910,12 @@ let
|
|||||||
|
|
||||||
vim-html-template-literals = buildVimPluginFrom2Nix {
|
vim-html-template-literals = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-html-template-literals";
|
pname = "vim-html-template-literals";
|
||||||
version = "2020-05-17";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jonsmithers";
|
owner = "jonsmithers";
|
||||||
repo = "vim-html-template-literals";
|
repo = "vim-html-template-literals";
|
||||||
rev = "0959db06cd74408935a589fb59ec63af91a1557b";
|
rev = "602dba70bdcfc2e280e0c0503e74a8a92519db49";
|
||||||
sha256 = "0vq0y9adx2023p0nqv020921r474216msrkm0lkb5v776xm4mks2";
|
sha256 = "0x0sbmcig3r058sg78bfj8dv0lwlgdcwvw9kxviynyhk2qkg9zl9";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/jonsmithers/vim-html-template-literals/";
|
meta.homepage = "https://github.com/jonsmithers/vim-html-template-literals/";
|
||||||
};
|
};
|
||||||
@ -5715,12 +5331,12 @@ let
|
|||||||
|
|
||||||
vim-lsp = buildVimPluginFrom2Nix {
|
vim-lsp = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-lsp";
|
pname = "vim-lsp";
|
||||||
version = "2020-08-31";
|
version = "2020-09-01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "prabirshrestha";
|
owner = "prabirshrestha";
|
||||||
repo = "vim-lsp";
|
repo = "vim-lsp";
|
||||||
rev = "1230ae8fa3d7004e6c3d74c1a5aa6c17acaf9f74";
|
rev = "a8dd16f59a1f56ee40d0d403a722b6d556fa04e9";
|
||||||
sha256 = "1q08h0in1x4hhhvpjx379qw07ghinrxizzvr8f7xxsgg9lpdjxji";
|
sha256 = "1m08v4b0l88ly5jhklr4hx642gdypz315x9yhsni9bnxi9dhhkaa";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/prabirshrestha/vim-lsp/";
|
meta.homepage = "https://github.com/prabirshrestha/vim-lsp/";
|
||||||
};
|
};
|
||||||
@ -5835,12 +5451,12 @@ let
|
|||||||
|
|
||||||
vim-monokai = buildVimPluginFrom2Nix {
|
vim-monokai = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-monokai";
|
pname = "vim-monokai";
|
||||||
version = "2020-08-30";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crusoexia";
|
owner = "crusoexia";
|
||||||
repo = "vim-monokai";
|
repo = "vim-monokai";
|
||||||
rev = "e0714a6e21dfba55b1af202d09f8f50d27b00e85";
|
rev = "77231afb915b32e1530f48e96a64db5cd0948487";
|
||||||
sha256 = "0q1sxla2s381yjsyjjcd77pp4s98s0579mpr4iln59z60ysayc95";
|
sha256 = "1hb8kqn70vi17mf2wiliqrkyp1n9zc53020kaw961vqvnk5mqsvg";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/crusoexia/vim-monokai/";
|
meta.homepage = "https://github.com/crusoexia/vim-monokai/";
|
||||||
};
|
};
|
||||||
@ -6243,12 +5859,12 @@ let
|
|||||||
|
|
||||||
vim-polyglot = buildVimPluginFrom2Nix {
|
vim-polyglot = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-polyglot";
|
pname = "vim-polyglot";
|
||||||
version = "2020-08-29";
|
version = "2020-09-01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sheerun";
|
owner = "sheerun";
|
||||||
repo = "vim-polyglot";
|
repo = "vim-polyglot";
|
||||||
rev = "d4fcef1aa835f20f4f9df41eceb406b66f446f70";
|
rev = "63119f09d1390b61155cc0dc3ff497356d2fc7e5";
|
||||||
sha256 = "1jn0581k1xcsvl0nz0q3qbz2k4cpzn9bjw77fn86xx3v9pg55szh";
|
sha256 = "0b04la1i0sawkwbwhb708jzdqflpdxavbf2s0dw8ys65z79z8qzn";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/sheerun/vim-polyglot/";
|
meta.homepage = "https://github.com/sheerun/vim-polyglot/";
|
||||||
};
|
};
|
||||||
@ -6687,12 +6303,12 @@ let
|
|||||||
|
|
||||||
vim-sneak = buildVimPluginFrom2Nix {
|
vim-sneak = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-sneak";
|
pname = "vim-sneak";
|
||||||
version = "2020-08-30";
|
version = "2020-09-01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "justinmk";
|
owner = "justinmk";
|
||||||
repo = "vim-sneak";
|
repo = "vim-sneak";
|
||||||
rev = "7d82982e3858a6a514525acbba8bf2dff7da6c64";
|
rev = "65e5e4668371152c6ef7a6269c6a6b960cef21b4";
|
||||||
sha256 = "124iqc9vdaa4ms03v20d9np95dizbp23gs3680dws1gjskq9z2pv";
|
sha256 = "0bfibshqqa17n9vbdd2g8kalnc78v1ag3hzws9pdacrcsxhsh0ry";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/justinmk/vim-sneak/";
|
meta.homepage = "https://github.com/justinmk/vim-sneak/";
|
||||||
};
|
};
|
||||||
@ -6928,12 +6544,12 @@ let
|
|||||||
|
|
||||||
vim-test = buildVimPluginFrom2Nix {
|
vim-test = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-test";
|
pname = "vim-test";
|
||||||
version = "2020-08-31";
|
version = "2020-09-01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vim-test";
|
owner = "vim-test";
|
||||||
repo = "vim-test";
|
repo = "vim-test";
|
||||||
rev = "d1b82e939135bbfc928d2fe54382631f20c6cbb3";
|
rev = "795f16430c568fc13266be9239bf70f19b8ae50f";
|
||||||
sha256 = "1avlh0srwi0xyawp24s1s2hlzs1pj83d5wsn5ha8y9hd96byaxja";
|
sha256 = "06j24di1r2p1qpiy86h75ghfsf0lqkfllf7kf64gjas89gbc9i89";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/vim-test/vim-test/";
|
meta.homepage = "https://github.com/vim-test/vim-test/";
|
||||||
};
|
};
|
||||||
@ -7216,12 +6832,12 @@ let
|
|||||||
|
|
||||||
vim-vsnip = buildVimPluginFrom2Nix {
|
vim-vsnip = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-vsnip";
|
pname = "vim-vsnip";
|
||||||
version = "2020-08-31";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hrsh7th";
|
owner = "hrsh7th";
|
||||||
repo = "vim-vsnip";
|
repo = "vim-vsnip";
|
||||||
rev = "7bdd786c0ffe1f0876eabcd70daa15f82dc07af9";
|
rev = "b4ea93fbcb578250da97722ca825a73a66c3d5c8";
|
||||||
sha256 = "1bab231y2fcdnpi3fi3as79m2cx28d2drpy5iv77h5q1xgpz2jak";
|
sha256 = "0zgy4q2b5fywqiv2chz3fly4liy8br2mdj1kf4m43b6pil77qpbi";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/hrsh7th/vim-vsnip/";
|
meta.homepage = "https://github.com/hrsh7th/vim-vsnip/";
|
||||||
};
|
};
|
||||||
@ -7468,12 +7084,12 @@ let
|
|||||||
|
|
||||||
vimspector = buildVimPluginFrom2Nix {
|
vimspector = buildVimPluginFrom2Nix {
|
||||||
pname = "vimspector";
|
pname = "vimspector";
|
||||||
version = "2020-08-29";
|
version = "2020-09-01";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "puremourning";
|
owner = "puremourning";
|
||||||
repo = "vimspector";
|
repo = "vimspector";
|
||||||
rev = "e634982d78573cf0d678b2981b9ac59cd99126cb";
|
rev = "e81be848a112350656e7c273777185c3c1a88e3e";
|
||||||
sha256 = "09ifckx1rks7qdj6zq7vqw3acfx6bxqa6ylsls1rnckn0fnn6li4";
|
sha256 = "07xfkvhanwi7x5kyw0wzgia33wrxi8xpxxf546xkd06bz0j6kqv4";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/puremourning/vimspector/";
|
meta.homepage = "https://github.com/puremourning/vimspector/";
|
||||||
@ -7481,12 +7097,12 @@ let
|
|||||||
|
|
||||||
vimtex = buildVimPluginFrom2Nix {
|
vimtex = buildVimPluginFrom2Nix {
|
||||||
pname = "vimtex";
|
pname = "vimtex";
|
||||||
version = "2020-08-30";
|
version = "2020-09-02";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lervag";
|
owner = "lervag";
|
||||||
repo = "vimtex";
|
repo = "vimtex";
|
||||||
rev = "5ff0ed043eefba26f93883759204e86d25323253";
|
rev = "ec219646136de3040356b00d0dc74520950bd761";
|
||||||
sha256 = "0nhxcfkr9f1svjki8m85if8acanw06ki1gax8x47sr43xns1i92r";
|
sha256 = "1329cg02mxplflfpww69avn71pz0sj1ihl3qkwmz9b90whglczmr";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/lervag/vimtex/";
|
meta.homepage = "https://github.com/lervag/vimtex/";
|
||||||
};
|
};
|
||||||
@ -7699,12 +7315,12 @@ let
|
|||||||
|
|
||||||
zenburn = buildVimPluginFrom2Nix {
|
zenburn = buildVimPluginFrom2Nix {
|
||||||
pname = "zenburn";
|
pname = "zenburn";
|
||||||
version = "2020-08-30";
|
version = "2020-08-31";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jnurmine";
|
owner = "jnurmine";
|
||||||
repo = "zenburn";
|
repo = "zenburn";
|
||||||
rev = "94b8319a881b0d2dfe738bae23dbc2129f0e78db";
|
rev = "e1f66dd35ec86ee0aec0b9ef1818f97023f914c4";
|
||||||
sha256 = "1js7zadw2y2gml3h1z5nqsjw8jafhgw4f2ajplr5nvai8j89j983";
|
sha256 = "10aizq0xvln917i9jji6fxdxdgfbvcvd041z6qq2m23h5xs232w8";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/jnurmine/zenburn/";
|
meta.homepage = "https://github.com/jnurmine/zenburn/";
|
||||||
};
|
};
|
||||||
|
@ -14,9 +14,6 @@
|
|||||||
, nodePackages
|
, nodePackages
|
||||||
, dasht
|
, dasht
|
||||||
|
|
||||||
# coc-go dependency
|
|
||||||
, go
|
|
||||||
|
|
||||||
# deoplete-khard dependency
|
# deoplete-khard dependency
|
||||||
, khard
|
, khard
|
||||||
|
|
||||||
@ -125,199 +122,6 @@ self: super: {
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
coc-go = super.coc-go.overrideAttrs(old: {
|
|
||||||
preFixup = ''
|
|
||||||
substituteInPlace "$out"/share/vim-plugins/coc-go/src/utils/tools.ts \
|
|
||||||
--replace 'const cmd = `GOPATH=''${gopath}; go ''${args}`' 'const cmd = `GOPATH=''${gopath}; ${go}/bin/go ''${args}`'
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
coc-css = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-css";
|
|
||||||
version = nodePackages.coc-css.version;
|
|
||||||
src = "${nodePackages.coc-css}/lib/node_modules/coc-css";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-emmet = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-emmet";
|
|
||||||
version = nodePackages.coc-emmet.version;
|
|
||||||
src = "${nodePackages.coc-emmet}/lib/node_modules/coc-emmet";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-eslint = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-eslint";
|
|
||||||
version = nodePackages.coc-eslint.version;
|
|
||||||
src = "${nodePackages.coc-eslint}/lib/node_modules/coc-eslint";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-git = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-git";
|
|
||||||
version = nodePackages.coc-git.version;
|
|
||||||
src = "${nodePackages.coc-git}/lib/node_modules/coc-git";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-highlight = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-highlight";
|
|
||||||
version = nodePackages.coc-highlight.version;
|
|
||||||
src = "${nodePackages.coc-highlight}/lib/node_modules/coc-highlight";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-html = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-html";
|
|
||||||
version = nodePackages.coc-html.version;
|
|
||||||
src = "${nodePackages.coc-html}/lib/node_modules/coc-html";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-imselect = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-imselect";
|
|
||||||
version = nodePackages.coc-imselect.version;
|
|
||||||
src = "${nodePackages.coc-imselect}/lib/node_modules/coc-imselect";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-java = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-java";
|
|
||||||
version = nodePackages.coc-java.version;
|
|
||||||
src = "${nodePackages.coc-java}/lib/node_modules/coc-java";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-jest = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-jest";
|
|
||||||
version = nodePackages.coc-jest.version;
|
|
||||||
src = "${nodePackages.coc-jest}/lib/node_modules/coc-jest";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-json = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-json";
|
|
||||||
version = nodePackages.coc-json.version;
|
|
||||||
src = "${nodePackages.coc-json}/lib/node_modules/coc-json";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-lists = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-lists";
|
|
||||||
version = nodePackages.coc-lists.version;
|
|
||||||
src = "${nodePackages.coc-lists}/lib/node_modules/coc-lists";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-metals = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-metals";
|
|
||||||
version = nodePackages.coc-metals.version;
|
|
||||||
src = "${nodePackages.coc-metals}/lib/node_modules/coc-metals";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-pairs = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-pairs";
|
|
||||||
version = nodePackages.coc-pairs.version;
|
|
||||||
src = "${nodePackages.coc-pairs}/lib/node_modules/coc-pairs";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-prettier = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-prettier";
|
|
||||||
version = nodePackages.coc-prettier.version;
|
|
||||||
src = "${nodePackages.coc-prettier}/lib/node_modules/coc-prettier";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-python = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-python";
|
|
||||||
version = nodePackages.coc-python.version;
|
|
||||||
src = "${nodePackages.coc-python}/lib/node_modules/coc-python";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-r-lsp = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-r-lsp";
|
|
||||||
version = nodePackages.coc-r-lsp.version;
|
|
||||||
src = "${nodePackages.coc-r-lsp}/lib/node_modules/coc-r-lsp";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-rls = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-rls";
|
|
||||||
version = nodePackages.coc-rls.version;
|
|
||||||
src = "${nodePackages.coc-rls}/lib/node_modules/coc-rls";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-rust-analyzer = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-rust-analyzer";
|
|
||||||
version = nodePackages.coc-rust-analyzer.version;
|
|
||||||
src = "${nodePackages.coc-rust-analyzer}/lib/node_modules/coc-rust-analyzer";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-smartf = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-smartf";
|
|
||||||
version = nodePackages.coc-smartf.version;
|
|
||||||
src = "${nodePackages.coc-smartf}/lib/node_modules/coc-smartf";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-snippets = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-snippets";
|
|
||||||
version = nodePackages.coc-snippets.version;
|
|
||||||
src = "${nodePackages.coc-snippets}/lib/node_modules/coc-snippets";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-solargraph = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-solargraph";
|
|
||||||
version = nodePackages.coc-solargraph.version;
|
|
||||||
src = "${nodePackages.coc-solargraph}/lib/node_modules/coc-solargraph";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-stylelint = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-stylelint";
|
|
||||||
version = nodePackages.coc-stylelint.version;
|
|
||||||
src = "${nodePackages.coc-stylelint}/lib/node_modules/coc-stylelint";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-tabnine = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-tabnine";
|
|
||||||
version = nodePackages.coc-tabnine.version;
|
|
||||||
src = "${nodePackages.coc-tabnine}/lib/node_modules/coc-tabnine";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-tslint = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-tslint";
|
|
||||||
version = nodePackages.coc-tslint.version;
|
|
||||||
src = "${nodePackages.coc-tslint}/lib/node_modules/coc-tslint";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-tslint-plugin = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-tslint-plugin";
|
|
||||||
version = nodePackages.coc-tslint-plugin.version;
|
|
||||||
src = "${nodePackages.coc-tslint-plugin}/lib/node_modules/coc-tslint-plugin";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-tsserver = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-tsserver";
|
|
||||||
version = nodePackages.coc-tsserver.version;
|
|
||||||
src = "${nodePackages.coc-tsserver}/lib/node_modules/coc-tsserver";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-vetur = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-vetur";
|
|
||||||
version = nodePackages.coc-vetur.version;
|
|
||||||
src = "${nodePackages.coc-vetur}/lib/node_modules/coc-vetur";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-vimtex = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-vimtex";
|
|
||||||
version = nodePackages.coc-vimtex.version;
|
|
||||||
src = "${nodePackages.coc-vimtex}/lib/node_modules/coc-vimtex";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-wxml = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-wxml";
|
|
||||||
version = nodePackages.coc-wxml.version;
|
|
||||||
src = "${nodePackages.coc-wxml}/lib/node_modules/coc-wxml";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-yaml = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-yaml";
|
|
||||||
version = nodePackages.coc-yaml.version;
|
|
||||||
src = "${nodePackages.coc-yaml}/lib/node_modules/coc-yaml";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-yank = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-yank";
|
|
||||||
version = nodePackages.coc-yank.version;
|
|
||||||
src = "${nodePackages.coc-yank}/lib/node_modules/coc-yank";
|
|
||||||
};
|
|
||||||
|
|
||||||
command-t = super.command-t.overrideAttrs(old: {
|
command-t = super.command-t.overrideAttrs(old: {
|
||||||
buildInputs = [ ruby rake ];
|
buildInputs = [ ruby rake ];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@ -791,4 +595,47 @@ self: super: {
|
|||||||
ln -s ${maple-bin}/bin/maple $target/bin/maple
|
ln -s ${maple-bin}/bin/maple $target/bin/maple
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
}
|
} // (
|
||||||
|
let
|
||||||
|
nodePackageNames = [
|
||||||
|
"coc-go"
|
||||||
|
"coc-css"
|
||||||
|
"coc-emmet"
|
||||||
|
"coc-eslint"
|
||||||
|
"coc-git"
|
||||||
|
"coc-highlight"
|
||||||
|
"coc-html"
|
||||||
|
"coc-imselect"
|
||||||
|
"coc-java"
|
||||||
|
"coc-jest"
|
||||||
|
"coc-json"
|
||||||
|
"coc-lists"
|
||||||
|
"coc-metals"
|
||||||
|
"coc-pairs"
|
||||||
|
"coc-prettier"
|
||||||
|
"coc-python"
|
||||||
|
"coc-r-lsp"
|
||||||
|
"coc-rls"
|
||||||
|
"coc-rust-analyzer"
|
||||||
|
"coc-smartf"
|
||||||
|
"coc-snippets"
|
||||||
|
"coc-solargraph"
|
||||||
|
"coc-stylelint"
|
||||||
|
"coc-tabnine"
|
||||||
|
"coc-tslint"
|
||||||
|
"coc-tslint-plugin"
|
||||||
|
"coc-tsserver"
|
||||||
|
"coc-vetur"
|
||||||
|
"coc-vimtex"
|
||||||
|
"coc-wxml"
|
||||||
|
"coc-yaml"
|
||||||
|
"coc-yank"
|
||||||
|
];
|
||||||
|
nodePackage2VimPackage = name: buildVimPluginFrom2Nix {
|
||||||
|
pname = name;
|
||||||
|
inherit (nodePackages.${name}) version;
|
||||||
|
src = "${nodePackages.${name}}/lib/node_modules/${name}";
|
||||||
|
};
|
||||||
|
in
|
||||||
|
lib.genAttrs nodePackageNames nodePackage2VimPackage
|
||||||
|
)
|
||||||
|
@ -54,7 +54,6 @@ chriskempson/base16-vim
|
|||||||
christoomey/vim-sort-motion
|
christoomey/vim-sort-motion
|
||||||
christoomey/vim-tmux-navigator
|
christoomey/vim-tmux-navigator
|
||||||
ckarnell/antonys-macro-repeater
|
ckarnell/antonys-macro-repeater
|
||||||
ckipp01/coc-metals
|
|
||||||
cloudhead/neovim-fuzzy
|
cloudhead/neovim-fuzzy
|
||||||
CoatiSoftware/vim-sourcetrail
|
CoatiSoftware/vim-sourcetrail
|
||||||
cocopon/iceberg.vim
|
cocopon/iceberg.vim
|
||||||
@ -103,7 +102,6 @@ ensime/ensime-vim
|
|||||||
ervandew/supertab
|
ervandew/supertab
|
||||||
esneider/YUNOcommit.vim
|
esneider/YUNOcommit.vim
|
||||||
fannheyward/coc-markdownlint
|
fannheyward/coc-markdownlint
|
||||||
fannheyward/coc-rust-analyzer
|
|
||||||
farmergreg/vim-lastplace
|
farmergreg/vim-lastplace
|
||||||
fatih/vim-go
|
fatih/vim-go
|
||||||
fcpg/vim-osc52
|
fcpg/vim-osc52
|
||||||
@ -190,7 +188,6 @@ jnurmine/zenburn
|
|||||||
jonbri/vim-colorstepper
|
jonbri/vim-colorstepper
|
||||||
jonsmithers/vim-html-template-literals
|
jonsmithers/vim-html-template-literals
|
||||||
joonty/vim-xdebug
|
joonty/vim-xdebug
|
||||||
josa42/coc-go
|
|
||||||
joshdick/onedark.vim
|
joshdick/onedark.vim
|
||||||
jpalardy/vim-slime
|
jpalardy/vim-slime
|
||||||
jparise/vim-graphql
|
jparise/vim-graphql
|
||||||
@ -348,37 +345,8 @@ ncm2/ncm2-tmux
|
|||||||
ncm2/ncm2-ultisnips
|
ncm2/ncm2-ultisnips
|
||||||
ncm2/ncm2-vim
|
ncm2/ncm2-vim
|
||||||
ndmitchell/ghcid
|
ndmitchell/ghcid
|
||||||
neoclide/coc-css
|
|
||||||
neoclide/coc-denite
|
neoclide/coc-denite
|
||||||
neoclide/coc-emmet
|
|
||||||
neoclide/coc-eslint
|
|
||||||
neoclide/coc-git
|
|
||||||
neoclide/coc-highlight
|
|
||||||
neoclide/coc-html
|
|
||||||
neoclide/coc-imselect
|
|
||||||
neoclide/coc-java
|
|
||||||
neoclide/coc-jest
|
|
||||||
neoclide/coc-json
|
|
||||||
neoclide/coc-lists
|
|
||||||
neoclide/coc-neco
|
neoclide/coc-neco
|
||||||
neoclide/coc-pairs
|
|
||||||
neoclide/coc-prettier
|
|
||||||
neoclide/coc-python
|
|
||||||
neoclide/coc-r-lsp
|
|
||||||
neoclide/coc-rls
|
|
||||||
neoclide/coc-smartf
|
|
||||||
neoclide/coc-snippets
|
|
||||||
neoclide/coc-solargraph
|
|
||||||
neoclide/coc-stylelint
|
|
||||||
neoclide/coc-tabnine
|
|
||||||
neoclide/coc-tslint
|
|
||||||
neoclide/coc-tslint-plugin
|
|
||||||
neoclide/coc-tsserver
|
|
||||||
neoclide/coc-vetur
|
|
||||||
neoclide/coc-vimtex
|
|
||||||
neoclide/coc-wxml
|
|
||||||
neoclide/coc-yaml
|
|
||||||
neoclide/coc-yank
|
|
||||||
neoclide/coc.nvim@release
|
neoclide/coc.nvim@release
|
||||||
neoclide/denite-extra
|
neoclide/denite-extra
|
||||||
neoclide/denite-git
|
neoclide/denite-git
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, pkgconfig
|
, pkg-config
|
||||||
, pcre
|
, pcre
|
||||||
, tinyxml
|
, tinyxml
|
||||||
, libusb1
|
, libusb1
|
||||||
@ -12,7 +12,6 @@
|
|||||||
, gst_all_1
|
, gst_all_1
|
||||||
, libwebcam
|
, libwebcam
|
||||||
, libunwind
|
, libunwind
|
||||||
, gstreamer
|
|
||||||
, elfutils
|
, elfutils
|
||||||
, orc
|
, orc
|
||||||
, python3
|
, python3
|
||||||
@ -32,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
pkgconfig
|
pkg-config
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -46,54 +45,37 @@ stdenv.mkDerivation rec {
|
|||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
libwebcam
|
libwebcam
|
||||||
libunwind
|
libunwind
|
||||||
gstreamer
|
|
||||||
elfutils
|
elfutils
|
||||||
orc
|
orc
|
||||||
python3
|
python3
|
||||||
libuuid
|
libuuid
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DBUILD_ARAVIS=OFF" # For GigE support. Won't need it as our camera is usb.
|
"-DBUILD_ARAVIS=OFF" # For GigE support. Won't need it as our camera is usb.
|
||||||
"-DBUILD_GST_1_0=ON"
|
"-DBUILD_GST_1_0=ON"
|
||||||
"-DBUILD_TOOLS=ON"
|
"-DBUILD_TOOLS=ON"
|
||||||
"-DBUILD_V4L2=ON"
|
"-DBUILD_V4L2=ON"
|
||||||
"-DBUILD_LIBUSB=ON"
|
"-DBUILD_LIBUSB=ON"
|
||||||
|
"-DTCAM_INSTALL_UDEV=${placeholder "out"}/lib/udev/rules.d"
|
||||||
|
"-DTCAM_INSTALL_UVCDYNCTRL=${placeholder "out"}/share/uvcdynctrl/data/199e"
|
||||||
|
"-DTCAM_INSTALL_GST_1_0=${placeholder "out"}/lib/gstreamer-1.0"
|
||||||
|
"-DTCAM_INSTALL_GIR=${placeholder "out"}/share/gir-1.0"
|
||||||
|
"-DTCAM_INSTALL_TYPELIB=${placeholder "out"}/lib/girepository-1.0"
|
||||||
|
"-DTCAM_INSTALL_SYSTEMD=${placeholder "out"}/etc/systemd/system"
|
||||||
|
# There are gobject introspection commands launched as part of the build. Those have a runtime
|
||||||
|
# dependency on `libtcam` (which itself is built as part of this build). In order to allow
|
||||||
|
# that, we set the dynamic linker's path to point on the build time location of the library.
|
||||||
|
"-DCMAKE_SKIP_BUILD_RPATH=OFF"
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace ./data/udev/80-theimagingsource-cameras.rules.in \
|
|
||||||
--replace "/usr/bin/uvcdynctrl" "${libwebcam}/bin/uvcdynctrl" \
|
|
||||||
--replace "/path/to/tiscamera/uvc-extensions" "$out/share/uvcdynctrl/data/199e"
|
|
||||||
|
|
||||||
substituteInPlace ./src/BackendLoader.cpp \
|
substituteInPlace ./src/BackendLoader.cpp \
|
||||||
--replace '"libtcam-v4l2.so"' "\"$out/lib/tcam-0/libtcam-v4l2.so\"" \
|
--replace '"libtcam-v4l2.so"' "\"$out/lib/tcam-0/libtcam-v4l2.so\"" \
|
||||||
--replace '"libtcam-aravis.so"' "\"$out/lib/tcam-0/libtcam-aravis.so\"" \
|
--replace '"libtcam-aravis.so"' "\"$out/lib/tcam-0/libtcam-aravis.so\"" \
|
||||||
--replace '"libtcam-libusb.so"' "\"$out/lib/tcam-0/libtcam-libusb.so\""
|
--replace '"libtcam-libusb.so"' "\"$out/lib/tcam-0/libtcam-libusb.so\""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
cmakeFlagsArray=(
|
|
||||||
$cmakeFlagsArray
|
|
||||||
"-DCMAKE_INSTALL_PREFIX=$out"
|
|
||||||
"-DTCAM_INSTALL_UDEV=$out/lib/udev/rules.d"
|
|
||||||
"-DTCAM_INSTALL_UVCDYNCTRL=$out/share/uvcdynctrl/data/199e"
|
|
||||||
"-DTCAM_INSTALL_GST_1_0=$out/lib/gstreamer-1.0"
|
|
||||||
"-DTCAM_INSTALL_GIR=$out/share/gir-1.0"
|
|
||||||
"-DTCAM_INSTALL_TYPELIB=$out/lib/girepository-1.0"
|
|
||||||
"-DTCAM_INSTALL_SYSTEMD=$out/etc/systemd/system"
|
|
||||||
)
|
|
||||||
'';
|
|
||||||
|
|
||||||
|
|
||||||
# There are gobject introspection commands launched as part of the build. Those have a runtime
|
|
||||||
# dependency on `libtcam` (which itself is built as part of this build). In order to allow
|
|
||||||
# that, we set the dynamic linker's path to point on the build time location of the library.
|
|
||||||
preBuild = ''
|
|
||||||
export LD_LIBRARY_PATH=$PWD/src''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The Linux sources and UVC firmwares for The Imaging Source cameras";
|
description = "The Linux sources and UVC firmwares for The Imaging Source cameras";
|
||||||
homepage = "https://github.com/TheImagingSource/tiscamera";
|
homepage = "https://github.com/TheImagingSource/tiscamera";
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zenmonitor";
|
pname = "zenmonitor";
|
||||||
version = "1.4.1";
|
version = "1.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocerman";
|
owner = "ocerman";
|
||||||
repo = "zenmonitor";
|
repo = "zenmonitor";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1g6sk2mcd7znjq6zmbf2fgn02a0yimyv2dw2143aciq2pxqjawmp";
|
sha256 = "0smv94vi36hziw42gasivyw25h5n1sgwwk1cv78id5g85w0kw246";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk3 ];
|
buildInputs = [ gtk3 ];
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bazarr";
|
pname = "bazarr";
|
||||||
version = "0.9";
|
version = "0.9.0.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/morpheus65535/bazarr/archive/v${version}.tar.gz";
|
url = "https://github.com/morpheus65535/bazarr/archive/v${version}.tar.gz";
|
||||||
sha256 = "106f0gagq81rwykppyfjc7q8ibq3j89lp08hqgbmcv26hxb89rbj";
|
sha256 = "1lvldklj61hg9h1m0ixaa4zcf4ggdj6wf4myhwwampq4bmr2havj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "antibody";
|
pname = "antibody";
|
||||||
version = "6.1.0";
|
version = "6.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "getantibody";
|
owner = "getantibody";
|
||||||
repo = "antibody";
|
repo = "antibody";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0ldvihpm14h0gcn7iz5yxg1wbfv24flx6y8khdanw21lf9nmp59z";
|
sha256 = "0icag53svzdm7yvzp855fp0f7q0g0jkfmjaa1sj6mmb01c1xgzi1";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "0z8fma3v2dph8nv3q4lmv43s6p5sc338xb7kcmnpwcc0iw7b4vyj";
|
vendorSha256 = "0z8fma3v2dph8nv3q4lmv43s6p5sc338xb7kcmnpwcc0iw7b4vyj";
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "antimicroX";
|
pname = "antimicroX";
|
||||||
version = "3.0";
|
version = "3.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "juliagoda";
|
owner = "juliagoda";
|
||||||
repo = "antimicroX";
|
repo = "antimicroX";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0li22sjl95233azxhyda36idnfzbb4b02wf57hnpnba6qvrlpwwl";
|
sha256 = "05asxlkgb4cgvpcyksw1cx8cz8nzi8hmw8b91lw92892j7a2r7wj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig itstool ];
|
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig itstool ];
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "du-dust";
|
pname = "du-dust";
|
||||||
version = "0.5.2";
|
version = "0.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bootandy";
|
owner = "bootandy";
|
||||||
repo = "dust";
|
repo = "dust";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "181xlm0zj9pb73ijwf202kwwm2jji0m11ynsbaxl44alva3xpvmk";
|
sha256 = "1rcbxqcxr8v5faa52psjsjjlnkia5cwc3b1cwka9f5cxwhdwg7hr";
|
||||||
# Remove unicode file names which leads to different checksums on HFS+
|
# Remove unicode file names which leads to different checksums on HFS+
|
||||||
# vs. other filesystems because of unicode normalisation.
|
# vs. other filesystems because of unicode normalisation.
|
||||||
extraPostFetch = ''
|
extraPostFetch = ''
|
||||||
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1ypphm9n6wri5f03fj65i5p6lb11qj5zp8ddvybanaypv5llkfcb";
|
cargoSha256 = "1q15xy15hk6r3sai9wry2jm57dhinx6r84yxg9fwvq354613k645";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "dnsproxy";
|
pname = "dnsproxy";
|
||||||
version = "0.31.0";
|
version = "0.32.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AdguardTeam";
|
owner = "AdguardTeam";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1jyik1022iv8nqjfrv3lkvcpr8zsaxfx8hi7yagklbs6vzlg80jg";
|
sha256 = "14iwwg1iqfxjhpw9p3ddq53l901v9l9n2r60q9q6jls8hfqcgsnj";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
@ -188,11 +188,6 @@ mapAliases ({
|
|||||||
googleAuthenticator = google-authenticator; # added 2016-10-16
|
googleAuthenticator = google-authenticator; # added 2016-10-16
|
||||||
grantlee5 = libsForQt5.grantlee; # added 2015-12-19
|
grantlee5 = libsForQt5.grantlee; # added 2015-12-19
|
||||||
gsettings_desktop_schemas = gsettings-desktop-schemas; # added 2018-02-25
|
gsettings_desktop_schemas = gsettings-desktop-schemas; # added 2018-02-25
|
||||||
gst_plugins_bad = gst-plugins-bad; # added 2017-02
|
|
||||||
gst_plugins_base = gst-plugins-base; # added 2017-02
|
|
||||||
gst_plugins_good = gst-plugins-good; # added 2017-02
|
|
||||||
gst_plugins_ugly = gst-plugins-ugly; # added 2017-02
|
|
||||||
gst_python = gst-python; # added 2017-02
|
|
||||||
gtk_doc = gtk-doc; # added 2018-02-25
|
gtk_doc = gtk-doc; # added 2018-02-25
|
||||||
guileCairo = guile-cairo; # added 2017-09-24
|
guileCairo = guile-cairo; # added 2017-09-24
|
||||||
guileGnome = guile-gnome; # added 2017-09-24
|
guileGnome = guile-gnome; # added 2017-09-24
|
||||||
@ -681,18 +676,6 @@ mapAliases ({
|
|||||||
ocamlPackages_4_03
|
ocamlPackages_4_03
|
||||||
ocamlPackages_latest;
|
ocamlPackages_latest;
|
||||||
|
|
||||||
gst_all = { # added 2018-04-25
|
|
||||||
inherit (pkgs) gstreamer gnonlin gst-python;
|
|
||||||
gstPluginsBase = pkgs.gst-plugins-base;
|
|
||||||
gstPluginsBad = pkgs.gst-plugins-bad;
|
|
||||||
gstPluginsGood = pkgs.gst-plugins-good;
|
|
||||||
gstPluginsUgly = pkgs.gst-plugins-ugly;
|
|
||||||
gst-plugins-base = pkgs.gst-plugins-base;
|
|
||||||
gst-plugins-bad = pkgs.gst-plugins-bad;
|
|
||||||
gst-plugins-good = pkgs.gst-plugins-good;
|
|
||||||
gst-plugins-ugly = pkgs.gst-plugins-ugly;
|
|
||||||
};
|
|
||||||
|
|
||||||
# added 2019-08-01
|
# added 2019-08-01
|
||||||
mumble_git = pkgs.mumble;
|
mumble_git = pkgs.mumble;
|
||||||
murmur_git = pkgs.murmur;
|
murmur_git = pkgs.murmur;
|
||||||
|
@ -12579,24 +12579,6 @@ in
|
|||||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
||||||
});
|
});
|
||||||
|
|
||||||
gstreamer = callPackage ../development/libraries/gstreamer/legacy/gstreamer { };
|
|
||||||
|
|
||||||
gst-plugins-base = callPackage ../development/libraries/gstreamer/legacy/gst-plugins-base {
|
|
||||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
|
|
||||||
};
|
|
||||||
|
|
||||||
gst-plugins-good = callPackage ../development/libraries/gstreamer/legacy/gst-plugins-good {};
|
|
||||||
|
|
||||||
gst-plugins-bad = callPackage ../development/libraries/gstreamer/legacy/gst-plugins-bad {};
|
|
||||||
|
|
||||||
gst-plugins-ugly = callPackage ../development/libraries/gstreamer/legacy/gst-plugins-ugly {};
|
|
||||||
|
|
||||||
gst-python = callPackage ../development/libraries/gstreamer/legacy/gst-python {};
|
|
||||||
|
|
||||||
gstreamermm = callPackage ../development/libraries/gstreamer/legacy/gstreamermm { };
|
|
||||||
|
|
||||||
gnonlin = callPackage ../development/libraries/gstreamer/legacy/gnonlin {};
|
|
||||||
|
|
||||||
gusb = callPackage ../development/libraries/gusb { };
|
gusb = callPackage ../development/libraries/gusb { };
|
||||||
|
|
||||||
qt-mobility = callPackage ../development/libraries/qt-mobility {};
|
qt-mobility = callPackage ../development/libraries/qt-mobility {};
|
||||||
@ -22243,6 +22225,8 @@ in
|
|||||||
|
|
||||||
inherit (python3Packages.callPackage ../applications/networking/onionshare { }) onionshare onionshare-gui;
|
inherit (python3Packages.callPackage ../applications/networking/onionshare { }) onionshare onionshare-gui;
|
||||||
|
|
||||||
|
openambit = qt5.callPackage ../applications/misc/openambit { };
|
||||||
|
|
||||||
openbox = callPackage ../applications/window-managers/openbox { };
|
openbox = callPackage ../applications/window-managers/openbox { };
|
||||||
|
|
||||||
openbox-menu = callPackage ../applications/misc/openbox-menu {
|
openbox-menu = callPackage ../applications/misc/openbox-menu {
|
||||||
|
@ -1618,6 +1618,8 @@ in {
|
|||||||
|
|
||||||
django-multiselectfield = callPackage ../development/python-modules/django-multiselectfield { };
|
django-multiselectfield = callPackage ../development/python-modules/django-multiselectfield { };
|
||||||
|
|
||||||
|
django-maintenance-mode = callPackage ../development/python-modules/django-maintenance-mode { };
|
||||||
|
|
||||||
django_nose = callPackage ../development/python-modules/django_nose { };
|
django_nose = callPackage ../development/python-modules/django_nose { };
|
||||||
|
|
||||||
django-oauth-toolkit = callPackage ../development/python-modules/django-oauth-toolkit { };
|
django-oauth-toolkit = callPackage ../development/python-modules/django-oauth-toolkit { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user