uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/src/Widgets/DeviceList.vala b/src/Widgets/DeviceList.vala
|
||||
index 0c56f46..33d97b3 100644
|
||||
--- a/src/Widgets/DeviceList.vala
|
||||
+++ b/src/Widgets/DeviceList.vala
|
||||
@@ -39,7 +39,7 @@ public class Power.Widgets.DeviceList : Gtk.ListBox {
|
||||
string device_path = path_entries.@get (value);
|
||||
try {
|
||||
AppInfo statistics_app = AppInfo.create_from_commandline (
|
||||
- "gnome-power-statistics --device " + device_path,
|
||||
+ "@gnome_power_manager@/bin/gnome-power-statistics --device " + device_path,
|
||||
"",
|
||||
AppInfoCreateFlags.NONE
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue