aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/polybar
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-02-11 14:19:44 +0200
committerAlyssa Ross <hi@alyssa.is>2020-03-13 03:21:45 +0000
commitcc5665d223e96361468068ff3ab9788e96c38a75 (patch)
tree3975b0faa0f55b3db43944e757667e60ff3f8542 /pkgs/applications/misc/polybar
parentbf71875060fca2bed07d1ed32482985cd11ef094 (diff)
polybar: remove doing nothing postConfigure
Diffstat (limited to 'pkgs/applications/misc/polybar')
-rw-r--r--pkgs/applications/misc/polybar/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/misc/polybar/default.nix b/pkgs/applications/misc/polybar/default.nix
index e1045663a3bd..1fc0162f8d08 100644
--- a/pkgs/applications/misc/polybar/default.nix
+++ b/pkgs/applications/misc/polybar/default.nix
@@ -68,11 +68,6 @@ stdenv.mkDerivation rec {
(if i3Support || i3GapsSupport then makeWrapper else null)
];
- postConfigure = ''
- substituteInPlace generated-sources/settings.hpp \
- --replace "${stdenv.cc}" "${stdenv.cc.name}"
- '';
-
postInstall = if (i3Support || i3GapsSupport) then ''
wrapProgram $out/bin/polybar \
--prefix PATH : "${if i3Support then i3 else i3-gaps}/bin"