Removing static compilation of the driver for cromfs, so the package works again in x86_64
svn path=/nixpkgs/trunk/; revision=15309
This commit is contained in:
parent
1e8fff0915
commit
c2d651ef68
|
@ -15,10 +15,12 @@ stdenv.mkDerivation {
|
||||||
homepage = http://bisqwit.iki.fi/source/cromfs.html;
|
homepage = http://bisqwit.iki.fi/source/cromfs.html;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Removing the static linking, as it doesn't compile in x86_64.
|
||||||
|
makeFlags = "cromfs-driver util/mkcromfs util/unmkcromfs util/cvcromfs";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -d $out/bin
|
install -d $out/bin
|
||||||
install cromfs-driver $out/bin
|
install cromfs-driver $out/bin
|
||||||
install cromfs-driver-static $out/bin
|
|
||||||
install util/cvcromfs $out/bin
|
install util/cvcromfs $out/bin
|
||||||
install util/mkcromfs $out/bin
|
install util/mkcromfs $out/bin
|
||||||
install util/unmkcromfs $out/bin
|
install util/unmkcromfs $out/bin
|
||||||
|
|
Loading…
Reference in New Issue