* polybar: fixes issue #28387 * polybar: fix fetchpatch checksum
This commit is contained in:
parent
3ed601b850
commit
8bd224320e
@ -1,6 +1,6 @@
|
|||||||
{ cairo, cmake, fetchgit, libXdmcp, libpthreadstubs, libxcb, pcre, pkgconfig
|
{ cairo, cmake, fetchgit, libXdmcp, libpthreadstubs, libxcb, pcre, pkgconfig
|
||||||
, python2 , stdenv, xcbproto, xcbutil, xcbutilimage, xcbutilrenderutil
|
, python2 , stdenv, xcbproto, xcbutil, xcbutilimage, xcbutilrenderutil
|
||||||
, xcbutilwm, xcbutilxrm
|
, xcbutilwm, xcbutilxrm, fetchpatch
|
||||||
|
|
||||||
# optional packages-- override the variables ending in 'Support' to enable or
|
# optional packages-- override the variables ending in 'Support' to enable or
|
||||||
# disable modules
|
# disable modules
|
||||||
@ -39,6 +39,14 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.afldcr ];
|
maintainers = [ maintainers.afldcr ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
# This patch should be removed with next stable release.
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
name = "polybar-remove-curlbuild.patch";
|
||||||
|
url = "https://github.com/jaagr/polybar/commit/d35abc7620c8f06618b4708d9a969dfa2f309e96.patch";
|
||||||
|
sha256 = "14xr65vsjvd51hzg9linj09w0nnixgn26dh9lqxy25bxachcyzxy";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cairo libXdmcp libpthreadstubs libxcb pcre python2 xcbproto xcbutil
|
cairo libXdmcp libpthreadstubs libxcb pcre python2 xcbproto xcbutil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user