diff options
Diffstat (limited to 'crn/packages')
-rw-r--r-- | crn/packages/cpp.scm | 2 | ||||
-rw-r--r-- | crn/packages/xdisorg.scm | 29 |
2 files changed, 0 insertions, 31 deletions
diff --git a/crn/packages/cpp.scm b/crn/packages/cpp.scm index 4120342..828b5e2 100644 --- a/crn/packages/cpp.scm +++ b/crn/packages/cpp.scm @@ -21,5 +21,3 @@ (base32 "13l86aq0h1jga949k79k9x3hw2xqchjc162sclg2f99vz98zcz15")) (file-name (git-file-name name version)) (patches (crn/search-patches "cpplint-pytest-version.patch")))))) - -cpplint-up diff --git a/crn/packages/xdisorg.scm b/crn/packages/xdisorg.scm deleted file mode 100644 index 1c9cc29..0000000 --- a/crn/packages/xdisorg.scm +++ /dev/null @@ -1,29 +0,0 @@ -(define-module (crn packages xdisorg) - #:use-module (crn packages) - #:use-module (gnu packages) - #:use-module ((gnu packages xdisorg) #:prefix gpx:) - #:use-module (guix download) - #:use-module (guix gexp) - #:use-module (guix packages)) - -;; (define-public rofi -;; (package -;; (inherit gpx:rofi) -;; (version "1.7.5") -;; (source (origin -;; (method url-fetch) -;; (uri (string-append "https://github.com/davatorium/rofi/" -;; "releases/download/" -;; version "/rofi-" version ".tar.xz")) -;; (sha256 -;; (base32 -;; "138c4bl60p7namsb2pk8q5cdlxbdkli7zny192vk5jv5s5kczzya")) -;; (snippet -;; #~(begin -;; ;; Delete pre-generated files. -;; (for-each delete-file -;; (list "lexer/theme-lexer.c" -;; "lexer/theme-parser.c" -;; "lexer/theme-parser.h" -;; "resources/resources.c" -;; "resources/resources.h")))))))) |