sof-firmware: change sourceProvenance to binaryFirmware (#463188)
This commit is contained in:
@@ -42,6 +42,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
hmenke
|
||||
];
|
||||
platforms = with lib.platforms; linux;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryFirmware ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user