diff options
| author | Eric Dvorsak <eric@dvorsak.fr> | 2015-08-14 19:39:28 +0200 |
|---|---|---|
| committer | Eric Dvorsak <eric@dvorsak.fr> | 2015-08-14 19:39:28 +0200 |
| commit | 0381ca7b7e63612ec65bbdc5043d6088cb27236d (patch) | |
| tree | f7206d737eda4b311ecd77f586e3cc96633548ad | |
| parent | removing libiw (= wireless tools) (diff) | |
| download | guix-linux-nonfree-0381ca7b7e63612ec65bbdc5043d6088cb27236d.tar.gz | |
cleaning code
| -rw-r--r-- | i3.scm | 6 | ||||
| -rw-r--r-- | java-certs.scm | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -18,6 +18,7 @@ (define-module (i3) #:use-module (guix licenses) + #:use-module (guix packages) #:use-module (gnu packages linux) #:use-module (guix build-system gnu) #:use-module (guix build-system cmake) @@ -185,13 +186,14 @@ `(#:make-flags (list "CC=gcc" (string-append "PREFIX=" %output)) #:phases (modify-phases %standard-phases - (delete 'configure)))) + (delete 'configure) + (delete 'check)))) (inputs `(("openlibm" ,openlibm) ("libconfuse" ,libconfuse) ("libyajl" ,libyajl) ("alsa-lib" ,alsa-lib) - ("libiw" ,libiw) + ("wireless-tools" ,wireless-tools) ("libcap" ,libcap) ("asciidoc" ,asciidoc))) (home-page "http://i3wm.org/i3status/") diff --git a/java-certs.scm b/java-certs.scm index 1531e33..0f34480 100644 --- a/java-certs.scm +++ b/java-certs.scm @@ -31,7 +31,7 @@ (source (origin (method url-fetch) - (uri "file:///tmp/cacerts") + (uri "file:///home/yenda/src/guix/packages/cacerts") (sha256 (base32 "1ksxkbvhx1ga6yr5l7h6yxx5kqnvk1cxbyg8d7xd55anbaq8vi6x")))) |
