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 6, 2023
1 parent ff7c04d commit 171fc1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pills/10/autotools-nix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pkgs: attrs:
builder = "${pkgs.bash}/bin/bash";
args = [ ./builder.sh ];
setup = ./setup.sh;
baseInputs = with pkgs; [ gnutar gzip gnumake gcc coreutils gawk gnused gnugrep patchelf findutils binutils.bintools];
baseInputs = with pkgs; [ gnutar gzip gnumake gcc coreutils gawk gnused gnugrep binutils.bintools patchelf findutils ];
buildInputs = [];
system = builtins.currentSystem;
};
in
derivation (defaultAttrs // attrs)


0 comments on commit 171fc1a

Please sign in to comment.