libreoffice-bin: set meta.sourceProvenance

This commit is contained in:
Thomas Gerbet 2024-01-30 19:12:54 +01:00
parent 056a4d8d52
commit 3ceb400cf6

View file

@ -75,6 +75,7 @@ stdenvNoCC.mkDerivation {
homepage = "https://libreoffice.org/";
license = licenses.lgpl3;
maintainers = with maintainers; [ tricktron ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-darwin" "aarch64-darwin" ];
};
}