gnome3.gnome_control_center: remove unneeded substituteInPlace

This commit is contained in:
Robin Gloster 2016-08-14 20:24:03 +00:00
parent f11f3b0519
commit 45d183614d

View File

@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
networkmanager modemmanager makeWrapper gnome3.gnome-bluetooth grilo ];
preBuild = ''
substituteInPlace tz.h --replace "/usr/share/zoneinfo/zone.tab" "${tzdata}/share/zoneinfo/zone.tab"
substituteInPlace panels/datetime/tz.h --replace "/usr/share/zoneinfo/zone.tab" "${tzdata}/share/zoneinfo/zone.tab"
# hack to make test-endianess happy