forked from mirrors/nixpkgs
Merge pull request #7887 from Lassulus/charybdis
pkgs charybdis: change platforms to linux only
This commit is contained in:
commit
0bd92bdd51
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://github.com/atheme/charybdis;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.lassulus ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue