Skip to content

Commit 2d07540

Browse files
hedningjtojnar
authored andcommitted
spice-up: 1.3.2 -> 1.6.0
Doesn't build with default vala, so we specify 0.40.
1 parent 9849f6a commit 2d07540

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/applications/office/spice-up/default.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,27 @@
1212
, ninja
1313
, libgudev
1414
, libevdev
15-
, vala
15+
, libsoup
16+
, vala_0_40
1617
, wrapGAppsHook }:
1718

1819
stdenv.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; {

0 commit comments

Comments
 (0)