forked from mirrors/nixpkgs
progress: add darwin to platforms
This commit is contained in:
parent
eddd0503a6
commit
91b2868b6d
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue