diff options
| author | Frederick Muriuki Muriithi | 2026-05-21 14:44:31 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-05-21 14:47:47 -0500 |
| commit | f3826336263aeb79fdc28c3945e7ce07b1e15cb2 (patch) | |
| tree | faf7645f01d1739fa531c4e3822a983733cf6268 | |
| parent | 3b2b8b74f876802fdea7bc135ace98c6616e6936 (diff) | |
| download | gn-machines-f3826336263aeb79fdc28c3945e7ce07b1e15cb2.tar.gz | |
gn-auth: Update build system to pyproject-build-system.
| -rw-r--r-- | guix/gn-machines/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/gn-machines/genenetwork.scm b/guix/gn-machines/genenetwork.scm index 49256c0..a9db6e5 100644 --- a/guix/gn-machines/genenetwork.scm +++ b/guix/gn-machines/genenetwork.scm @@ -91,6 +91,7 @@ (content-hash (base32 "01iawqnqskr5ryp8qpjfpdswqcla3gyh3mijpxmlmmima5sq5v7h"))))) + (build-system pyproject-build-system) (propagated-inputs (modify-inputs (package-propagated-inputs gn:gn-auth) (replace "gn-libs" gn-libs)))))) |
