boost155: Not supported on aarch64
This commit is contained in:
parent
bb6361b81a
commit
2b450377bf
@ -126,7 +126,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Collection of C++ libraries";
|
description = "Collection of C++ libraries";
|
||||||
license = stdenv.lib.licenses.boost;
|
license = stdenv.lib.licenses.boost;
|
||||||
|
|
||||||
platforms = platforms.unix;
|
platforms = (if versionOlder version "1.59" then remove "aarch64-linux" else id) platforms.unix;
|
||||||
maintainers = with maintainers; [ peti wkennington ];
|
maintainers = with maintainers; [ peti wkennington ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user