Skip to content

Commit ccc16b8

Browse files
committed
chore(emacs-master.scm): remove make flag substitution
This was necessary before because this channel had its own test selection. Now that tests aren't being ran anymore, doing this substitution is unecessary.
1 parent 353e45c commit ccc16b8

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

emacs-master.scm

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@
7070
"emacs-native-comp-pin-packages.patch"))))
7171
(arguments
7272
(substitute-keyword-arguments (package-arguments emacs-next-minimal)
73-
((#:make-flags flags #~'())
74-
#~(list (let ((release-date "2025-08-14 05:04:03"))
75-
(string-append "RUN_TEMACS= "
76-
#$libfaketime
77-
"/bin/faketime -m -f '" release-date "'"
78-
" ./temacs"))))
7973
((#:tests? tests #~'())
8074
#f)))))
8175

@@ -99,12 +93,6 @@
9993
;; originals to better fit their quirks.
10094
(arguments
10195
(substitute-keyword-arguments (package-arguments emacs)
102-
((#:make-flags flags #~'())
103-
#~(list (let ((release-date "2025-08-14 05:04:03"))
104-
(string-append "RUN_TEMACS= "
105-
#$libfaketime
106-
"/bin/faketime -m -f '" release-date "'"
107-
" ./temacs"))))
10896
((#:tests? tests #~'())
10997
#f)))
11098
(inputs (package-inputs emacs))
@@ -165,12 +153,6 @@
165153
(substitute-keyword-arguments (package-arguments emacs)
166154
((#:configure-flags flags #~'())
167155
#~(cons* "--with-mps=yes" #$flags))
168-
((#:make-flags flags #~'())
169-
#~(list (let ((release-date "2025-08-14 05:04:03"))
170-
(string-append "RUN_TEMACS= "
171-
#$libfaketime
172-
"/bin/faketime -m -f '" release-date "'"
173-
" ./temacs"))))
174156
((#:tests? tests #~'())
175157
#f))
176158
#:inputs

0 commit comments

Comments
 (0)