pius: introduce perl as buildInput (#44415)
Otherwise, pius-party-worksheet would be unusable. (cherry picked from commit 4dbf327d924d454a931c93da3eb4c6e8a13935a2)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ fetchFromGitHub, stdenv, pythonPackages, gnupg }:
|
{ fetchFromGitHub, stdenv, pythonPackages, gnupg, perl }:
|
||||||
|
|
||||||
let version = "2.2.6"; in
|
let version = "2.2.6"; in
|
||||||
pythonPackages.buildPythonApplication {
|
pythonPackages.buildPythonApplication {
|
||||||
@@ -18,6 +18,8 @@ pythonPackages.buildPythonApplication {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://www.phildev.net/pius/;
|
homepage = https://www.phildev.net/pius/;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user