1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

nix: remove leading dot in nativeBuildInputs (#948)

Co-authored-by: osscar <osscar.unheard025@passmail.net>
This commit is contained in:
osscar
2025-12-08 15:52:32 +01:00
committed by GitHub
parent dc40492fc7
commit 3ef10e73a5

View File

@@ -71,7 +71,7 @@
nativeBuildInputs = with pkgs; [
installShellFiles
.makeWrapper
makeWrapper
];
postInstall = ''