7 stdenvNoCC.mkDerivation rec {
9 version = "1.13.35.2"; # Latest stable, 2018-02-05
12 url = "https://dl.google.com/dl/page-speed/psol/${version}-x64.tar.gz";
13 hash = "sha256-3zujyPxU4ThF0KHap6bj2YMSbCORKFG7+Lo1vmRqQ08=";
20 mv include lib -t $out
26 description = "PageSpeed Optimization Libraries";
27 homepage = "https://developers.google.com/speed/pagespeed/psol";
28 license = licenses.asl20;
29 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
30 # WARNING: This only works with Linux because the pre-built PSOL binary is only supplied for Linux.
31 # TODO: Build PSOL from source to support more platforms.
32 platforms = platforms.linux;