pantheon.switchboard-plug-power: don't override pkgconfig
We submitted a patch upstream to fix this.
This commit is contained in:
parent
1575b3971c
commit
a0f3043189
|
@ -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; {
|
meta = with stdenv.lib; {
|
||||||
description = "Switchboard Power Plug";
|
description = "Switchboard Power Plug";
|
||||||
homepage = https://github.com/elementary/switchboard-plug-power;
|
homepage = https://github.com/elementary/switchboard-plug-power;
|
||||||
|
|
Loading…
Reference in New Issue