mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Restrict architectures to x86_64
This commit is contained in:
parent
19ebff1d95
commit
29c8d83f88
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
description = "C++ standard library for concurrency and parallelism";
|
||||
homepage = "https://github.com/STEllAR-GROUP/hpx";
|
||||
license = stdenv.lib.licenses.boost;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = [ "x86_64-linux" ]; # stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ bobakker ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user