diff options
author | Franz Geffke <m@f-a.nz> | 2025-06-21 13:47:11 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-06-21 13:47:11 +0100 |
commit | 838e39b9629242c67042c557fca5ea18a15fc48e (patch) | |
tree | 79337cdda859f3a5341535cfa37a2b6971df0dcb /px/packages | |
parent | 620c2d49b38d395a4f9f0f12c95474fe439b9c14 (diff) |
px: Remove px-install-gui
Diffstat (limited to 'px/packages')
-rw-r--r-- | px/packages/setup.scm | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/px/packages/setup.scm b/px/packages/setup.scm index a263024..8045910 100644 --- a/px/packages/setup.scm +++ b/px/packages/setup.scm @@ -182,54 +182,4 @@ with an advanced partitioning feature for both manual and automated partitioning operations. Calamares is designed to be customizable by distribution maintainers without need for cumbersome patching, thanks to third party branding and external modules support.") - (license license:gpl3))) - -(define-public px-install-gui - (package - (inherit calamares) - (name "px-install-gui") - (version "3.2.61-b1") - (source - (origin - (method url-fetch) - (uri (string-append "https://source.pantherx.org/" name "_v" version - ".tgz")) - (sha256 - (base32 "1vdylrdkbvfq03i8rbzkamrjvg497j8zqlqwhvdkywqpazwgp8r9")))) - (arguments - (substitute-keyword-arguments (package-arguments calamares) - ((#:phases phases) - #~(modify-phases #$phases - (add-after 'patch-source 'setup-installer - (lambda _ - (call-with-output-file "settings.conf" - (lambda (port) - (format port "--- -modules-search: [ local ] -sequence: -- show: - - welcome - - locale - - packagechooser - - users - - summary -- exec: - - px-install -- show: - - finished -branding: default -prompt-install: false -dont-chroot: false -oem-setup: false -disable-cancel: false -disable-cancel-during-exec: false -hide-back-and-next-during-exec: false -quit-at-end: false -"))))))))) - (propagated-inputs (list python - python-requests - python-tqdm - python-pytz - python-qrcode - python-py-cpuinfo - python-urllib3)))) + (license license:gpl3)))
\ No newline at end of file |