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=";
32 env.NIX_CFLAGS_COMPILE = toString (
33 lib.optionals stdenv.cc.isClang [
34 "-Wno-error=implicit-function-declaration"
35 "-Wno-error=int-conversion"
40 sed -e 's|installdir=$(repexecdir)|installdir=$(libdir)/rep|g' -i Makefile.in
44 homepage = "http://sawfish.tuxfamily.org";
45 description = "GTK bindings for librep";
46 license = lib.licenses.gpl2Plus;
47 maintainers = [ lib.maintainers.AndersonTorres ];
48 platforms = lib.platforms.unix;
51 # TODO: investigate fetchFromGithub