forked from nikkuss/pkgs
changed: license to be unfree
This commit is contained in:
@@ -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"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user