Remove unneeded 'with's from meta.platforms

This commit is contained in:
Pascal Wittmann
2015-11-25 23:06:09 +01:00
parent 380ed0229c
commit 6d25c0f1b3
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool to run processes untied from some of the namespaces";
maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
passthru = {