mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
a360198627
commit
c7de6bfeb3
1 changed files with 2 additions and 2 deletions
|
@ -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'';
|
||||
|
|
Loading…
Reference in a new issue