masterpdfeditor: fix platform (amd64 only)

This commit is contained in:
Florian Klink 2017-11-01 23:58:54 +01:00
parent 8162e580f5
commit e4913c2d30

View File

@ -47,7 +47,7 @@
description = "Master PDF Editor";
homepage = "https://code-industry.net/free-pdf-editor/";
license = licenses.unfreeRedistributable;
platforms = platforms.linux;
platforms = with platforms; [ "x86_64-linux" ];
maintainers = with maintainers; [ cmcdragonkai flokli ];
};
}