18 stdenv.mkDerivation (finalAttrs: {
22 src = fetchFromGitLab {
23 domain = "gitlab.gnome.org";
26 rev = finalAttrs.version;
27 hash = "sha256-W6LTTQvIMAB99q2W11EBlBknJnOuv4ptgf5SSM422Cg=";
44 (python3.withPackages (
53 --prefix PYTHONPATH : "$out/${python3.sitePackages}"
58 description = "Minimal editing space for all those things that don't need keeping";
59 homepage = "https://gitlab.gnome.org/cheywood/buffer";
60 license = licenses.gpl3Plus;
61 mainProgram = "buffer";
62 maintainers = with maintainers; [ michaelgrahamevans ];
63 platforms = platforms.linux;