Put some comments in the mock-inferior module
About mocking the record file accessors not working :(
This commit is contained in:
parent
d3913a14d5
commit
f29230e034
1 changed files with 2 additions and 2 deletions
|
|
@ -26,11 +26,11 @@
|
|||
(define (with-mock-inferior-packages f)
|
||||
(mock
|
||||
((guix inferior)
|
||||
inferior-package-name
|
||||
%inferior-package-name-procedure ; TODO This only sometimes works :(
|
||||
mock-inferior-package-name)
|
||||
(mock
|
||||
((guix inferior)
|
||||
inferior-package-version
|
||||
%inferior-package-version-procedure ; TODO This only sometimes works :(
|
||||
mock-inferior-package-version)
|
||||
(mock
|
||||
((guix inferior)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue