1 { lib, stdenv, fetchurl, pkg-config, glib, python2, gtk2, readline }:
3 stdenv.mkDerivation rec {
8 url = "http://gnubg.org/media/sources/gnubg-release-${version}-sources.tar.gz";
9 sha256 = "11xwhcli1h12k6rnhhyq4jphzrhfik7i8ah3k32pqw803460n6yf";
12 nativeBuildInputs = [ pkg-config python2 glib ];
14 buildInputs = [ gtk2 readline ];
18 configureFlags = [ "--with-gtk" "--with--board3d" ];
21 { description = "World class backgammon application";
22 homepage = "http://www.gnubg.org/";
23 license = licenses.gpl3;
24 maintainers = [ maintainers.ehmry ];
25 platforms = platforms.linux;