9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-8iaYil2wiqnu9p7Gj93GE5akta1A0zqyApRwHct5RSs=";
29 "--with-guile-site-dir=$out/share/guile/site"
30 "--with-guile-site-ccache-dir=$out/share/guile/site"
34 homepage = "https://github.com/mwitmer/guile-xcb";
35 description = "XCB bindings for Guile";
36 license = licenses.gpl3Plus;
37 maintainers = with maintainers; [ vyp ];
38 platforms = platforms.linux;