13 stdenv.mkDerivation rec {
14 pname = "phoronix-test-suite";
18 url = "https://phoronix-test-suite.com/releases/phoronix-test-suite-${version}.tar.gz";
19 sha256 = "sha256-HyCS1TbAoxk+/FPkpQ887mXA7xp40x5UBPHGY//3t/Q=";
22 buildInputs = [ php ];
32 wrapProgram $out/bin/phoronix-test-suite \
33 --set PHP_BIN ${php}/bin/php \
45 simple-execution = callPackage ./tests.nix { };
49 description = "Open-Source, Automated Benchmarking";
50 homepage = "https://www.phoronix-test-suite.com/";
51 maintainers = with maintainers; [ davidak ];
52 license = licenses.gpl3;
53 platforms = with platforms; unix;
54 mainProgram = "phoronix-test-suite";