perlPackages.FileDesktopEntry: fix build by adding missing Module::Build

This commit is contained in:
Jörg Thalheim 2018-06-08 14:00:55 +01:00
parent 7212a6c130
commit aa11c0877b

View file

@ -5876,6 +5876,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "d7f80d8bd303651a43dc1810c73740d38a0d2b158fb33cd3b6ca4d3a566da7cb";
};
propagatedBuildInputs = [ FileBaseDir ];
buildInputs = [ ModuleBuild ];
};
FileFindIterator = buildPerlPackage {