10 stdenv.mkDerivation rec {
15 url = "https://download.tuxfamily.org/librep/${pname}/${pname}_${version}.tar.xz";
16 sha256 = "0hgkkywm8zczir3lqr727bn7ybgg71x9cwj1av8fykkr8pdpard9";
29 sed -e 's|installdir=$(repexecdir)|installdir=$(libdir)/rep|g' -i Makefile.in
33 homepage = "http://sawfish.tuxfamily.org";
34 description = "GTK bindings for librep";
35 license = licenses.gpl2Plus;
36 maintainers = [ maintainers.AndersonTorres ];
37 platforms = platforms.unix;
40 # TODO: investigate fetchFromGithub