forked from mirrors/nixpkgs
cromfs: use gcc 4.8 to fix build on i686 (ZHF)
This commit is contained in:
parent
c30410e2dc
commit
561fecb239
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, pkgconfig, fuse, perl }:
|
||||
{ stdenv, fetchurl, pkgconfig, fuse, perl, gcc48 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cromfs-1.5.10.2";
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
install util/unmkcromfs $out/bin
|
||||
'';
|
||||
|
||||
buildInputs = [ pkgconfig fuse perl ];
|
||||
buildInputs = [ pkgconfig fuse perl gcc48 ];
|
||||
|
||||
meta = {
|
||||
description = "FUSE Compressed ROM filesystem with lzma";
|
||||
|
|
Loading…
Reference in a new issue