Skip to content

Commit

Permalink
boost155: Not supported on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Mar 10, 2017
1 parent bb6361b commit 2b45037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/generic.nix
Expand Up @@ -126,7 +126,7 @@ stdenv.mkDerivation {
description = "Collection of C++ libraries";
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 ];
};

Expand Down

0 comments on commit 2b45037

Please sign in to comment.