gnome-hexgl: 0.2.0 → unstable-2020-07-24

0.2.0 does not build against gthree 0.9.0
gstqt5
Jan Tojnar 2020-08-11 23:20:28 +02:00
parent e4fc19e66e
commit 01ce25515e
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
, fetchFromGitHub
, ninja
, meson
, pkgconfig
, pkg-config
, gthree
, gsound
, epoxy
@ -11,19 +11,19 @@
stdenv.mkDerivation rec {
pname = "gnome-hexgl";
version = "0.2.0";
version = "unstable-2020-07-24";
src = fetchFromGitHub {
owner = "alexlarsson";
repo = "gnome-hexgl";
rev = version;
sha256 = "08iy2iciscd2wbhh6v4cpghx8r94v1ffbgla9yb3bcsdhlag0iw4";
rev = "f47a351055a235730795341dcd6b2397cc4bfa0c";
sha256 = "yZWGymaSUfnCP8VAEdDH64w0muSnRK/XPi1/IqTrE4k=";
};
nativeBuildInputs = [
ninja
meson
pkgconfig
pkg-config
];
buildInputs = [