1 { lib, stdenv, fetchurl, autoPatchelfHook }:
4 pname = "losslessaudiochecker";
8 url = "https://web.archive.org/web/20211119122205/https://losslessaudiochecker.com/dl/LAC-Linux-64bit.tar.gz";
9 sha256 = "1i1zbl7sqwxwmhw89lgz922l5k85in3y76zb06h8j3zd0lb20wkq";
12 nativeBuildInputs = [ autoPatchelfHook ];
19 install LAC -D -t $out/bin
23 description = "Utility to check whether audio is truly lossless or not";
24 homepage = "https://losslessaudiochecker.com";
25 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
26 license = lib.licenses.unfree;
27 platforms = [ "x86_64-linux" ];
28 maintainers = with lib.maintainers; [ p-h ];