Skip to content

Commit

Permalink
lxqt-panel: fix patch hash
Browse files Browse the repository at this point in the history
... and switch to fetchpatch to avoid GitHub hash changes.
  • Loading branch information
wizeman authored and dezgeg committed Oct 31, 2017
1 parent 947d48c commit 39e958b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/desktops/lxqt/core/lxqt-panel/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
stdenv, fetchFromGitHub, fetchurl, standardPatch,
stdenv, fetchFromGitHub, fetchpatch, standardPatch,
cmake, pkgconfig, lxqt-build-tools,
qtbase, qttools, qtx11extras, qtsvg, libdbusmenu, kwindowsystem, solid,
kguiaddons, liblxqt, libqtxdg, lxqt-common, lxqt-globalkeys, libsysstat,
Expand Down Expand Up @@ -50,9 +50,10 @@ stdenv.mkDerivation rec {
];

patches = [
(fetchurl {
(fetchpatch {
url = https://github.com/lxde/lxqt-panel/commit/ec62109e0fa678875a9b10fc6f1975267432712d.patch;
sha256 = "1ywwk8gb6gbvs8z9gwgsnb13z1jvyvjij349nq7ij6iyhyld0jlr";
name = "fix-compile-explicit-keyword.patch";
sha256 = "1grda0dw175kbsfq90lr5qaf79akwikzxw85jhd5f339nnramp81";
})
];

Expand Down

0 comments on commit 39e958b

Please sign in to comment.