Skip to content

Commit

Permalink
masterpdfeditor: fix platform (amd64 only)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Nov 1, 2017
1 parent 8162e58 commit e4913c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/masterpdfeditor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit e4913c2

Please sign in to comment.