3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request 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
commit ddf2d70682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};
}