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: I87a0ea669caa0ba5049b48a4f04fda58518c3f05master
parent
c8556379c3
commit
a8ba2f3507
|
@ -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)
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Reference in New Issue