pantheon.switchboard-plug-power: don't override pkgconfig

We submitted a patch upstream to fix this.
This commit is contained in:
worldofpeace 2019-11-25 22:25:40 -05:00
parent 1575b3971c
commit a0f3043189

View file

@ -60,11 +60,6 @@ stdenv.mkDerivation rec {
})
];
PKG_CONFIG_SWITCHBOARD_2_0_PLUGSDIR = "${placeholder "out"}/lib/switchboard";
PKG_CONFIG_DBUS_1_SYSTEM_BUS_SERVICES_DIR = "${placeholder "out"}/share/dbus-1/system-services";
PKG_CONFIG_DBUS_1_SYSCONFDIR = "${placeholder "out"}/etc";
PKG_CONFIG_POLKIT_GOBJECT_1_POLICYDIR = "${placeholder "out"}/share/polkit-1/actions";
meta = with stdenv.lib; {
description = "Switchboard Power Plug";
homepage = https://github.com/elementary/switchboard-plug-power;