summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Dvorsak <eric@dvorsak.fr>2015-08-14 02:13:52 +0200
committerEric Dvorsak <eric@dvorsak.fr>2015-08-14 02:13:52 +0200
commit3f89594efd8568ad8ad246842ea2d8cbebd89216 (patch)
treeae3047867cc71ed3b36fe5b675d75c72c51e3979
parentadding libraries (diff)
downloadguix-linux-nonfree-3f89594efd8568ad8ad246842ea2d8cbebd89216.tar.gz
removing incorrect package descriptions
-rw-r--r--i3.scm22
1 files changed, 8 insertions, 14 deletions
diff --git a/i3.scm b/i3.scm
index c2b2f9e..01d7aa4 100644
--- a/i3.scm
+++ b/i3.scm
@@ -45,26 +45,20 @@
(base32
"0hgqxlg78lal7zpk3lnl85lzdlv3967qmr8mivg2dnxjyliv45kd"))))
(build-system gnu-build-system)
- (arguments '(#:phases
+ (arguments '(#:phases
(alist-cons-after
'unpack 'autoconf
(lambda _
(zero? (system* "autoreconf" "-vfi")))
%standard-phases)))
- (native-inputs
+ (native-inputs
`(("automake" ,automake)
("autoconf" ,autoconf)
("libtool" ,libtool)))
-
- ;; (arguments
- ;; `(#:phases
- ;; (modify-phases %standard-phases
- ;; (delete 'configure))))
(home-page "")
- (synopsis "Non-free firmware for Radeon integrated chips")
- (description "Non-free firmware for Radeon integrated chips")
- ;; FIXME: What license?
- (license (non-copyleft "http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=blob_plain;f=LICENCE.radeon_firmware;hb=HEAD"))))
+ (synopsis "")
+ (description "")
+ (license bsd-style)))
(define-public libyajl
@@ -78,9 +72,9 @@
(base32
"0nmcqpaiq4pv7dymyg3n3jsd57yhp5npxl26a1hzw3m3lmj37drz"))))
(build-system cmake-build-system)
- (home-page "http://i3wm.org/")
- (synopsis "Improved tiling window manager")
- (description "i3 is a tiling window manager, completely written from scratch. The target platforms are GNU/Linux and BSD operating systems, our code is Free and Open Source Software (FOSS) under the BSD license. i3 is primarily targeted at advanced users and developers.")
+ (home-page "")
+ (synopsis "")
+ (description "")
(license bsd-style)))