mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
nheko: 0.6.4 -> 0.7.1
This commit is contained in:
parent
e6cf5d3d16
commit
6d4c381838
@ -11,8 +11,10 @@
|
|||||||
, qtmacextras
|
, qtmacextras
|
||||||
, qtmultimedia
|
, qtmultimedia
|
||||||
, qttools
|
, qttools
|
||||||
|
, qtquickcontrols2
|
||||||
|
, qtgraphicaleffects
|
||||||
, mtxclient
|
, mtxclient
|
||||||
, boost
|
, boost17x
|
||||||
, spdlog
|
, spdlog
|
||||||
, olm
|
, olm
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
@ -21,13 +23,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "nheko";
|
pname = "nheko";
|
||||||
version = "0.6.4";
|
version = "0.7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Nheko-Reborn";
|
owner = "Nheko-Reborn";
|
||||||
repo = "nheko";
|
repo = "nheko";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "19dkc98l1q4070v6mli4ybqn0ip0za607w39hjf0x8rqdxq45iwm";
|
sha256 = "12sxibbrn79sxkf9jrm7jrlj7l5vz15claxrrll7pkv9mv44wady";
|
||||||
};
|
};
|
||||||
|
|
||||||
# If, on Darwin, you encounter the error
|
# If, on Darwin, you encounter the error
|
||||||
@ -57,13 +59,15 @@ mkDerivation rec {
|
|||||||
tweeny
|
tweeny
|
||||||
mtxclient
|
mtxclient
|
||||||
olm
|
olm
|
||||||
boost
|
boost17x
|
||||||
lmdb
|
lmdb
|
||||||
spdlog
|
spdlog
|
||||||
cmark
|
cmark
|
||||||
qtbase
|
qtbase
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qttools
|
qttools
|
||||||
|
qtquickcontrols2
|
||||||
|
qtgraphicaleffects
|
||||||
] ++ lib.optional stdenv.isDarwin qtmacextras;
|
] ++ lib.optional stdenv.isDarwin qtmacextras;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user