xfce.xfce4-namebar-plugin: Specify vala_0_40
This commit is contained in:
parent
153f3f867b
commit
16f31fb8e4
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, pkgconfig, fetchFromGitHub, python2, vala
|
{ stdenv, pkgconfig, fetchFromGitHub, python2, vala_0_40
|
||||||
, gtk2, libwnck, libxfce4util, xfce4-panel, wafHook }:
|
, gtk2, libwnck, libxfce4util, xfce4-panel, wafHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig wafHook ];
|
nativeBuildInputs = [ pkgconfig wafHook ];
|
||||||
buildInputs = [ python2 vala gtk2 libwnck libxfce4util xfce4-panel ];
|
buildInputs = [ python2 vala_0_40 gtk2 libwnck libxfce4util xfce4-panel ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace src/preferences.vala --replace 'Environment.get_system_data_dirs()' "{ \"$out/share\" }"
|
substituteInPlace src/preferences.vala --replace 'Environment.get_system_data_dirs()' "{ \"$out/share\" }"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user