added: hexagon sdk #7

Open
doloro wants to merge 5 commits from hexagon-sdk into main
Showing only changes of commit 5594228115 - Show all commits
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Hexagon SDK for working with the Qualcomm NPU/DSP"; description = "Hexagon SDK for working with the Qualcomm NPU/DSP";
homepage = "https://github.com/snapdragon-toolchain/hexagon-sdk"; homepage = "https://github.com/snapdragon-toolchain/hexagon-sdk";
license = lib.licenses.proprietary; license = lib.licenses.unfree;
platforms = [ platforms = [
"x86_64-linux" "x86_64-linux"
]; ];