electricsheep: 2.7b33-598d93d90 -> 2.7b33-2017-02-04
Also some cleanups like removed unused buildInputs.
This commit is contained in:
parent
6d0806d061
commit
4494b18fe4
@ -1,23 +1,23 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, libtool, wxGTK30, libav, lua5_1, curl,
|
{ stdenv, fetchFromGitHub, autoreconfHook, wxGTK30, libav, lua5_1, curl
|
||||||
libpng, xorg, pkgconfig, flam3, libgtop, boost, tinyxml, freeglut, mesa, glee }:
|
, libpng, xorg, pkgconfig, flam3, libgtop, boost, tinyxml, freeglut, mesa
|
||||||
|
, glee }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "electricsheep";
|
pname = "electricsheep";
|
||||||
version = "2.7b33-${stdenv.lib.strings.substring 0 7 rev}";
|
version = "2.7b33-2017-02-04";
|
||||||
rev = "598d93d90573b69559463567540aac8bc8a5b3f3";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
|
||||||
owner = "scottdraves";
|
owner = "scottdraves";
|
||||||
repo = "${pname}";
|
repo = pname;
|
||||||
sha256 = "1zcn6q0dl0ip85b8b4kisc5lqjb1cs0hpzlx4l5995l6mhq9kxis";
|
rev = "12420cd40dfad8c32fb70b88f3d680d84f795c63";
|
||||||
|
sha256 = "1zqry25h6p0y0rg2h8xxda007hx1xdvsgzmjg13xkc8l4zsp5wah";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libtool wxGTK30 libav lua5_1 curl libpng xorg.libXrender pkgconfig
|
wxGTK30 libav lua5_1 curl libpng xorg.libXrender
|
||||||
flam3 libgtop boost tinyxml freeglut mesa glee
|
flam3 libgtop boost tinyxml freeglut mesa glee
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Electric Sheep, a distributed screen saver for evolving artificial organisms";
|
description = "Electric Sheep, a distributed screen saver for evolving artificial organisms";
|
||||||
homepage = http://electricsheep.org/;
|
homepage = http://electricsheep.org/;
|
||||||
maintainers = maintainers.nand0p;
|
maintainers = with maintainers; [ nand0p fpletz ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl1;
|
license = licenses.gpl1;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user