-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update -guix-path to ~/.config/guix/current
- Loading branch information
Showing
8 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
;; Author: Arnaud Hoffmann <[email protected]> | ||
;; URL: https://github.com/emacs-helm/helm-system-packages | ||
;; Version: 1.9.0 | ||
;; Version: 1.10.0 | ||
;; Package-Requires: ((emacs "25.1") (helm "2.8.6")) | ||
;; Keywords: helm, packages | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
;; Author: Pierre Neidhardt <[email protected]> | ||
;; URL: https://github.com/emacs-helm/helm-system-packages | ||
;; Version: 1.9.0 | ||
;; Version: 1.10.0 | ||
;; Package-Requires: ((emacs "24.4") (helm "2.8.6")) | ||
;; Keywords: helm, packages | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
;; Author: Pierre Neidhardt <[email protected]> | ||
;; URL: https://github.com/emacs-helm/helm-system-packages | ||
;; Version: 1.9.0 | ||
;; Version: 1.10.0 | ||
;; Package-Requires: ((emacs "25") (helm "2.8.6")) | ||
;; Keywords: helm, guix, packages | ||
|
||
|
@@ -104,7 +104,7 @@ Requirements: | |
"Filename of the cache storing all Guix package descriptions.") | ||
|
||
(defvar helm-system-packages-guix-path | ||
(expand-file-name "latest" "~/.config/guix") | ||
(expand-file-name "current" "~/.config/guix") | ||
"Path to the latest guix checkout.") | ||
|
||
(defun helm-system-packages-guix-cache-file-get () | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
;; Author: Pierre Neidhardt <[email protected]> | ||
;; URL: https://github.com/emacs-helm/helm-system-packages | ||
;; Version: 1.9.0 | ||
;; Version: 1.10.0 | ||
;; Package-Requires: ((emacs "24.4") (helm "2.8.6")) | ||
;; Keywords: helm, packages | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
;; Author: Thierry Volpiatto <[email protected]> | ||
;; Maintainer: Pierre Neidhardt <[email protected]> | ||
;; URL: https://github.com/emacs-helm/helm-system-packages | ||
;; Version: 1.9.0 | ||
;; Version: 1.10.0 | ||
;; Package-Requires: ((emacs "24.4") (helm "2.8.6")) | ||
;; Keywords: helm, packages | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
;; Author: Pierre Neidhardt <[email protected]> | ||
;; URL: https://github.com/emacs-helm/helm-system-packages | ||
;; Version: 1.9.0 | ||
;; Version: 1.10.0 | ||
;; Package-Requires: ((emacs "24.4") (helm "2.8.6")) | ||
;; Keywords: helm, packages | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
;; Author: Pierre Neidhardt <[email protected]> | ||
;; URL: https://github.com/emacs-helm/helm-system-packages | ||
;; Version: 1.9.0 | ||
;; Version: 1.10.0 | ||
;; Package-Requires: ((emacs "24.4") (helm "2.8.6") (seq "1.8")) | ||
;; Keywords: helm, packages | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
## | ||
## Author: Pierre Neidhardt <[email protected]> | ||
## URL: https://github.com/emacs-helm/helm-system-packages | ||
## Version: 1.9.0 | ||
## Version: 1.10.0 | ||
## | ||
## This program is free software; you can redistribute it and/or modify | ||
## it under the terms of the GNU General Public License as published by | ||
|