summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-08-19 18:46:41 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-08-19 18:46:41 +0200
commit710f8a717063136257cb844b2a5e815d6d50260b (patch)
treed69fb3cbdc1ae2fc476b287efe63e18f1a0ce6a2 /pkgs/os-specific
parent50e9dd7da19b11258664f2acd0e953d56d3dce7e (diff)
parentc34d852ea1bcb643e293cc7c93639a3cd863286e (diff)
downloadnixlib-710f8a717063136257cb844b2a5e815d6d50260b.tar
nixlib-710f8a717063136257cb844b2a5e815d6d50260b.tar.gz
nixlib-710f8a717063136257cb844b2a5e815d6d50260b.tar.bz2
nixlib-710f8a717063136257cb844b2a5e815d6d50260b.tar.lz
nixlib-710f8a717063136257cb844b2a5e815d6d50260b.tar.xz
nixlib-710f8a717063136257cb844b2a5e815d6d50260b.tar.zst
nixlib-710f8a717063136257cb844b2a5e815d6d50260b.zip
Merge pull request #9271 from @Profpatsch.
Not sure whether this was broken in the first place (8cd6d53) or if it
went broken afterwards (due to the version bump in 04e39bd), but it
isn't included in the store path at current master.

So I've tested the commit and kbd now correctly includes the Neo layout.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kbd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kbd/default.nix b/pkgs/os-specific/linux/kbd/default.nix
index fba63daf8e5c..4c6f33b1d80e 100644
--- a/pkgs/os-specific/linux/kbd/default.nix
+++ b/pkgs/os-specific/linux/kbd/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     ''
       mkdir -p data/keymaps/i386/neo
       cat "$neoSrc" > data/keymaps/i386/neo/neo.map
-      sed -i -e 's,^KEYMAPSUBDIRS *= *,&i386/neo ,' data/Makefile.in
+      sed -i -e 's,^KEYMAPSUBDIRS *= *,&i386/neo ,' data/Makefile.am
 
       # Add the dvp keyboard in the dvorak folder
       ${gzip}/bin/gzip -c -d ${dvpSrc} > data/keymaps/i386/dvorak/dvp.map