This file contains hidden or 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
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm | |
index a3d02cf025..c6f9858eea 100644 | |
--- a/gnu/packages/linux.scm | |
+++ b/gnu/packages/linux.scm | |
@@ -115,6 +115,7 @@ (define-module (gnu packages linux) | |
#:use-module (gnu packages boost) | |
#:use-module (gnu packages calendar) | |
#:use-module (gnu packages check) | |
+ #:use-module (gnu packages cmake) | |
#:use-module (gnu packages cpio) |
This file contains hidden or 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
package com.example.android.justjava; | |
import android.os.Bundle; | |
import android.support.v7.app.ActionBarActivity; | |
import android.view.View; | |
import android.widget.TextView; | |
import java.text.NumberFormat; | |
/** |