pius: perl should be a runtime dependency, not a build-time one
Since 61bc03c017, patch-shebangs
now distinguishes between build-time and runtime dependencies.
Prior to this commit, perl was not being placed in patch-shebangs'
search path when it is run during the fixup phase.
This commit is contained in:
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://www.phildev.net/pius/;
|
homepage = https://www.phildev.net/pius/;
|
||||||
|
|||||||
Reference in New Issue
Block a user