diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 21:24:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 21:24:41 +0700 |
commit | f33cbeb981b7315a96b0daf227345bc28e2af6b0 (patch) | |
tree | e78ac12439d385394b7a3a3ffd656701237581c5 /desktop/nwg-look | |
parent | 18aa358310cbe18af5c863b530210a4babc49a82 (diff) |
desktop/nwg-look: Add missing patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-look')
-rw-r--r-- | desktop/nwg-look/gomin.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/nwg-look/gomin.patch b/desktop/nwg-look/gomin.patch new file mode 100644 index 000000000000..3992440923d7 --- /dev/null +++ b/desktop/nwg-look/gomin.patch @@ -0,0 +1,11 @@ +--- a/go.mod ++++ b/go.mod +@@ -1,6 +1,6 @@ + module github.com/nwg-piotr/nwg-look + +-go 1.20 ++go 1.19 + + require ( + github.com/gotk3/gotk3 v0.6.1 + |