Merge pull request #78296 from thefloweringash/chatterino-qt-wrapper
chatterino2: use mkDerivation from qt
This commit is contained in:
commit
a7e403280e
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, pkgconfig, fetchFromGitHub, qtbase, qtsvg, qtmultimedia, qmake, boost, openssl }:
|
{ mkDerivation, lib, pkgconfig, fetchFromGitHub, qtbase, qtsvg, qtmultimedia, qmake, boost, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "chatterino2";
|
pname = "chatterino2";
|
||||||
version = "unstable-2019-05-11";
|
version = "unstable-2019-05-11";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
nativeBuildInputs = [ qmake pkgconfig ];
|
nativeBuildInputs = [ qmake pkgconfig ];
|
||||||
buildInputs = [ qtbase qtsvg qtmultimedia boost openssl ];
|
buildInputs = [ qtbase qtsvg qtmultimedia boost openssl ];
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "A chat client for Twitch chat";
|
description = "A chat client for Twitch chat";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Chatterino is a chat client for Twitch chat. It aims to be an
|
Chatterino is a chat client for Twitch chat. It aims to be an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user