about summary refs log tree commit diff
path: root/pkgs/development/misc/msp430
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-16 23:11:43 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-17 19:59:09 +0100
commit07706c46cabba8f1182d7c50c7d538d29acc65cf (patch)
tree06e649579fedf53430ca90cd05cf84ab4410f935 /pkgs/development/misc/msp430
parent45f19df837dc08dc0b629b9e89dce79d7b4b24aa (diff)
treewide/development: add sourceType binaryNativeCode for more packages
Diffstat (limited to 'pkgs/development/misc/msp430')
-rw-r--r--pkgs/development/misc/msp430/mspds/binary.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/misc/msp430/mspds/binary.nix b/pkgs/development/misc/msp430/mspds/binary.nix
index 967562580c67f..5b64ec328ae62 100644
--- a/pkgs/development/misc/msp430/mspds/binary.nix
+++ b/pkgs/development/misc/msp430/mspds/binary.nix
@@ -29,6 +29,7 @@ in stdenv.mkDerivation rec {
   meta = {
     description = "Unfree binary release of the TI MSP430 FET debug driver";
     homepage = "https://www.ti.com/tool/MSPDS";
+    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = platforms.linux ++ platforms.darwin;
     maintainers = with maintainers; [ aerialx ];