From 029e14ba68f93eb7fe61ef4de29d2e32df6d9d98 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 13 Aug 2026 08:40:26 +0100 Subject: [PATCH] chore: remove squisher-corpus guix.scm placeholders Estate-wide cleanup for hyperpolymath/standards#426 - remove 13 guix.scm files that reference squisher-corpus from the standards repo. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- a2ml/actions/validate/guix.scm | 18 ------------------ a2ml/bindings/deno/guix.scm | 18 ------------------ a2ml/bindings/haskell/guix.scm | 18 ------------------ a2ml/bindings/rust/guix.scm | 18 ------------------ a2ml/editors/vscode/guix.scm | 18 ------------------ a2ml/pandoc/guix.scm | 18 ------------------ k9-svc/actions/validate/guix.scm | 18 ------------------ k9-svc/bindings/deno/guix.scm | 18 ------------------ k9-svc/bindings/haskell/guix.scm | 18 ------------------ k9-svc/bindings/rust/guix.scm | 18 ------------------ k9-svc/editors/vscode/guix.scm | 18 ------------------ k9-svc/guix.scm | 18 ------------------ k9-svc/pandoc/guix.scm | 18 ------------------ 13 files changed, 234 deletions(-) delete mode 100644 a2ml/actions/validate/guix.scm delete mode 100644 a2ml/bindings/deno/guix.scm delete mode 100644 a2ml/bindings/haskell/guix.scm delete mode 100644 a2ml/bindings/rust/guix.scm delete mode 100644 a2ml/editors/vscode/guix.scm delete mode 100644 a2ml/pandoc/guix.scm delete mode 100644 k9-svc/actions/validate/guix.scm delete mode 100644 k9-svc/bindings/deno/guix.scm delete mode 100644 k9-svc/bindings/haskell/guix.scm delete mode 100644 k9-svc/bindings/rust/guix.scm delete mode 100644 k9-svc/editors/vscode/guix.scm delete mode 100644 k9-svc/guix.scm delete mode 100644 k9-svc/pandoc/guix.scm diff --git a/a2ml/actions/validate/guix.scm b/a2ml/actions/validate/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/a2ml/actions/validate/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/a2ml/bindings/deno/guix.scm b/a2ml/bindings/deno/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/a2ml/bindings/deno/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/a2ml/bindings/haskell/guix.scm b/a2ml/bindings/haskell/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/a2ml/bindings/haskell/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/a2ml/bindings/rust/guix.scm b/a2ml/bindings/rust/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/a2ml/bindings/rust/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/a2ml/editors/vscode/guix.scm b/a2ml/editors/vscode/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/a2ml/editors/vscode/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/a2ml/pandoc/guix.scm b/a2ml/pandoc/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/a2ml/pandoc/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/k9-svc/actions/validate/guix.scm b/k9-svc/actions/validate/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/k9-svc/actions/validate/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/k9-svc/bindings/deno/guix.scm b/k9-svc/bindings/deno/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/k9-svc/bindings/deno/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/k9-svc/bindings/haskell/guix.scm b/k9-svc/bindings/haskell/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/k9-svc/bindings/haskell/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/k9-svc/bindings/rust/guix.scm b/k9-svc/bindings/rust/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/k9-svc/bindings/rust/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/k9-svc/editors/vscode/guix.scm b/k9-svc/editors/vscode/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/k9-svc/editors/vscode/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/k9-svc/guix.scm b/k9-svc/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/k9-svc/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license"))) diff --git a/k9-svc/pandoc/guix.scm b/k9-svc/pandoc/guix.scm deleted file mode 100644 index c6dd7be8..00000000 --- a/k9-svc/pandoc/guix.scm +++ /dev/null @@ -1,18 +0,0 @@ -; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for squisher-corpus -;; Usage: guix shell -f guix.scm - -(use-modules (guix packages) - (guix build-system gnu) - (guix licenses)) - -(package - (name "squisher-corpus") - (version "0.1.0") - (source #f) - (build-system gnu-build-system) - (synopsis "squisher-corpus") - (description "squisher-corpus — part of the hyperpolymath ecosystem.") - (home-page "https://github.com/hyperpolymath/squisher-corpus") - (license ((@@ (guix licenses) license) "PMPL-1.0-or-later" - "https://github.com/hyperpolymath/palimpsest-license")))