me
/
guix
Archived
1
0
Fork 0

gnu: duperemove: Prepare for cross-compilation.

* gnu/packages/disk.scm (duperemove)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2020-11-07 14:46:36 +01:00
parent 7392ea3af0
commit 4ace204d8d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -86,7 +86,8 @@
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages))
#:use-module (guix packages)
#:use-module (guix utils))
(define-public udevil
(package
@ -580,7 +581,7 @@ a card with a smaller capacity than stated.")
(modify-phases %standard-phases
(delete 'configure)) ; no configure script
#:make-flags (list (string-append "PREFIX=" %output)
"CC=gcc")))
(string-append "CC=" ,(cc-for-target)))))
(home-page "https://github.com/markfasheh/duperemove")
(synopsis "Tools for de-duplicating file system data")
(description "Duperemove is a simple tool for finding duplicated extents