diff options
author | msglm <msglm@techchud.xyz> | 2024-02-03 04:52:07 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-02-03 04:52:07 -0600 |
commit | 243bd11d72c1e93f5229c900453584d18e322218 (patch) | |
tree | 0c355a9879150949852865d934264b163532cbf3 | |
parent | 936d5f683c6b2bbca7bc64dee7b29ca0d7d007b0 (diff) | |
download | guix-msglm-243bd11d72c1e93f5229c900453584d18e322218.tar.gz guix-msglm-243bd11d72c1e93f5229c900453584d18e322218.tar.bz2 guix-msglm-243bd11d72c1e93f5229c900453584d18e322218.zip |
include rust crates for gtk with unlustig
-rw-r--r-- | unlustig.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unlustig.scm b/unlustig.scm index c58020a..9138de5 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -14,6 +14,7 @@ #:use-module (gnu packages xorg) #:use-module (gnu packages crates-io) #:use-module (gnu packages crates-graphics) + #:use-module (gnu packages crates-gtk) ) (define-public rust-simba-0.7 |