goodvibes: 0.7.9 -> 0.8.0
Diff: https://gitlab.com/goodvibes/goodvibes/-/compare/v0.7.9...v0.8.0
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitLab
|
||||
, fetchpatch
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, glib
|
||||
, glib-networking
|
||||
, gtk3
|
||||
, libsoup
|
||||
, libsoup_3
|
||||
, keybinder3
|
||||
, gst_all_1
|
||||
, wrapGAppsHook3
|
||||
@@ -17,14 +18,21 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "goodvibes";
|
||||
version = "0.7.9";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-yXrCE3nsdZP4JHKVslzQafjZ380zC8sZv5TJf8dJqJw=";
|
||||
hash = "sha256-KflLEc6BFA3pBY9HukEm5NluGi2igFNP6joOMdmZ0Ds=";
|
||||
};
|
||||
patches = [
|
||||
# Fixes a compilation error
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.com/goodvibes/goodvibes/-/commit/e332f831b91ee068a1a58846d7607b30ab010116.patch";
|
||||
hash = "sha256-PzbTltbD0xWJAytCGg1TAwBLrICP+9QZbCbG1QQ8Qmw=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
@@ -40,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
# for libsoup TLS support
|
||||
glib-networking
|
||||
gtk3
|
||||
libsoup
|
||||
libsoup_3
|
||||
keybinder3
|
||||
] ++ (with gst_all_1; [
|
||||
gstreamer
|
||||
|
||||
Reference in New Issue
Block a user