Created
April 18, 2021 19:33
-
-
Save danielfullmer/531e2026352ee2498a3c69e8a33768a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
source.dirs."prebuilts/clang/host/linux-x86".postPatch = let | |
proton-clang = pkgs.fetchFromGitHub { | |
<complete this> | |
}; | |
in '' | |
cp -r ${proton-clang} proton-clang | |
''; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment