-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
vocal: 2.2.0 -> 2.3.0 #49772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vocal: 2.2.0 -> 2.3.0 #49772
Conversation
@GrahamcOfBorg build vocal |
Can you please apply these changes? diff --git a/pkgs/applications/audio/vocal/default.nix b/pkgs/applications/audio/vocal/default.nix
index c503c94e4a8..af8b3ac9394 100644
--- a/pkgs/applications/audio/vocal/default.nix
+++ b/pkgs/applications/audio/vocal/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, cmake, ninja, pkgconfig, vala, gtk3, libxml2, granite, webkitgtk, clutter-gtk
+{ stdenv, fetchFromGitHub, cmake, ninja, pkgconfig, vala_0_40, gtk3, libxml2, granite, webkitgtk, clutter-gtk
, clutter-gst, libunity, libnotify, sqlite, gst_all_1, libsoup, json-glib, gnome3, gobjectIntrospection, wrapGAppsHook }:
stdenv.mkDerivation rec {
@@ -20,13 +20,14 @@ stdenv.mkDerivation rec {
libxml2
ninja
pkgconfig
- vala
+ vala_0_40 # should be `elementary.vala` when elementary attribute set is merged
wrapGAppsHook
];
buildInputs = with gst_all_1; [
clutter-gst
clutter-gtk
+ gnome3.defaultIconTheme # should be `elementary.defaultIconTheme`when elementary attribute set is merged
gnome3.libgee
granite
gst-plugins-base |
@worldofpeace No problem, patch applied. |
@jonafato Thanks 👍 @GrahamcOfBorg build vocal |
@GrahamcOfBorg build vocal |
Three times a charm 🙏 |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: vocal Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: vocal Partial log (click to expand)
|
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: vocal Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: vocal Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: vocal Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: vocal Partial log (click to expand)
|
Timed out, unknown build status on aarch64-linux (full log) Attempted: vocal Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: vocal Partial log (click to expand)
|
Motivation for this change
Vocal has a new release.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)