treewide: use less phases if not necessary
This removes some skipping of e.g. fixupPhase and cleans up occurences where this led to duplicating code
This commit is contained in:
@@ -12,10 +12,6 @@ stdenv.mkDerivation rec {
|
||||
owner = "facebook";
|
||||
};
|
||||
|
||||
# The Makefiles don't properly use file targets, but blindly rebuild
|
||||
# all dependencies on every make invocation. So no nice phases. :-(
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
|
||||
|
||||
makeFlags = [
|
||||
"ZSTD_LEGACY_SUPPORT=${if legacySupport then "1" else "0"}"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user