nix-helpers: 3db5020f3a320c9118df90afe085cd6c869a8930

     1: # Add extra dependencies to a derivation; for example, if we only want a
     2: # build to succeed if some external tests pass. To override the name too, use
     3: # "withDeps'".
     4: 
     5: { withDeps' }:
     6: 
     7: withDeps' null

Generated by git2html.