svn path=/nixpkgs/branches/stdenv-updates/; revision=13604
This commit is contained in:
parent
0adab29d1e
commit
e4a8b61eba
2 changed files with 2 additions and 3 deletions
|
@ -5,8 +5,7 @@ with pkgs;
|
|||
rec {
|
||||
|
||||
makeSourceTarball = args: import ./make-source-tarball.nix (
|
||||
{ inherit autoconf automake libtool;
|
||||
stdenv = stdenvNew;
|
||||
{ inherit stdenv autoconf automake libtool;
|
||||
} // args);
|
||||
|
||||
nixBuild = args: import ./nix-build.nix (
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
bison, autoconf, automake, sourceByName, getConfig, lib, atlas, gperf, python, glibc, gnuplot, texinfo, texLive}:
|
||||
|
||||
assert readline != null && ncurses != null && flex != null;
|
||||
assert g77.langF77;
|
||||
assert g77.langFortran;
|
||||
|
||||
let commonBuildInputs = [g77 readline ncurses perl glibc]; in
|
||||
|
||||
|
|
Loading…
Reference in a new issue