Fix evaluation
This commit is contained in:
parent
3a1d3990e5
commit
08819d1aed
@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://code.google.com/p/snappy/
|
||||
license = "BSD"
|
||||
homepage = http://code.google.com/p/snappy/;
|
||||
license = "BSD";
|
||||
description = "Compression/decompression library for very high speeds";
|
||||
};
|
||||
}
|
||||
|
@ -4580,7 +4580,7 @@ pythonPackages = python.modules // rec {
|
||||
meta = {
|
||||
homepage = http://pypi.python.org/pypi/Unidecode/;
|
||||
description = "ASCII transliterations of Unicode text";
|
||||
license = pkgs.lib.licenses.gplv2;
|
||||
license = pkgs.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user