mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, pkgconfig, fetchFromGitHub, python2, bash, vala
|
||||
{ stdenv, pkgconfig, fetchFromGitHub, python2, bash, vala_0_46
|
||||
, dockbarx, gtk2, xfce, pythonPackages, wafHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
pythonPath = [ dockbarx ];
|
||||
|
||||
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 ])
|
||||
++ pythonPath;
|
||||
|
||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
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";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue