Skip to content

Commit

Permalink
Merge pull request #221968 from amjoseph-nixpkgs/pr/gcc-arm-embedded/…
Browse files Browse the repository at this point in the history
…sourceProvenance

gcc-arm-embedded: meta.sourceProvenance = binaryNativeCode
  • Loading branch information
Adam Joseph authored Mar 20, 2023
2 parents 7055ad6 + a9d6317 commit 283a0ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/gcc-arm-embedded/10/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ bsd2 gpl2 gpl3 lgpl21 lgpl3 mit ];
maintainers = with maintainers; [ prusnak ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/gcc-arm-embedded/11/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ bsd2 gpl2 gpl3 lgpl21 lgpl3 mit ];
maintainers = with maintainers; [ prusnak ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/gcc-arm-embedded/12/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ bsd2 gpl2 gpl3 lgpl21 lgpl3 mit ];
maintainers = with maintainers; [ prusnak ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/gcc-arm-embedded/6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ bsd2 gpl2 gpl3 lgpl21 lgpl3 mit ];
maintainers = with maintainers; [ prusnak ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/gcc-arm-embedded/7/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ bsd2 gpl2 gpl3 lgpl21 lgpl3 mit ];
maintainers = with maintainers; [ prusnak ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/gcc-arm-embedded/8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ bsd2 gpl2 gpl3 lgpl21 lgpl3 mit ];
maintainers = with maintainers; [ prusnak ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/gcc-arm-embedded/9/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ bsd2 gpl2 gpl3 lgpl21 lgpl3 mit ];
maintainers = with maintainers; [ prusnak ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
};
}

0 comments on commit 283a0ab

Please sign in to comment.