libk  Diff

Differences From Artifact [5ae929ce03]:

To Artifact [ce494d8fd7]:


    12     12   
    13     13     # TODO: maybe make this more generic? IIRC I couldn't use the
    14     14     # patch-everything whatever, for some reason. It also probably should be in
    15     15     # an earlier build step.
    16     16     buildPhase = ''
    17     17       substituteInPlace global/build-id.sh --replace "/usr/bin/env bash" "${stdenv.shell}"
    18     18       substituteInPlace global/build-manpage.sh --replace "/usr/bin/env bash" "${stdenv.shell}"
    19         -    env os=lin arch=x86 bits=64 to=$prefix debug=yes \
           19  +    env os=lin arch=x86 bits=64 to=$prefix debug=yes doc_pdf=false \
    20     20       bash build.sh
    21     21     '';
    22     22   
    23     23     # No proper install yet...
    24     24     dontInstall = true;
    25     25   
    26     26     # Not sure if these work or are needed, but better safe than sorry, here.