changed: license to be unfree
check / build (push) Failing after 4m23s
check / build (pull_request) Failing after 4m25s

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 = {
description = "Hexagon SDK for working with the Qualcomm NPU/DSP";
homepage = "https://github.com/snapdragon-toolchain/hexagon-sdk";
license = lib.licenses.proprietary;
license = lib.licenses.unfree;
platforms = [
"x86_64-linux"
];