unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ng0 <ng0@libertad.pw>
To: guix-devel@gnu.org
Subject: Re: Add neo-layout to kbd
Date: Sun, 01 Jan 2017 17:25:57 +0000	[thread overview]
Message-ID: <87a8ba66ai.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20170101172225.3408-1-ng0@libertad.pw>

ng0 <ng0@libertad.pw> 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

  parent reply	other threads:[~2017-01-01 17:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-01 17:22 Add neo-layout to kbd ng0
2017-01-01 17:22 ` [PATCH 1/2] gnu: Add kbd-neo ng0
2017-01-01 19:25   ` Hartmut Goebel
2017-01-01 17:22 ` [PATCH 2/2] gnu: kbd: Add neo layout ng0
2017-01-01 19:15   ` Hartmut Goebel
2017-01-01 17:25 ` ng0 [this message]
2017-01-01 19:34   ` Add neo-layout to kbd Hartmut Goebel
2017-01-22  1:53     ` ng0
2017-01-22 10:36       ` ng0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a8ba66ai.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me \
    --to=ng0@libertad.pw \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).