Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lxqt.lxqt-qtplugin: 0.15.0 -> 0.15.1 #89263

Merged
merged 2 commits into from Jun 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 13 additions & 13 deletions pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
Expand Up @@ -2,26 +2,26 @@
, mkDerivation
, fetchFromGitHub
, cmake
, lxqt-build-tools
, qtbase
, qtx11extras
, qttools
, qtsvg
, libdbusmenu
, libqtxdg
, libfm-qt
, libqtxdg
, lxqt-build-tools
, lxqtUpdateScript
, qtbase
, qtsvg
, qttools
, qtx11extras
}:

mkDerivation rec {
pname = "lxqt-qtplugin";
version = "0.15.0";
version = "0.15.1";

src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "17x5jr78rbsf4pbvc4y3wwkpvsmynzkxy2ifvwhqyc2gmjspp8il";
sha256 = "0if01bdhz8ph4k1mwvjjjw0fw6mxzprgz17ap23xbsdr009hxdf0";
};

nativeBuildInputs = [
Expand All @@ -30,13 +30,13 @@ mkDerivation rec {
];

buildInputs = [
qtbase
qtx11extras
qttools
qtsvg
libdbusmenu
libqtxdg
libfm-qt
libqtxdg
qtbase
qtsvg
qttools
qtx11extras
];

postPatch = ''
Expand Down