khronos: 1.0.8 -> 3.5.9

This commit is contained in:
Bobby Rong
2021-09-15 08:13:13 +08:00
parent bcd607489d
commit d1f3ce25cb
+8 -6
View File
@@ -9,21 +9,22 @@
, pantheon
, python3
, glib
, gtk3
, gtk4
, json-glib
, libadwaita
, libgee
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
pname = "khronos";
version = "1.0.8";
version = "3.5.9";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "0d5ma1d86lh2apagwrwk0d1v1cm3fifjivhf530nlznb67vi1x80";
sha256 = "sha256-3FatmyANB/tNYSN2hu5IVkyCy0YrC3uA2d/3+5u48w8=";
};
nativeBuildInputs = [
@@ -38,15 +39,16 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
gtk3
gtk4
json-glib
libadwaita
libgee
pantheon.granite
];
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
chmod +x build-aux/post_install.py
patchShebangs build-aux/post_install.py
'';
passthru = {