mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Revert "Remove spurious call to patchPhase."
This reverts commit 9a12461586
.
This commit is contained in:
parent
9a12461586
commit
a03ff825b3
@ -20,6 +20,8 @@ in pythonPackages.buildPythonApplication rec {
|
||||
--replace /etc $out/etc \
|
||||
--replace /lib/systemd $out/lib/systemd \
|
||||
--replace 'self.init_system = ""' 'self.init_system = "systemd"'
|
||||
|
||||
patchPhase
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ cheetah jinja2 prettytable
|
||||
|
Loading…
Reference in New Issue
Block a user