mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
[cpan2nix] perlPackages.AlienGMP: cleanup
This commit is contained in:
parent
494bb9293f
commit
d47a04a47c
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ let
|
|||
sha256 = "116vvh1b0d1ykkklqgfxfn89g3bw90a4cj3qrvsnkw1kk5cmn60a";
|
||||
};
|
||||
propagatedBuildInputs = [ AlienBuild ];
|
||||
buildInputs = [ pkgs.gmp DevelChecklib Test2Suite ];
|
||||
buildInputs = [ pkgs.gmp DevelChecklib HTMLParser SortVersions Test2Suite URI ];
|
||||
meta = {
|
||||
description = "Alien package for the GNU Multiple Precision library.";
|
||||
license = with stdenv.lib.licenses; [ lgpl3Plus ];
|
||||
|
|
Loading…
Reference in a new issue