mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
pius: introduce perl as buildInput (#44415)
Otherwise, pius-party-worksheet would be unusable.
This commit is contained in:
parent
8de1206d0c
commit
4dbf327d92
@ -1,4 +1,4 @@
|
||||
{ fetchFromGitHub, stdenv, pythonPackages, gnupg }:
|
||||
{ fetchFromGitHub, stdenv, pythonPackages, gnupg, perl }:
|
||||
|
||||
let version = "2.2.4"; in
|
||||
pythonPackages.buildPythonApplication {
|
||||
@ -18,6 +18,8 @@ pythonPackages.buildPythonApplication {
|
||||
done
|
||||
'';
|
||||
|
||||
buildInputs = [ perl ];
|
||||
|
||||
meta = {
|
||||
homepage = https://www.phildev.net/pius/;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user