File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
pkgs/applications/office/spice-up Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1212, ninja
1313, libgudev
1414, libevdev
15- , vala
15+ , libsoup
16+ , vala_0_40
1617, wrapGAppsHook } :
1718
1819stdenv . mkDerivation rec {
1920 name = "spice-up-${ version } " ;
20- version = "1.3.2 " ;
21+ version = "1.6.0 " ;
2122
2223 src = fetchFromGitHub {
2324 owner = "Philip-Scott" ;
2425 repo = "Spice-up" ;
2526 rev = version ;
26- sha256 = "087cdi7na93pgz7vf046h94v5ydvpiccpwhllq85ix8g4pa5rp85 " ;
27+ sha256 = "08g5b412zf3ihv13716fkjsyw2qn3fnx5ciszrlqaxsiysc8azh2 " ;
2728 } ;
29+
2830 USER = "nix-build-user" ;
2931
3032 nativeBuildInputs = [
3133 pkgconfig
3234 wrapGAppsHook
33- vala
35+ vala_0_40
3436 cmake
3537 ninja
3638 gettext
@@ -44,6 +46,7 @@ stdenv.mkDerivation rec {
4446 json-glib
4547 libgudev
4648 libevdev
49+ libsoup
4750 ] ;
4851
4952 meta = with stdenv . lib ; {
You can’t perform that action at this time.
0 commit comments