mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
graphene-hardened-malloc: constrain platforms to x64 linux
Build error on i686: > util.h:39:18: error: '__int128' is not supported on this target typedef unsigned __int128 u128;
This commit is contained in:
parent
2436c27541
commit
a08851c925
@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ris ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user