summaryrefslogtreecommitdiff
path: root/px
diff options
context:
space:
mode:
Diffstat (limited to 'px')
-rw-r--r--px/packages/setup.scm52
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