acct: only build on linux
This commit is contained in:
parent
26a2392594
commit
2ae5dbbf3b
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.gnu.org/software/acct/;
|
homepage = http://www.gnu.org/software/acct/;
|
||||||
|
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = with platforms; allBut cygwin;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user