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