ncdu: fix cpu impurity

This commit is contained in:
Naïm Favier 2022-10-21 11:24:12 +02:00
parent ee9ca83920
commit 6674d1f420
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
PREFIX = placeholder "out";
# Avoid CPU feature impurity, see https://github.com/NixOS/nixpkgs/issues/169461
ZIG_FLAGS = "-Drelease-safe -Dcpu=baseline";
meta = with lib; {
description = "Disk usage analyzer with an ncurses interface";
homepage = "https://dev.yorhel.nl/ncdu";