mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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
|
||||
, 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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user