fix: compilation fixes

This commit is contained in:
2024-12-27 17:40:38 +01:00
parent 261eac2d36
commit ccb50b0234
3 changed files with 24 additions and 26 deletions

View File

@@ -14,7 +14,7 @@
xorg.libXinerama
];
makeFlags = [ "CC=${pkgs.gcc}/bin/gcc" ];
makeFlags = [ "CC=${pkgs.gcc}/bin/cc" ];
installPhase = ''
mkdir -p $out/bin