11 stdenv.mkDerivation (finalAttrs: {
12 pname = "guile-aspell";
15 src = fetchFromGitHub {
17 repo = "guile-aspell";
18 rev = finalAttrs.version;
19 hash = "sha256-CvLECZLwf4MujAQCL3I81O5xFvq6ezVhV0BjbqI3mR0=";
35 propagatedBuildInputs = [
40 description = "Guile bindings for the aspell library";
41 homepage = "https://github.com/spk121/guile-aspell";
42 license = licenses.gpl3Only;
43 maintainers = with maintainers; [ snowflake ];
44 platforms = guile.meta.platforms;