caprine-bin: add meta.sourceProvenance
This commit is contained in:
parent
39c882983c
commit
c4668b9180
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ let
|
|||
homepage = "https://sindresorhus.com/caprine";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ShamrockLee ];
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
x86_64-appimage = callPackage ./build-from-appimage.nix {
|
||||
inherit pname version metaCommon;
|
||||
|
|
Loading…
Reference in a new issue