me
/
guix
Archived
1
0
Fork 0

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
master
Maxim Cournoyer 2024-03-12 14:35:48 -04:00
parent c8556379c3
commit a8ba2f3507
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
3 changed files with 0 additions and 12 deletions

View File

@ -16,10 +16,6 @@
;;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
;;; This file returns a manifest of packages related to linux-libre.
;;; Simplistically, it selects packages whose names begin with "linux-libre".
;;; It is used to assist continuous integration of the kernel packages.
(use-modules (guix packages) (use-modules (guix packages)
(guix profiles) (guix profiles)
(guix utils) (guix utils)

View File

@ -16,10 +16,6 @@
;;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
;;; This file returns a manifest of packages related to linux-libre.
;;; Simplistically, it selects packages whose names begin with "linux-libre".
;;; It is used to assist continuous integration of the kernel packages.
(load "common.scm") (load "common.scm")
;;; Commentary: ;;; Commentary:

View File

@ -16,10 +16,6 @@
;;; You should have received a copy of the GNU General Public License ;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
;;; This file returns a manifest of packages related to linux-libre.
;;; Simplistically, it selects packages whose names begin with "linux-libre".
;;; It is used to assist continuous integration of the kernel packages.
(load "common.scm") (load "common.scm")
;;; Commentary: ;;; Commentary: