mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
dino: 0.2.2 -> 0.3.0
This commit is contained in:
parent
dfa14c0864
commit
ac446d87f7
@ -13,17 +13,18 @@
|
|||||||
, pcre
|
, pcre
|
||||||
, qrencode
|
, qrencode
|
||||||
, icu
|
, icu
|
||||||
|
, gspell, srtp, libnice, gnutls, gst_all_1
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dino";
|
pname = "dino";
|
||||||
version = "0.2.2";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dino";
|
owner = "dino";
|
||||||
repo = "dino";
|
repo = "dino";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-uYP3D2uyvfRP91fq/1jKOaKgp/+How0SUwmxSrLLH4c=";
|
sha256 = "sha256-L5a5QlF9qlr4X/hGTabbbvOE5J1x/UVneWl/BRAa29Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -56,6 +57,13 @@ stdenv.mkDerivation rec {
|
|||||||
icu
|
icu
|
||||||
libsignal-protocol-c
|
libsignal-protocol-c
|
||||||
librsvg
|
librsvg
|
||||||
|
gspell
|
||||||
|
srtp
|
||||||
|
libnice
|
||||||
|
gnutls
|
||||||
|
gst_all_1.gstreamer
|
||||||
|
gst_all_1.gst-plugins-base
|
||||||
|
gst_all_1.gst-plugins-good
|
||||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
xorg.libpthreadstubs
|
xorg.libpthreadstubs
|
||||||
|
Loading…
Reference in New Issue
Block a user