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";
|
description = "C++ standard library for concurrency and parallelism";
|
||||||
homepage = "https://github.com/STEllAR-GROUP/hpx";
|
homepage = "https://github.com/STEllAR-GROUP/hpx";
|
||||||
license = stdenv.lib.licenses.boost;
|
license = stdenv.lib.licenses.boost;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = [ "x86_64-linux" ]; # stdenv.lib.platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ bobakker ];
|
maintainers = with stdenv.lib.maintainers; [ bobakker ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user