firefox-bin: fix evaluation

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-15 23:22:50 +02:00
parent 85148e8ed2
commit e8db151fa3
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 1 additions and 1 deletions

View File

@ -180,6 +180,6 @@ stdenv.mkDerivation {
url = http://www.mozilla.org/en-US/foundation/trademarks/policy/;
};
platforms = platforms.linux;
maintainers = with lib.maintainers; [ garbas ];
maintainers = with maintainers; [ garbas ];
};
}