mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
8114d5dabb
this could probably be done without an emulator -- by injecting the buildPackages cc wherever argyllcms uses the "GenFile" pattern, but this would require much more involved patching.
22 lines
310 B
Diff
22 lines
310 B
Diff
diff --git a/Jambase b/Jambase
|
|
--- a/Jambase
|
|
+++ b/Jambase
|
|
@@ -4247,7 +4247,7 @@
|
|
|
|
actions GenFileND1
|
|
{
|
|
- $(>)
|
|
+ @emulator@ $(>)
|
|
}
|
|
|
|
actions GenFileNND1
|
|
@@ -4410,7 +4410,7 @@
|
|
actions GenFile1
|
|
{
|
|
PATH="$PATH:."
|
|
- $(>[1]) $(<) $(>[2-])
|
|
+ @emulator@ $(>[1]) $(<) $(>[2-])
|
|
}
|
|
|
|
actions CreateCatFile_
|
|
|