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:
@@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ris ];
|
maintainers = with maintainers; [ ris ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user