10 stdenv.mkDerivation (finalAttrs: {
11 pname = "c-intro-and-ref";
12 version = "0.0-unstable-2024-08-31";
14 src = fetchFromSavannah {
15 repo = "c-intro-and-ref";
16 rev = "62962013107481127176ef04d69826e41f51313c";
17 hash = "sha256-Fmli3x8zvPntvCvV/wbEkxWzW9uDMZgCElPkKo9TS6Y=";
30 # FIXME: Not a HASH reference at (texinfo)/share/texinfo/Texinfo/Convert/DocBook.pm
39 dst_info=$out/share/info
40 dst_doc=$out/share/doc/c-intro-and-ref
44 cp -prv -t $dst_info \
55 passthru.updateScript = unstableGitUpdater { };
58 description = "GNU C Language Intro and Reference Manual";
60 This manual explains the C language for use with the GNU Compiler
61 Collection (GCC) on the GNU/Linux operating system and other systems. We
62 refer to this dialect as GNU C. If you already know C, you can use this as
65 homepage = "https://www.gnu.org/software/c-intro-and-ref/";
66 changelog = "https://git.savannah.nongnu.org/cgit/c-intro-and-ref.git/plain/ChangeLog?id=${finalAttrs.src.rev}";
67 license = lib.licenses.fdl13Plus;
68 maintainers = with lib.maintainers; [ rc-zb ];
69 platforms = lib.platforms.all;