acct: only build on linux

This commit is contained in:
Matthew Justin Bauer 2016-08-01 15:12:31 -05:00 committed by GitHub
parent 26a2392594
commit 2ae5dbbf3b

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/acct/;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; allBut cygwin;
platforms = platforms.linux;
};
}