xfce.xfce4-dockbarx-plugin: use older vala
Bulid fails with 0.48, no fix upstream as I can see.
This commit is contained in:
parent
253d090786
commit
398016914c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user