Skip to content

Commit

Permalink
Fix build for qwerty-fr package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Sep 14, 2024
1 parent a1d8fb7 commit 15ccd00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/qwerty-fr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ stdenvNoCC.mkDerivation (finalAttrs: {
owner = "qwerty-fr";
repo = "qwerty-fr";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-BZLp5Tw1BH/m1wHYAUbfP86uZ6poAjD2D/uvl2ajmi0=";
hash = "sha256-TD67wKdaPaXzJzjKFCfRZl3WflUfdnUSQl/fnjr9TF8=";
};

installPhase = ''
runHook preInstall
mkdir -p $out
cp -r usr/share $out/share
mkdir -p $out/share/X11/xkb/symbols
cp $src/linux/us_qwerty-fr $out/share/X11/xkb/symbols
runHook postInstall
'';
Expand Down

0 comments on commit 15ccd00

Please sign in to comment.