Commit 0054183c authored by José Romildo Malaquias's avatar José Romildo Malaquias
Browse files

libfm-qt: 0.11.1 -> 0.12.0

parent 6e37bd54
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
{
  stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
  xorg, libfm, menu-cache,
  pcre, libexif, xorg, libfm, menu-cache,
  qtx11extras, qttools
}:

stdenv.mkDerivation rec {
  name = "${pname}-${version}";
  pname = "libfm-qt";
  version = "0.11.2";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "lxde";
    repo = pname;
    rev = version;
    sha256 = "0k2g6bkz7bvawqkjzykbxi18wqsnhbxklqy6aqqkclpzcw45vk5v";
    sha256 = "0932yl098pc5rwgy9irrc3ys47jx64m3wm702dvs8yy15alv6x4i";
  };

  nativeBuildInputs = [
@@ -23,6 +23,11 @@ stdenv.mkDerivation rec {
  ];

  buildInputs = [
    pcre
    libexif
    xorg.libpthreadstubs
    xorg.libxcb
    xorg.libXdmcp
    qtx11extras
    qttools
    libfm