tenacity: unstable-2021-10-18 -> unstable-2022-06-30

This commit is contained in:
Weijia Wang 2022-11-04 23:12:54 +01:00
parent bb5a69de88
commit a893ab2509

View file

@ -1,8 +1,9 @@
{ stdenv { stdenv
, lib , lib
, fetchFromSourcehut , fetchFromGitHub
, fetchpatch
, cmake , cmake
, wxGTK31 , wxGTK32
, gtk3 , gtk3
, pkg-config , pkg-config
, python3 , python3
@ -48,15 +49,23 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tenacity"; pname = "tenacity";
version = "unstable-2021-10-18"; version = "unstable-2022-06-30";
src = fetchFromSourcehut { src = fetchFromGitHub {
owner = "~tenacity"; owner = "tenacityteam";
repo = "tenacity"; repo = pname;
rev = "697c0e764ccb19c1e2f3073ae08ecdac7aa710e4"; rev = "91f8b4340b159af551fff94a284c6b0f704a7932";
sha256 = "1fc9xz8lyl8si08wkzncpxq92vizan60c3640qr4kbnxg7vi2iy4"; sha256 = "sha256-4VWckXzqo2xspw9eUloDvjxQYbsHn6ghEDw+hYqJcCE=";
}; };
patches = [
(fetchpatch {
url = "https://aur.archlinux.org/cgit/aur.git/plain/wxwidgets-gtk3-3.1.6-plus.patch?h=tenacity-wxgtk3-git&id=c2503538fa7d7001181905988179952d09f69659";
postFetch = "echo >> $out";
sha256 = "sha256-xRY1tizBJ9CBY6e9oZVz4CWx7DWPGD9A9Ysol4prBww=";
})
];
postPatch = '' postPatch = ''
touch src/RevisionIdent.h touch src/RevisionIdent.h
@ -124,7 +133,7 @@ stdenv.mkDerivation rec {
sratom sratom
suil suil
twolame twolame
wxGTK31 wxGTK32
gtk3 gtk3
] ++ lib.optionals stdenv.isLinux [ ] ++ lib.optionals stdenv.isLinux [
at-spi2-core at-spi2-core