From b7ce1e2cd336faf2e1f864e05b56d457567d895b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 4 Jun 2023 22:59:36 +0200 Subject: Remove yamllint-1.31 package that was merged upstream --- tw/home.scm | 2 +- tw/packages/python.scm | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 tw/packages/python.scm (limited to 'tw') diff --git a/tw/home.scm b/tw/home.scm index ebd76aa3..1c0f5081 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -356,7 +356,7 @@ auto-expand-secmem papirus-icon-theme catppuccin-gtk-theme catppuccin-mocha-dark-cursors ;; Development & language servers - gnu-make python-lsp-server python-yamllint-1.31 shellcheck gcc binutils patchelf elfutils + gnu-make python-lsp-server python-yamllint shellcheck gcc binutils patchelf elfutils clang ; for clangd glibc ; for ldd ;; Supported OotB by eglot, but not packaged by guix: diff --git a/tw/packages/python.scm b/tw/packages/python.scm deleted file mode 100644 index 4fb62ab6..00000000 --- a/tw/packages/python.scm +++ /dev/null @@ -1,19 +0,0 @@ -(define-module (tw packages python) - #:use-module (gnu packages python-build) - #:use-module (gnu packages python-xyz) - #:use-module (guix build-system pyproject) - #:use-module (guix build-system python) - #:use-module (guix download) - #:use-module ((guix licenses) #:prefix license:) - #:use-module (guix packages)) - -(define-public python-yamllint-1.31 - (package - (inherit python-yamllint) - (version "1.31.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "yamllint" version)) - (sha256 - (base32 "0rbs7xq7y7bp3k75z7jamrdrrfyp95hifsz0hwm1cgkk5z8z30rd")))))) -- cgit v1.2.3