[cpan2nix] perlPackages.WxGLCanvas: cleanup

This commit is contained in:
volth 2018-04-07 07:57:24 +00:00
parent 21d3bd04f2
commit 215e71fdf2

View File

@ -16439,7 +16439,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/M/MB/MBARBON/${name}.tar.gz";
sha256 = "1q4gvj4gdx4l8k4mkgiix24p9mdfy1miv7abidf0my3gy2gw5lka";
};
propagatedBuildInputs = [ Wx OpenGL pkgs.libGLU ];
propagatedBuildInputs = [ pkgs.libGLU Wx ];
doCheck = false;
};