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
33
pkgs/misc/solfege/css.patch
Normal file
33
pkgs/misc/solfege/css.patch
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Fix theme parsing errors: https://savannah.gnu.org/bugs/index.php?53107
|
||||
|
||||
--- a/solfege.css
|
||||
+++ b/solfege.css
|
||||
@@ -7,19 +7,19 @@
|
||||
-#ProgressionNameLabel, #Feedback { font: "Sans 18" }
|
||||
-#ProgressionLabelNumber { font: "Sans 12" }
|
||||
-#BoldText { font: Bold }
|
||||
+#ProgressionNameLabel, #Feedback { font: 18px Sans }
|
||||
+#ProgressionLabelNumber { font: 12px Sans }
|
||||
+#BoldText { font: 12px Sans Bold }
|
||||
|
||||
-#StatisticsH1, #Heading1 { font: Sans 18 }
|
||||
-#StatisticsH2, #Heading2 { font: Sans 14 }
|
||||
+#StatisticsH1, #Heading1 { font: 18px Sans }
|
||||
+#StatisticsH2, #Heading2 { font: 14px Sans }
|
||||
|
||||
-#BpmInactiveLabel { font: Sans 12 }
|
||||
-#BpmActiveLabel { font: Sans Bold 12 }
|
||||
+#BpmInactiveLabel { font: 12px Sans }
|
||||
+#BpmActiveLabel { font: 12px Sans Bold }
|
||||
|
||||
#DIALOGWARNING2 { background: red; }
|
||||
#DIALOGWARNING { background: yellow; }
|
||||
|
||||
#DEBUGWARNING {
|
||||
background: red;
|
||||
- font: Sans Bold 24;
|
||||
+ font: 24px Sans Bold;
|
||||
}
|
||||
|
||||
-#FlashBarLabel { font: Sans 16 }
|
||||
+#FlashBarLabel { font: 16px Sans }
|
||||
Loading…
Add table
Add a link
Reference in a new issue