duplicati: add sourceProvenance patern

This commit is contained in:
wxt 2024-09-08 20:50:24 +08:00
parent 83d27c3878
commit 45d49fecef

View File

@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.duplicati.com/";
license = licenses.lgpl21;
maintainers = with maintainers; [ nyanloutre bot-wxt1221 ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
platforms = platforms.all;
};
}