mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
gildas: fix makefile rule
This commit is contained in:
parent
205f3e941a
commit
3bc898035d
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ gtk2-x11 lesstif cfitsio python27Env ];
|
||||
|
||||
patches = [ ./wrapper.patch ./return-error-code.patch ./clang.patch ./aarch64.patch ];
|
||||
patches = [ ./wrapper.patch ./return-error-code.patch ./clang.patch ./aarch64.patch ./gag-font-bin-rule.patch ];
|
||||
|
||||
configurePhase=''
|
||||
substituteInPlace admin/wrapper.sh --replace '%%OUT%%' $out
|
||||
|
@ -0,0 +1,13 @@
|
||||
diff -ruN gildas-src-aug18a/kernel/etc/Makefile gildas-src-aug18a.gag-font-bin-rule/kernel/etc/Makefile
|
||||
--- gildas-src-aug18a/kernel/etc/Makefile 2016-09-09 09:39:37.000000000 +0200
|
||||
+++ gildas-src-aug18a.gag-font-bin-rule/kernel/etc/Makefile 2018-09-04 12:03:11.000000000 +0200
|
||||
@@ -29,7 +29,8 @@
|
||||
|
||||
SEDEXE=sed -e 's?source tree?executable tree?g'
|
||||
|
||||
-$(datadir)/gag-font.bin: hershey-font.dat $(bindir)/hershey
|
||||
+$(datadir)/gag-font.bin: hershey-font.dat $(bindir)/hershey \
|
||||
+ $(gagintdir)/etc/gag.dico.gbl $(gagintdir)/etc/gag.dico.lcl
|
||||
ifeq ($(GAG_ENV_KIND)-$(GAG_TARGET_KIND),cygwin-mingw)
|
||||
$(bindir)/hershey `cygpath -w $(datadir)`/gag-font.bin
|
||||
else
|
Loading…
Reference in New Issue
Block a user