]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Add ‘shell.nix’ defining Autoconf’s build dependencies in NixOS terms.
authorZack Weinberg <zack@owlfolio.org>
Sun, 23 Jun 2024 19:11:35 +0000 (15:11 -0400)
committerZack Weinberg <zack@owlfolio.org>
Sun, 23 Jun 2024 19:11:35 +0000 (15:11 -0400)
commit8b133946057095845ce78ed7fa41ee81aa151d95
treee891524019c9d5b8b6951d359ea860bea3ad39b6
parentb025a3cc3715da8d5549815aa88bd66a0ff5eb26
Add ‘shell.nix’ defining Autoconf’s build dependencies in NixOS terms.

Like the existing ‘manifest.scm’, which does the same job for GNU Guix,
the point of this file is to facilitate testing Autoconf itself on NixOS:
‘nix-shell --pure shell.nix’ gives you an interactive shell with all
the necessary tools in $PATH, and nothing else.
shell.nix [new file with mode: 0644]