unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 5edf1b7c8e373ffd61ce1eb2556728c37a277d86 454 bytes (raw)
name: gnu/packages/patches/nsis-SConstruct-sde-support.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
diff --git a/SConstruct b/SConstruct
index e8252c9..41786f2 100755
--- a/SConstruct
+++ b/SConstruct
@@ -95,8 +95,8 @@ default_doctype = 'html'
 if defenv.WhereIs('hhc', os.environ['PATH']):
 	default_doctype = 'chm'
 
-from time import strftime, gmtime
-cvs_version = strftime('%d-%b-%Y.cvs', gmtime())
+import time
+cvs_version = time.strftime('%d-%b-%Y.cvs', time.gmtime(int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))))
 
 opts = Variables()
 

debug log:

solving 5edf1b7c8e ...
found 5edf1b7c8e in https://yhetil.org/guix-patches/20210529053107.381628-1-contact@carldong.me/

applying [1/1] https://yhetil.org/guix-patches/20210529053107.381628-1-contact@carldong.me/
diff --git a/gnu/packages/patches/nsis-SConstruct-sde-support.patch b/gnu/packages/patches/nsis-SConstruct-sde-support.patch
new file mode 100644
index 0000000000..5edf1b7c8e

1:13: space before tab in indent.
 	default_doctype = 'chm'
1:14: trailing whitespace.
 
1:19: trailing whitespace.
 
1:21: trailing whitespace.
 
Checking patch gnu/packages/patches/nsis-SConstruct-sde-support.patch...
1:21: new blank line at EOF.
+
Applied patch gnu/packages/patches/nsis-SConstruct-sde-support.patch cleanly.
warning: 5 lines add whitespace errors.

index at:
100644 5edf1b7c8e373ffd61ce1eb2556728c37a277d86	gnu/packages/patches/nsis-SConstruct-sde-support.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).