emacs: respect native compilation errors by default (#343388)
This commit is contained in:
@@ -33,7 +33,7 @@ libBuildHelper.extendMkDerivation' stdenv.mkDerivation (finalAttrs:
|
||||
, postInstall ? ""
|
||||
, meta ? {}
|
||||
, turnCompilationWarningToError ? false
|
||||
, ignoreCompilationError ? true
|
||||
, ignoreCompilationError ? false
|
||||
, ...
|
||||
}@args:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user