diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:07 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:07 -0500 |
commit | 1f818377b50ec2f6c8022006e84909755a7f4569 (patch) | |
tree | 5ecdc5002682081cffb4b89b65b49d738dd80e60 /amd/packages/rocm-hip.scm | |
parent | d01a19e9a239389203d09da4af2ea5db4096b2d5 (diff) | |
download | guix-techchud-1f818377b50ec2f6c8022006e84909755a7f4569.tar.gz guix-techchud-1f818377b50ec2f6c8022006e84909755a7f4569.tar.bz2 guix-techchud-1f818377b50ec2f6c8022006e84909755a7f4569.zip |
pull python-cppheaderparser from guix main repo
Diffstat (limited to 'amd/packages/rocm-hip.scm')
-rw-r--r-- | amd/packages/rocm-hip.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amd/packages/rocm-hip.scm b/amd/packages/rocm-hip.scm index 3ccaffb..29b9445 100644 --- a/amd/packages/rocm-hip.scm +++ b/amd/packages/rocm-hip.scm @@ -32,11 +32,11 @@ #:use-module (gnu packages libffi) #:use-module (gnu packages linux) #:use-module (gnu packages python) + #:use-module (gnu packages python-xyz) #:use-module (gnu packages gl) #:use-module (gnu packages version-control) #:use-module (amd packages rocm-origin) - #:use-module (amd packages python-cppheaderparser) #:use-module (amd packages rocm-tools) #:use-module (amd packages rocm-base)) |