gnu: xen: Don't patch etherboot Makefile.

* gnu/packages/virtualization.scm (xen)[arguments]<#:phases>[patch]:
Don't patch etherboot's "Makefile".
This commit is contained in:
Danny Milosavljevic 2019-01-21 12:09:32 +01:00
parent b65b78ff38
commit 504f3ac840
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1191,9 +1191,6 @@ (define-public xen
(string-append "CFLAGS += -march=i686 -I"
(assoc-ref inputs "cross-libc")
"/include")))
;; Tries to use "git clone".
(substitute* "tools/firmware/Makefile"
(("\\+= etherboot") "+="))
;; /var is not in /gnu/store , so don't try to create it.
(substitute* '("tools/Makefile"
"tools/xenstore/Makefile"