--- Cargo.toml 2023-05-07 13:39:13.029066693 +0100 +++ Cargo.toml 2023-05-07 13:39:22.545138206 +0100 @@ -67,21 +67,3 @@ [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Window"] - -[target."cfg(target_os = \"android\")".dependencies.jni] -version = "0.21" - -[target."cfg(target_os = \"android\")".dependencies.ndk-context] -version = "0.1" - -[target."cfg(target_os = \"android\")".dev-dependencies.ndk-glue] -version = ">= 0.3, <= 0.7" - -[target."cfg(target_os = \"ios\")".dependencies.objc] -version = "0.2.7" - -[target."cfg(target_os = \"ios\")".dependencies.raw-window-handle] -version = "0.5.0" - -[target."cfg(target_os = \"macos\")".dependencies.core-foundation] -version = "0.9" ected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
AgeCommit message (Expand)Author
2020-03-21gnu: python-django: Use HTTPS home page....* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-19gnu: Add python-easy-thumbnails....* gnu/packages/django.scm (python-easy-thumbnails): New variable. Christopher Baines
2020-03-04gnu: python-pytest-django: Use HTTPS home page....* gnu/packages/django.scm (python-pytest-django)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-03gnu: python-django: Update to 1.11.28....* gnu/packages/django.scm (python-django): Update to 1.11.28. Christopher Baines
2020-03-02gnu: pootle: Use HTTPS home page....* gnu/packages/django.scm (pootle)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-01-15gnu: python-lxml: Move to (gnu packages xml)....* gnu/packages/python-xyz.scm (python-lxml): Move from here ... * gnu/packages/xml.scm (python-lxml): ... to here. * gnu/packages/django.scm, gnu/packages/drones.scm, gnu/packages/libreoffice.scm, gnu/packages/nutrition.scm, gnu/packages/openstack.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-science.scm, gnu/packages/tryton.scm, gnu/packages/wireservice.scm: Adjust module imports. Marius Bakke
2019-11-26gnu: python-django-jinja: Don't use unstable tarball....* gnu/packages/django.scm (python-django-jinja)[source]: Download using git-fetch. Efraim Flashner
2019-11-26gnu: python-django-debug-toolbar: Don't use unstable tarball....* gnu/packages/django.scm (python-django-debug-toolbar)[source]: Download using git-fetch. Efraim Flashner
2019-11-23gnu: python-django-pipeline: Fix tests....* gnu/packages/django.scm (python-django-pipeline)[arguments]: Set PYTHONPATH before running tests. Tobias Geerinckx-Rice