1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-15 15:30:39 +00:00
Nix Packages collection
Find a file
Eelco Dolstra 41840af689 * Add a setup hook ‘autoreconfHook’ to simplify packages that need to
run autoreconf:

    buildInputs = [ autoreconfHook ];

  is essentially equivalent to

    buildInputs = [ autoconf automake libtool ];
    preConfigure = "autoreconf -i";

svn path=/nixpkgs/branches/x-updates/; revision=34181
2012-05-19 02:52:36 +00:00
doc * Sync CSS with the Nix manual. 2012-05-11 21:42:00 +00:00
maintainers svn path=/nixpkgs/trunk/; revision=32961 2012-03-09 17:53:04 +00:00
pkgs * Add a setup hook ‘autoreconfHook’ to simplify packages that need to 2012-05-19 02:52:36 +00:00
COPYING
default.nix
VERSION * Bump the version. 2010-02-08 09:23:03 +00:00