Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
# http://www.open-mpi.org/projects/hwloc/license.php
|
||||
license = with licenses; bsd3;
|
||||
license = licenses.bsd3;
|
||||
|
||||
homepage = http://www.open-mpi.org/projects/hwloc/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user