Merge staging-next into staging
This commit is contained in:
@@ -75,7 +75,7 @@ python2Packages.buildPythonApplication {
|
||||
pygobject2
|
||||
reportlab
|
||||
usbutils
|
||||
sip
|
||||
sip_4
|
||||
] ++ lib.optionals withQt5 [
|
||||
pyqt5
|
||||
];
|
||||
|
||||
@@ -79,7 +79,7 @@ python3Packages.buildPythonApplication {
|
||||
pygobject3
|
||||
reportlab
|
||||
usbutils
|
||||
sip
|
||||
sip_4
|
||||
dbus-python
|
||||
] ++ lib.optionals withQt5 [
|
||||
pyqt5
|
||||
|
||||
@@ -5,6 +5,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
pname = "caprice32";
|
||||
version = "4.6.0";
|
||||
# NOTE: When bumping version beyond 4.6.0, you likely need to remove
|
||||
# string.patch below. The fix of this patch has already been
|
||||
# done upstream but is not yet part of a release
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "caprice32";
|
||||
@@ -16,6 +19,8 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ desktop-file-utils pkg-config ];
|
||||
buildInputs = [ libpng SDL freetype zlib ];
|
||||
|
||||
patches = [ ./string.patch ];
|
||||
|
||||
makeFlags = [
|
||||
"APP_PATH=${placeholder "out"}/share/caprice32"
|
||||
"RELEASE=1"
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
diff --git a/src/configuration.h b/src/configuration.h
|
||||
index 34fd690..97fb0e5 100644
|
||||
--- a/src/configuration.h
|
||||
+++ b/src/configuration.h
|
||||
@@ -2,6 +2,7 @@
|
||||
#define CONFIGURATION_H
|
||||
|
||||
#include <map>
|
||||
+#include <string>
|
||||
|
||||
namespace config
|
||||
{
|
||||
@@ -12,7 +12,7 @@ buildPythonApplication rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
lilypond pygame python-ly sip
|
||||
lilypond pygame python-ly sip_4
|
||||
pyqt5 poppler-qt5
|
||||
pyqtwebengine
|
||||
];
|
||||
|
||||
@@ -2458,6 +2458,18 @@ let
|
||||
meta.homepage = "https://github.com/nvim-lua/lsp_extensions.nvim/";
|
||||
};
|
||||
|
||||
lsp_signature-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "lsp_signature-nvim";
|
||||
version = "2021-05-07";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ray-x";
|
||||
repo = "lsp_signature.nvim";
|
||||
rev = "de68e0754019f7ff5822f3180b067d89f014943b";
|
||||
sha256 = "009lih2s5x9nccx2i2xqb377jkclpxbw25vmznngdq47qr89ws1r";
|
||||
};
|
||||
meta.homepage = "https://github.com/ray-x/lsp_signature.nvim/";
|
||||
};
|
||||
|
||||
lspkind-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "lspkind-nvim";
|
||||
version = "2021-02-06";
|
||||
|
||||
@@ -522,6 +522,7 @@ raghur/vim-ghost
|
||||
Raimondi/delimitMate
|
||||
rakr/vim-one
|
||||
ray-x/aurora
|
||||
ray-x/lsp_signature.nvim
|
||||
rbgrouleff/bclose.vim
|
||||
rbong/vim-flog
|
||||
rhysd/committia.vim
|
||||
|
||||
Reference in New Issue
Block a user