10 stdenv.mkDerivation (finalAttrs: {
15 url = "https://download.tuxfamily.org/librep/rep-gtk/rep-gtk_${finalAttrs.version}.tar.xz";
16 hash = "sha256-qWV120V5Tu/QVkFylno47y1/7DriZExHjp99VLmf80E=";
33 sed -e 's|installdir=$(repexecdir)|installdir=$(libdir)/rep|g' -i Makefile.in
37 homepage = "http://sawfish.tuxfamily.org";
38 description = "GTK bindings for librep";
39 license = lib.licenses.gpl2Plus;
40 maintainers = [ lib.maintainers.AndersonTorres ];
41 platforms = lib.platforms.unix;
44 # TODO: investigate fetchFromGithub