Merge pull request #254017 from cyber-murmel/klipper-cross

authored by Artturi and committed by GitHub db9208ab 547f990f

+4
+4
pkgs/servers/klipper/default.nix
··· 38 38 substituteInPlace $file \ 39 39 --replace '/usr/bin/env python2' '/usr/bin/env python' 40 40 done 41 + 42 + # needed for cross compilation 43 + substituteInPlace ./chelper/__init__.py \ 44 + --replace 'GCC_CMD = "gcc"' 'GCC_CMD = "${stdenv.cc.targetPrefix}cc"' 41 45 ''; 42 46 43 47 # NB: We don't move the main entry point into `/bin`, or even symlink it,