lol

Merge pull request #17434 from matthewbauer/patch-6

acct: only build on linux

authored by

Daniel Peebles and committed by
GitHub
ef371971 18ba1731

+1 -1
+1 -1
pkgs/tools/system/acct/default.nix
··· 25 25 homepage = http://www.gnu.org/software/acct/; 26 26 27 27 maintainers = with maintainers; [ pSub ]; 28 - platforms = with platforms; allBut cygwin; 28 + platforms = platforms.linux; 29 29 }; 30 30 }