masterpdfeditor: format
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{ stdenv
|
||||
, fetchurl
|
||||
, sane-backends
|
||||
, nss
|
||||
, autoPatchelfHook
|
||||
, lib
|
||||
, libsForQt5
|
||||
, pkcs11helper
|
||||
{
|
||||
stdenv,
|
||||
fetchurl,
|
||||
sane-backends,
|
||||
nss,
|
||||
autoPatchelfHook,
|
||||
lib,
|
||||
libsForQt5,
|
||||
pkcs11helper,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -54,13 +55,13 @@ stdenv.mkDerivation rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Master PDF Editor";
|
||||
homepage = "https://code-industry.net/free-pdf-editor/";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfreeRedistributable;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfreeRedistributable;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ cmcdragonkai ];
|
||||
maintainers = with lib.maintainers; [ cmcdragonkai ];
|
||||
mainProgram = "masterpdfeditor5";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user