mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
pari_alpha: use perl to generate function descriptions
This commit is contained in:
parent
5af1b7ad02
commit
8e9ad9bfdc
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, gmp, readline }:
|
||||
{ stdenv, fetchurl, gmp, readline, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.8.0.alpha";
|
||||
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [gmp readline];
|
||||
nativeBuildInputs = [perl];
|
||||
|
||||
configureScript = "./Configure";
|
||||
configureFlags =
|
||||
|
Loading…
Reference in New Issue
Block a user