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