diff options
Diffstat (limited to 'loftix/patching.scm')
-rw-r--r-- | loftix/patching.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loftix/patching.scm b/loftix/patching.scm index b2de537..0b6c74e 100644 --- a/loftix/patching.scm +++ b/loftix/patching.scm @@ -17,6 +17,7 @@ ;;; along with Loftix. If not, see <http://www.gnu.org/licenses/>. (define-module (loftix patching) + #:use-module (gnu packages) #:use-module (gnu packages compression) #:use-module (gnu packages elf) #:use-module (gnu packages engineering) |