cosmopolitan: remove redundant fix
the shebangs issue has been fixed upstream in https://github.com/jart/cosmopolitan/commit/f721d61b54f9b5dab6743edc289f185869363255
This commit is contained in:
@@ -22,10 +22,6 @@ stdenv.mkDerivation rec {
|
||||
dontConfigure = true;
|
||||
dontFixup = true;
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs build/
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p $out/{include,lib}
|
||||
|
||||
Reference in New Issue
Block a user