From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Acl Date: Wed, 5 Nov 2014 20:35:13 +0100 Message-ID: <20141105193513.GA30433@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm6MZ-0006Ed-0K for guix-devel@gnu.org; Wed, 05 Nov 2014 14:35:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xm6MR-00033R-CH for guix-devel@gnu.org; Wed, 05 Nov 2014 14:35:26 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:61663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm6MR-00032z-34 for guix-devel@gnu.org; Wed, 05 Nov 2014 14:35:19 -0500 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Adding optional inputs to kdelibs, I notice that acl is not recognised. The reason is that the header files are not installed. Would that be easy to modify? Maybe by changing the line (zero? (system* "make" "install" "install-lib"))) to (zero? (system* "make" "install"))) or not replacing the normal install phase (but then there may be a reason for this special command!). Concerning the acl test failures, I tried #:tests? #t and found that there is no "check" target. A good reason for the tests to fail... Andreas