1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs
Eelco Dolstra 05c884b471 * Utility: the generic substituter. It substitutes all occurences of
`@var@' in the file `src', writing the result to $out, where `var'
  is any environment variable starting with a lowercase character.
  Example:

    genericSubstituter {
      src = ./file;
      foo = "bla";
      shell = bash + "/bin/sh";
    };

  will replace `@foo@' with `bla' and `@shell@' with
  `/nix/store/...-bash-.../bin/sh'.

svn path=/nixpkgs/trunk/; revision=6928
2006-11-02 22:44:32 +00:00
..
applications * Flash Player 9 Beta (enabled in the Firefox wrapper). 2006-11-01 14:27:20 +00:00
build-support * Utility: the generic substituter. It substitutes all occurences of 2006-11-02 22:44:32 +00:00
configs/etc
data/sgml+xml
development
evil/belastingdienst
games
lib
misc
os-specific/linux * Compile IDE support into the kernel rather than in modules. We need 2006-10-31 23:01:08 +00:00
servers
shells
stdenv
test
tools
top-level * Utility: the generic substituter. It substitutes all occurences of 2006-11-02 22:44:32 +00:00