aboutsummaryrefslogtreecommitdiff
path: root/guix-env.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-env.scm')
-rw-r--r--guix-env.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/guix-env.scm b/guix-env.scm
index 362c63830..16fdc7528 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -10,6 +10,9 @@
10;;; WITHOUT ANY WARRANTY; without even the implied warranty of 10;;; WITHOUT ANY WARRANTY; without even the implied warranty of
11;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12;;; Affero General Public License for more details. 12;;; Affero General Public License for more details.
13;;;
14;;; You should have received a copy of the GNU Affero General Public License
15;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
13 16
14(use-modules 17(use-modules
15 (ice-9 popen) 18 (ice-9 popen)