mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
polybar: remove doing nothing postConfigure
This commit is contained in:
parent
bf71875060
commit
cc5665d223
1 changed files with 0 additions and 5 deletions
|
@ -68,11 +68,6 @@ stdenv.mkDerivation rec {
|
||||||
(if i3Support || i3GapsSupport then makeWrapper else null)
|
(if i3Support || i3GapsSupport then makeWrapper else null)
|
||||||
];
|
];
|
||||||
|
|
||||||
postConfigure = ''
|
|
||||||
substituteInPlace generated-sources/settings.hpp \
|
|
||||||
--replace "${stdenv.cc}" "${stdenv.cc.name}"
|
|
||||||
'';
|
|
||||||
|
|
||||||
postInstall = if (i3Support || i3GapsSupport) then ''
|
postInstall = if (i3Support || i3GapsSupport) then ''
|
||||||
wrapProgram $out/bin/polybar \
|
wrapProgram $out/bin/polybar \
|
||||||
--prefix PATH : "${if i3Support then i3 else i3-gaps}/bin"
|
--prefix PATH : "${if i3Support then i3 else i3-gaps}/bin"
|
||||||
|
|
Loading…
Reference in a new issue