treewide: remove aliases evaluated to null

This commit is contained in:
volth
2018-12-14 16:27:53 +00:00
parent 707c059eb2
commit 6d2edfb0b8
15 changed files with 34 additions and 37 deletions
+3 -3
View File
@@ -12,10 +12,10 @@ stdenv.mkDerivation rec {
sha256 = "1pg4jxzb7f58ls5s8mygza8kqdap2c50kwlsdkf28bz1xi611zbi";
};
buildInputs =
[boost] ++
buildInputs =
[boost] ++
(with perlPackages; [ perl makeWrapper which
EncodeLocale MathClipper ExtUtilsXSpp threads
EncodeLocale MathClipper ExtUtilsXSpp
MathConvexHullMonotoneChain MathGeometryVoronoi MathPlanePath Moo
IOStringy ClassXSAccessor Wx GrowlGNTP NetDBus ImportInto XMLSAX
ExtUtilsMakeMaker OpenGL WxGLCanvas ModuleBuild LWP
@@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
Moo
NetDBus
OpenGL
threads
XMLSAX
]);