Merge pull request #137928 from bobby285271/khronos-3.5.9

khronos: 1.0.8 -> 3.5.9

authored by

davidak and committed by
GitHub
2bb5cbf7 254847bc

+9 -7
+9 -7
pkgs/applications/office/khronos/default.nix
··· 9 , pantheon 10 , python3 11 , glib 12 - , gtk3 13 , json-glib 14 , libgee 15 , wrapGAppsHook 16 }: 17 18 stdenv.mkDerivation rec { 19 pname = "khronos"; 20 - version = "1.0.8"; 21 22 src = fetchFromGitHub { 23 owner = "lainsce"; 24 repo = pname; 25 rev = version; 26 - sha256 = "0d5ma1d86lh2apagwrwk0d1v1cm3fifjivhf530nlznb67vi1x80"; 27 }; 28 29 nativeBuildInputs = [ ··· 38 39 buildInputs = [ 40 glib 41 - gtk3 42 json-glib 43 libgee 44 pantheon.granite 45 ]; 46 47 postPatch = '' 48 - chmod +x meson/post_install.py 49 - patchShebangs meson/post_install.py 50 ''; 51 52 passthru = { ··· 60 homepage = "https://github.com/lainsce/khronos"; 61 maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 62 platforms = platforms.linux; 63 - license = licenses.gpl3; 64 }; 65 }
··· 9 , pantheon 10 , python3 11 , glib 12 + , gtk4 13 , json-glib 14 + , libadwaita 15 , libgee 16 , wrapGAppsHook 17 }: 18 19 stdenv.mkDerivation rec { 20 pname = "khronos"; 21 + version = "3.5.9"; 22 23 src = fetchFromGitHub { 24 owner = "lainsce"; 25 repo = pname; 26 rev = version; 27 + sha256 = "sha256-3FatmyANB/tNYSN2hu5IVkyCy0YrC3uA2d/3+5u48w8="; 28 }; 29 30 nativeBuildInputs = [ ··· 39 40 buildInputs = [ 41 glib 42 + gtk4 43 json-glib 44 + libadwaita 45 libgee 46 pantheon.granite 47 ]; 48 49 postPatch = '' 50 + chmod +x build-aux/post_install.py 51 + patchShebangs build-aux/post_install.py 52 ''; 53 54 passthru = { ··· 62 homepage = "https://github.com/lainsce/khronos"; 63 maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers; 64 platforms = platforms.linux; 65 + license = licenses.gpl3Plus; 66 }; 67 }