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 in04e39bd
), 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.
This commit is contained in:
commit
710f8a7170
pkgs/os-specific/linux/kbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue