progress: add darwin to platforms

This commit is contained in:
ayes-web 2023-01-28 21:22:00 +02:00
parent eddd0503a6
commit 91b2868b6d

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Xfennec/progress";
description = "Tool that shows the progress of coreutils programs";
license = licenses.gpl3;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ pSub ];
};
}