diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-03-12 14:35:48 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-03-19 03:40:08 -0400 |
| commit | a8ba2f3507d03ec77506a03bf84d62f9cb439f8e (patch) | |
| tree | 4d31fef50dc2b60843fa93c47d43d7f5dae82dcb | |
| parent | c8556379c3f2d3d095a178858915720f2eebc012 (diff) | |
teams: qt: Remove erroneous comment at top of scripts.
* etc/teams/qt/common.scm: Remove erroneous comment.
* etc/teams/qt/qt-manifest.scm: Likewise.
* etc/teams/qt/qt5-manifest.scm: Likewise.
Change-Id: I87a0ea669caa0ba5049b48a4f04fda58518c3f05
| -rw-r--r-- | etc/teams/qt/common.scm | 4 | ||||
| -rw-r--r-- | etc/teams/qt/qt-manifest.scm | 4 | ||||
| -rw-r--r-- | etc/teams/qt/qt5-manifest.scm | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/etc/teams/qt/common.scm b/etc/teams/qt/common.scm index 8e11ac220bc..4735b408d06 100644 --- a/etc/teams/qt/common.scm +++ b/etc/teams/qt/common.scm | |||
| @@ -16,10 +16,6 @@ | |||
| 16 | ;;; You should have received a copy of the GNU General Public License | 16 | ;;; You should have received a copy of the GNU General Public License |
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | ;;; This file returns a manifest of packages related to linux-libre. | ||
| 20 | ;;; Simplistically, it selects packages whose names begin with "linux-libre". | ||
| 21 | ;;; It is used to assist continuous integration of the kernel packages. | ||
| 22 | |||
| 23 | (use-modules (guix packages) | 19 | (use-modules (guix packages) |
| 24 | (guix profiles) | 20 | (guix profiles) |
| 25 | (guix utils) | 21 | (guix utils) |
diff --git a/etc/teams/qt/qt-manifest.scm b/etc/teams/qt/qt-manifest.scm index 0d8fa95bfe1..22078530a7f 100644 --- a/etc/teams/qt/qt-manifest.scm +++ b/etc/teams/qt/qt-manifest.scm | |||
| @@ -16,10 +16,6 @@ | |||
| 16 | ;;; You should have received a copy of the GNU General Public License | 16 | ;;; You should have received a copy of the GNU General Public License |
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | ;;; This file returns a manifest of packages related to linux-libre. | ||
| 20 | ;;; Simplistically, it selects packages whose names begin with "linux-libre". | ||
| 21 | ;;; It is used to assist continuous integration of the kernel packages. | ||
| 22 | |||
| 23 | (load "common.scm") | 19 | (load "common.scm") |
| 24 | 20 | ||
| 25 | ;;; Commentary: | 21 | ;;; Commentary: |
diff --git a/etc/teams/qt/qt5-manifest.scm b/etc/teams/qt/qt5-manifest.scm index 34fdf479bf1..2b25888d4b4 100644 --- a/etc/teams/qt/qt5-manifest.scm +++ b/etc/teams/qt/qt5-manifest.scm | |||
| @@ -16,10 +16,6 @@ | |||
| 16 | ;;; You should have received a copy of the GNU General Public License | 16 | ;;; You should have received a copy of the GNU General Public License |
| 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | 17 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | ;;; This file returns a manifest of packages related to linux-libre. | ||
| 20 | ;;; Simplistically, it selects packages whose names begin with "linux-libre". | ||
| 21 | ;;; It is used to assist continuous integration of the kernel packages. | ||
| 22 | |||
| 23 | (load "common.scm") | 19 | (load "common.scm") |
| 24 | 20 | ||
| 25 | ;;; Commentary: | 21 | ;;; Commentary: |
