1 { stdenv, lib, fetchFromGitHub, meson, ninja }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
8 owner = "simd-everywhere";
11 hash = "sha256-pj+zaD5o9XYkTavezcQFzM6ao0IdQP1zjP9L4vcCyEY=";
14 nativeBuildInputs = [ meson ninja ];
17 homepage = "https://simd-everywhere.github.io";
18 description = "Implementations of SIMD instruction sets for systems which don't natively support them";
19 license = with licenses; [mit];
20 maintainers = with maintainers; [ whiteley ];
21 platforms = flatten (with platforms; [