Merge pull request #213175 from ayes-web/master

progress: add darwin to platforms
This commit is contained in:
Weijia Wang
2023-01-28 21:03:14 +01:00
committed by GitHub
+1 -1
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 ];
};
}