python-Babel: remove over-specified platform restrictions

This commit is contained in:
Peter Simons 2015-09-04 10:09:53 +02:00
parent 636e7fa166
commit a7a125ac10

View File

@ -10399,7 +10399,6 @@ let
description = "A collection of tools for internationalizing Python applications";
license = "BSD";
maintainers = with maintainers; [ garbas ];
platforms = platforms.linux;
};
});