1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "0rcv40dcshqpchwkdlhsv3n68h9swm9fh4d1cgzr2hsp6rs7k8jp";
13 homepage = "https://github.com/caseman/noise";
14 description = "Native-code and shader implementations of Perlin noise";
15 license = licenses.mit;
16 platforms = platforms.all;