gnome-hexgl: 0.2.0 → unstable-2020-07-24
0.2.0 does not build against gthree 0.9.0
This commit is contained in:
parent
e4fc19e66e
commit
01ce25515e
@ -2,7 +2,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, ninja
|
, ninja
|
||||||
, meson
|
, meson
|
||||||
, pkgconfig
|
, pkg-config
|
||||||
, gthree
|
, gthree
|
||||||
, gsound
|
, gsound
|
||||||
, epoxy
|
, epoxy
|
||||||
@ -11,19 +11,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-hexgl";
|
pname = "gnome-hexgl";
|
||||||
version = "0.2.0";
|
version = "unstable-2020-07-24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alexlarsson";
|
owner = "alexlarsson";
|
||||||
repo = "gnome-hexgl";
|
repo = "gnome-hexgl";
|
||||||
rev = version;
|
rev = "f47a351055a235730795341dcd6b2397cc4bfa0c";
|
||||||
sha256 = "08iy2iciscd2wbhh6v4cpghx8r94v1ffbgla9yb3bcsdhlag0iw4";
|
sha256 = "yZWGymaSUfnCP8VAEdDH64w0muSnRK/XPi1/IqTrE4k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
ninja
|
ninja
|
||||||
meson
|
meson
|
||||||
pkgconfig
|
pkg-config
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user