Updating cromfs to 1.5.9.1, as the previous did not build with glibc 2.12.

Thanks to Bisqwit for the quick reaction.


svn path=/nixpkgs/branches/stdenv-updates/; revision=25224
This commit is contained in:
Lluís Batlle i Rossell 2010-12-21 14:27:48 +00:00
parent a360198627
commit c7de6bfeb3

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, pkgconfig, fuse, perl}:
stdenv.mkDerivation rec {
name = "cromfs-1.5.9";
name = "cromfs-1.5.9.1";
src = fetchurl {
url = "http://bisqwit.iki.fi/src/arch/${name}.tar.bz2";
sha256 = "0vdpgx0g6yrhqsg50fhksdaaid4gf2gifrxd0xs3idhwg4jmg4ik";
sha256 = "02k0nd7zvcksn7vjxlynsdgdvkayfzzhv622n9zkka94756lr0fk";
};
patchPhase = ''sed -i 's@/bin/bash@/bin/sh@g' configure; set -x'';