From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: Add neo-layout to kbd Date: Sun, 01 Jan 2017 17:25:57 +0000 Message-ID: <87a8ba66ai.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> References: <20170101172225.3408-1-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cNjtC-0006Gh-Qa for guix-devel@gnu.org; Sun, 01 Jan 2017 12:25:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cNjt8-0004jA-H2 for guix-devel@gnu.org; Sun, 01 Jan 2017 12:25:46 -0500 Received: from aibo.runbox.com ([91.220.196.211]:42070) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cNjt8-0004iE-9e for guix-devel@gnu.org; Sun, 01 Jan 2017 12:25:42 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cNjt5-0005Wc-VM for guix-devel@gnu.org; Sun, 01 Jan 2017 18:25:40 +0100 Received: from exit1.ipredator.se ([197.231.221.211] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cNjsq-0003hV-2c for guix-devel@gnu.org; Sun, 01 Jan 2017 18:25:24 +0100 In-Reply-To: <20170101172225.3408-1-ng0@libertad.pw> 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" To: guix-devel@gnu.org ng0 writes: > We talked about this in september, this adds the neo layout to kbd. > The problem I have can be reproduced by trying to build kbd after adding both patches. > > > Looking at nixpkgs, I wonder if my svn-fetch is overkill. Is the url format unique to Nix, or is this something svnweb understands? https://github.com/NixOS/nixpkgs/blob/56904d7c423f2b13b37fbd29f39bbb4b52bc7824/pkgs/os-specific/linux/kbd/keymaps.nix or as pasted here: neo = stdenv.mkDerivation rec { name = "neo-${version}"; version = "2476"; src = fetchurl { name = "neo.map"; url = "https://svn.neo-layout.org/linux/console/neo.map?r=${version}"; sha256 = "19mfrd31vzpsjiwc7pshxm0b0sz5dd17xrz6k079cy4im1vf0r4g"; }; buildCommand = '' install -D $src $out/share/keymaps/i386/neo/neo.map ''; }; } -- ♥Ⓐ ng0 PGP keys and more: https://n0is.noblogs.org/ http://ng0.chaosnet.org