mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
331f913861
* A new `distPhase' to build source distributions (enabled when $doDist = 1). * A new `checkPhase' to perform `make check' (enabled when $doCheck = 1). * Allow the prefix to be redirected, either by setting $prefix or by setting $useTempPrefix to 1. Useful when making distributions. * Allow the build or install phases to be skipped by setting $dontBuild $dontInstall to 1. * Allow the order of phases to be changed by setting $phases. svn path=/nixpkgs/trunk/; revision=1151
23 lines
715 B
Plaintext
23 lines
715 B
Plaintext
* Bump freetype to 2.1.7 (but it breaks Pango 1.2.5).
|
|
|
|
* Patch development/tools/misc/libtool not to search standard
|
|
directories for libraries (like setup.sh does now). [do we want
|
|
this?]
|
|
|
|
* In setup.sh: add configureFlagsArray or something
|
|
|
|
* Inform freedesktop people that Xaw requires Xpm.
|
|
|
|
* After building gcc, filter out references to /tmp/nix... in
|
|
.../lib/libsupc++.la and .../lib/libstdc++.la
|
|
|
|
* diffutils retains a dependency on coreutils/bin/pr; causes stdenv to
|
|
depend on 2 copies of coreutils (the first one impure in
|
|
stdenv-nix-linux!)
|
|
|
|
|
|
|
|
* change dontMake & dontMakeInstall into dontBuild and dontInstall in
|
|
./development/libraries/xlibs/xlibs/builder.sh (or put it in its
|
|
default.nix)
|