* Glibc 2.3.6.
* GCC 3.4.5. * Updated several other stdenv packages. * Modified the builders of several packages to use the generic builder. svn path=/nixpkgs/trunk/; revision=4336
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
buildinputs="$gettext"
|
||||
source $stdenv/setup || exit 1
|
||||
|
||||
tar xvfz $src || exit 1
|
||||
cd popt-* || exit 1
|
||||
./configure --prefix=$out || exit 1
|
||||
make || exit 1
|
||||
make install || exit 1
|
||||
strip -S $out/lib/*.a || exit 1
|
||||
@@ -4,10 +4,9 @@ assert gettext != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "popt-1.7";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/popt-1.7.tar.gz;
|
||||
md5 = "5988e7aeb0ae4dac8d83561265984cc9";
|
||||
};
|
||||
gettext = gettext;
|
||||
buildInputs = [gettext];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user