simp_le: Restricting to platforms.linux

This commit is contained in:
Judson 2018-08-04 14:21:19 -07:00
parent 7ab9e9b15b
commit fb26b73f11
No known key found for this signature in database
GPG Key ID: 12E21E4B9A3F82AA

View File

@ -29,6 +29,6 @@ pythonPackages.buildPythonApplication rec {
description = "Simple Let's Encrypt client";
license = licenses.gpl3;
maintainers = with maintainers; [ gebner makefu ];
platforms = platforms.all;
platforms = platforms.linux;
};
}