From 838e39b9629242c67042c557fca5ea18a15fc48e Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Sat, 21 Jun 2025 13:47:11 +0100 Subject: px: Remove px-install-gui --- px/packages/setup.scm | 52 +-------------------------------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) (limited to 'px/packages') 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 -- cgit v1.2.3