add libde265

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-18 09:46:33 +01:00
parent 6f4d774edf
commit 4937dc70b6
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -11,6 +11,7 @@
nativeBuildInputs = [
pkgs.git
];
buildInputs = [ pkgs.libde265 ];
CGO_ENABLED = "1";
buildPhase = ''
GOBIN=$PWD/bin go install -v ./cmd/compile_assets