mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 04:59:01 +00:00
losslesscut-bin: add meta.sourceProvenance
This commit is contained in:
parent
c4668b9180
commit
c98b1663a4
@ -13,6 +13,7 @@ let
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ ShamrockLee ];
|
||||
mainProgram = "losslesscut";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
x86_64-appimage = callPackage ./build-from-appimage.nix {
|
||||
inherit pname version metaCommon;
|
||||
|
Loading…
Reference in New Issue
Block a user