diff options
-rw-r--r-- | findimagedupes.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/findimagedupes.scm b/findimagedupes.scm index 9ba0e82..971340e 100644 --- a/findimagedupes.scm +++ b/findimagedupes.scm @@ -64,6 +64,12 @@ (home-page "https://gitlab.com/opennota/phash/") (license gpl3))) +(define-public go-github-com-mattn-go-sqlite3-1.14.11 + (package + (inherit go-github-com-mattn-go-sqlite3) + (name "go-github-com-mattn-go-sqlite3-1.14.11") + )) + (define-public findimagedupes (package (name "findimagedupes") @@ -89,7 +95,7 @@ libheif go-gitlab-com-opennota-magicmime go-gitlab-com-opennota-phash - go-github-com-mattn-go-sqlite3 + go-github-com-mattn-go-sqlite3-1.14.11 )) (synopsis "finds visually similar or duplicate images.") (description "finds duplicate images using the pHash algorithm") |