libfm-qt: 0.11.1 -> 0.12.0
This commit is contained in:
parent
6e37bd54ce
commit
0054183cc6
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
|
stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
|
||||||
xorg, libfm, menu-cache,
|
pcre, libexif, xorg, libfm, menu-cache,
|
||||||
qtx11extras, qttools
|
qtx11extras, qttools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "libfm-qt";
|
pname = "libfm-qt";
|
||||||
version = "0.11.2";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxde";
|
owner = "lxde";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0k2g6bkz7bvawqkjzykbxi18wqsnhbxklqy6aqqkclpzcw45vk5v";
|
sha256 = "0932yl098pc5rwgy9irrc3ys47jx64m3wm702dvs8yy15alv6x4i";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -23,6 +23,11 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
pcre
|
||||||
|
libexif
|
||||||
|
xorg.libpthreadstubs
|
||||||
|
xorg.libxcb
|
||||||
|
xorg.libXdmcp
|
||||||
qtx11extras
|
qtx11extras
|
||||||
qttools
|
qttools
|
||||||
libfm
|
libfm
|
||||||
|
Loading…
Reference in New Issue
Block a user