lxqt.lxqt-build-tools: 0.4.0 -> 0.5.0
This commit is contained in:
parent
17621f63eb
commit
f85d30b3f8
@ -1,17 +1,19 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, pcre, qt5 }:
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, pcre, qt5, glib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lxqt-build-tools-${version}";
|
name = "lxqt-build-tools-${version}";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxde";
|
owner = "lxde";
|
||||||
repo = "lxqt-build-tools";
|
repo = "lxqt-build-tools";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0i3pzgyd80n73dnqs8f6axinaji7biflgqsi33baxn4r1hy58ym1";
|
sha256 = "0dcwzrijmn4sgivmy2zwz3xa4y69pwhranyw0m90g0pp55di2psz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig pcre qt5.qtbase ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
||||||
|
buildInputs = [ qt5.qtbase glib pcre ];
|
||||||
|
|
||||||
preConfigure = ''cmakeFlags+=" -DLXQT_ETC_XDG_DIR=$out/etc/xdg"'';
|
preConfigure = ''cmakeFlags+=" -DLXQT_ETC_XDG_DIR=$out/etc/xdg"'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user