linthesia: 0.8.0 -> unstable-2023-05-23

This commit is contained in:
Andrew Marshall 2023-07-11 18:13:54 -04:00
parent c05e2c1cbd
commit 563c856ea8

View file

@ -4,7 +4,6 @@
, SDL2_ttf , SDL2_ttf
, alsa-lib , alsa-lib
, fetchFromGitHub , fetchFromGitHub
, fetchpatch2
, glibmm , glibmm
, gtk3 , gtk3
, libGL , libGL
@ -20,23 +19,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "linthesia"; pname = "linthesia";
version = "0.8.0"; version = "unstable-2023-05-23";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linthesia"; owner = "linthesia";
repo = "linthesia"; repo = "linthesia";
rev = version; rev = "1f2701241f8865c2f5c14a97b81ae64884cf0396";
sha256 = "sha256-bdW0RlV14ttnK8NizfNfXmZ7zlJOqZCpVvt8vT2Pjys="; sha256 = "sha256-3uPcpDUGtAGW9q/u8Cn+0bNqikII1Y/a0PKARW/5nao=";
}; };
patches = [
# fix: text looks garbled with SDL2_ttf 2.0.18
(fetchpatch2 {
url = "https://github.com/linthesia/linthesia/commit/bd647270b3bdf79a9af6ac1e2203c9e860d16c58.patch";
hash = "sha256-hNal0eVfikRSpW+MOfpKvnWXrEJgIXHPAtNPB9SvHVU=";
})
];
postPatch = '' postPatch = ''
patchShebangs meson_post_install.py patchShebangs meson_post_install.py
''; '';