xfce.xfce4-dockbarx-plugin: use older vala

Bulid fails with 0.48, no fix upstream as I can see.
This commit is contained in:
Tor Hedin Brønner 2020-03-19 15:55:41 +01:00 committed by Jan Tojnar
parent 253d090786
commit 398016914c
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ stdenv, pkgconfig, fetchFromGitHub, python2, bash, vala { stdenv, pkgconfig, fetchFromGitHub, python2, bash, vala_0_46
, dockbarx, gtk2, xfce, pythonPackages, wafHook }: , dockbarx, gtk2, xfce, pythonPackages, wafHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
pythonPath = [ dockbarx ]; pythonPath = [ dockbarx ];
nativeBuildInputs = [ pkgconfig wafHook ]; nativeBuildInputs = [ pkgconfig wafHook ];
buildInputs = [ python2 vala gtk2 pythonPackages.wrapPython ] buildInputs = [ python2 vala_0_46 gtk2 pythonPackages.wrapPython ]
++ (with xfce; [ libxfce4util xfce4-panel xfconf xfce4-dev-tools ]) ++ (with xfce; [ libxfce4util xfce4-panel xfconf xfce4-dev-tools ])
++ pythonPath; ++ pythonPath;
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/TiZ-EX1/xfce4-dockbarx-plugin; homepage = "https://github.com/TiZ-EX1/xfce4-dockbarx-plugin";
description = "A plugins to embed DockbarX into xfce4-panel"; description = "A plugins to embed DockbarX into xfce4-panel";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;