-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames modules after file structure
- Loading branch information
Showing
10 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
;;; Copyright © 2019 Diego N. Barbato <[email protected]> | ||
;;; Copyright © 2020 Ryan Prior <[email protected]> | ||
|
||
(define-module (gnu packages ruby) | ||
(define-module (contributed ruby) | ||
#:use-module ((guix licenses) #:prefix license:) | ||
#:use-module (gnu packages) | ||
#:use-module (gnu packages base) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; GNU Guix --- Functional package management for GNU | ||
;;; Copyright © 2020 Ryan Prior <[email protected]> | ||
|
||
(define-module (gnu packages importmagic) | ||
(define-module (proposed importmagic) | ||
#:use-module (gnu packages python-xyz) | ||
#:use-module (gnu packages emacs-xyz) | ||
#:use-module (guix build-system python) | ||
|
@@ -95,5 +95,3 @@ finding unresolved symbols in Python code and their corresponding imports.") | |
(synopsis "Fix Python imports") | ||
(description "Importmagic.el fixes unresolved imports in Python buffers.") | ||
(license license:gpl3))) | ||
|
||
emacs-importmagic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; GNU Guix --- Functional package management for GNU | ||
;;; Copyright © 2020 Ryan Prior <[email protected]> | ||
|
||
(define-module (gnu packages osh) | ||
(define-module (proposed shells) | ||
#:use-module (gnu packages glib) | ||
#:use-module (gnu packages python) | ||
#:use-module (gnu packages readline) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; GNU Guix --- Functional package management for GNU | ||
;;; Copyright © 2020 Ryan Prior <[email protected]> | ||
|
||
(define-module (gnu packages proton) | ||
(define-module (testing ecere) | ||
#:use-module (gnu packages compression) | ||
#:use-module (gnu packages curl) | ||
#:use-module (gnu packages ncurses) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; Copyright © 2020 Ryan Prior <[email protected]> | ||
|
||
(define-module (gnu packages hugo) | ||
(define-module (testing hugo) | ||
#:use-module (guix build-system go) | ||
#:use-module (guix git-download) | ||
#:use-module ((guix licenses) #:prefix license:) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; GNU Guix --- Functional package management for GNU | ||
;;; Copyright © 2020 Ryan Prior <[email protected]> | ||
|
||
(define-module (gnu packages proton) | ||
(define-module (testing proton) | ||
#:use-module (gnu packages python-xyz) | ||
#:use-module (gnu packages python-web) | ||
#:use-module (gnu packages vpn) | ||
|