libuuid: Fix cross-GNU builds.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25087
This commit is contained in:
parent
d922bfcfc2
commit
0847b74a2c
|
@ -4524,8 +4524,8 @@ let
|
||||||
hostDrv = lib.overrideDerivation utillinuxng.hostDrv (args: {
|
hostDrv = lib.overrideDerivation utillinuxng.hostDrv (args: {
|
||||||
# `libblkid' fails to build on GNU/Hurd.
|
# `libblkid' fails to build on GNU/Hurd.
|
||||||
configureFlags = args.configureFlags
|
configureFlags = args.configureFlags
|
||||||
+ " --disable-libblkid --disable-mount --disable-fsck"
|
+ " --disable-libblkid --disable-mount --disable-libmount"
|
||||||
+ " --enable-static";
|
+ " --disable-fsck --enable-static";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
CPPFLAGS = # ugly hack for ugly software!
|
CPPFLAGS = # ugly hack for ugly software!
|
||||||
lib.concatStringsSep " "
|
lib.concatStringsSep " "
|
||||||
|
|
Loading…
Reference in New Issue