Remove unneeded 'with's from meta.platforms

This commit is contained in:
Pascal Wittmann
2015-11-25 23:04:57 +01:00
parent 380ed0229c
commit 6d25c0f1b3
10 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Embedded Qt Lisp (ECL+Qt)";
maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux;
platforms = platforms.linux;
license = licenses.mit;
};