Skip to content

Commit

Permalink
Update autotools-nix.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-ch committed Jun 4, 2023
1 parent b1a8646 commit 6cdbf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pills/08/autotools-nix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgs: attrs:
let defaultAttrs = {
builder = "${pkgs.bash}/bin/bash";
args = [ ./builder.sh ];
baseInputs = with pkgs; [ gnutar gzip gnumake gcc coreutils gawk gnused gnugrep binutils.bintools];
baseInputs = with pkgs; [ gnutar gzip gnumake gcc coreutils gawk gnused gnugrep binutils.bintools ];
buildInputs = [];
system = builtins.currentSystem;
};
Expand Down

0 comments on commit 6cdbf50

Please sign in to comment.