1
0
forked from nikkuss/pkgs

changed: license to be unfree

This commit is contained in:
2026-04-20 00:03:00 +01:00
parent 4836330a2c
commit 5594228115
+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"
]; ];