Commit e3198ab7 authored by José Romildo's avatar José Romildo
Browse files

lxqt.qlipper: use mkDerivation from stdenv

parent 9d4f0208
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{ lib
, mkDerivation
, stdenv
, fetchFromGitHub
, cmake
, qtbase
, qttools
, wrapQtAppsHook
, gitUpdater
}:

mkDerivation rec {
stdenv.mkDerivation rec {
  pname = "qlipper";
  version = "5.1.2";

@@ -21,6 +22,7 @@ mkDerivation rec {
  nativeBuildInputs = [
    cmake
    qttools
    wrapQtAppsHook
  ];

  buildInputs = [