summaryrefslogtreecommitdiff
path: root/aurox/packages
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-04-01 17:11:23 +0200
committerCharles Roelli <charles@aurox.ch>2026-04-01 17:11:23 +0200
commit3dcc6229a27b4894716b4fdb44fdc7e449ec017d (patch)
tree0822ba12d7177baa7812341b105da9ff7e0bc059 /aurox/packages
parent34aab17ece5f531b926b3c0ac04f2efa57fc3c5d (diff)
Move postgresql to native-inputs
* aurox/packages/django.scm (python-django-modeltrans): Make postgresql a native input.
Diffstat (limited to 'aurox/packages')
-rw-r--r--aurox/packages/django.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/aurox/packages/django.scm b/aurox/packages/django.scm
index ff141e2..45be0c5 100644
--- a/aurox/packages/django.scm
+++ b/aurox/packages/django.scm
@@ -21,9 +21,9 @@
(base32 "1ykd3b0c2qrbxv0w2lp5l7p8giy626gb7w21h65fikhbnvd0f22x"))))
(build-system pyproject-build-system)
(propagated-inputs
- (specifications->packages '("postgresql" "python-django" "python-psycopg")))
+ (specifications->packages '("python-django" "python-psycopg")))
(native-inputs
- (specifications->packages '("python-setuptools" "python-tzdata")))
+ (specifications->packages '("postgresql" "python-setuptools" "python-tzdata")))
(arguments
(list
#:phases