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:
Kier Davis 2019-07-16 14:28:49 +01:00
parent 97ef23794b
commit 5e54487080
No known key found for this signature in database
GPG key ID: 66378DA35FF9F0FA

View file

@ -19,7 +19,7 @@ python3Packages.buildPythonApplication {
done
'';
nativeBuildInputs = [ perl ];
buildInputs = [ perl ];
meta = {
homepage = https://www.phildev.net/pius/;