Disable unused phases & fix formatting

This commit is contained in:
Reinout Meliesie 2025-03-02 19:52:08 +01:00
parent e4b21d95b2
commit 0536ffc1a8
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
4 changed files with 26 additions and 12 deletions

View file

@ -16,6 +16,10 @@ mkDerivation {
hash = "sha256-RT3fF2oMsf0klUwMBJ02Dgdt2rsoB7A3SjiuyVuYU7A=" ;
} ;
dontPatch = true ;
dontConfigure = true ;
dontBuild = true ;
installPhase = ''
runHook preInstall