Skip to content

Commit

Permalink
Merge pull request #137928 from bobby285271/khronos-3.5.9
Browse files Browse the repository at this point in the history
khronos: 1.0.8 -> 3.5.9
  • Loading branch information
davidak authored Sep 15, 2021
2 parents 254847b + c6574c8 commit 2bb5cbf
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pkgs/applications/office/khronos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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 = {
Expand All @@ -60,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/lainsce/khronos";
maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers;
platforms = platforms.linux;
license = licenses.gpl3;
license = licenses.gpl3Plus;
};
}

0 comments on commit 2bb5cbf

Please sign in to comment.