forked from mirrors/nixpkgs
pius: introduce perl as buildInput (#44415)
Otherwise, pius-party-worksheet would be unusable.
(cherry picked from commit 4dbf327d92
)
This commit is contained in:
parent
51b8c7986a
commit
b8da5fc4bd
|
@ -1,4 +1,4 @@
|
|||
{ fetchFromGitHub, stdenv, pythonPackages, gnupg }:
|
||||
{ fetchFromGitHub, stdenv, pythonPackages, gnupg, perl }:
|
||||
|
||||
let version = "2.2.6"; in
|
||||
pythonPackages.buildPythonApplication {
|
||||
|
@ -18,6 +18,8 @@ pythonPackages.buildPythonApplication {
|
|||
done
|
||||
'';
|
||||
|
||||
buildInputs = [ perl ];
|
||||
|
||||
meta = {
|
||||
homepage = https://www.phildev.net/pius/;
|
||||
|
||||
|
|
Loading…
Reference in a new issue