diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-18 21:53:35 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-18 21:53:35 +0100 |
commit | a989b5185c1b7ab03606207c8ce6d893c1894a17 (patch) | |
tree | 5a521f0c4db2cb764c6258e9867b4dc0c6cb856c /gnu/packages/video.scm | |
parent | e3dfed59d39ac60dd2e2b9ef9f4ef63a2a081f41 (diff) | |
parent | 3e1fd3972aceaea22b3be1ffe75ef549a3694f07 (diff) | |
download | guix-a989b5185c1b7ab03606207c8ce6d893c1894a17.tar.gz guix-a989b5185c1b7ab03606207c8ce6d893c1894a17.zip |
Merge branch 'go-team'
Change-Id: I0a7d44016da964930bea2584df9104cac5b7ea36
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8728da1775..ddfa3a2b72 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2975,8 +2975,7 @@ To load this plugin, specify the following option when starting mpv: (delete-file "orfondl"))))) (build-system go-build-system) (arguments - (list #:go go-1.19 - #:install-source? #f + (list #:install-source? #f #:import-path "github.com/badlogic/orfondl" #:phases #~(modify-phases %standard-phases |