forked from mirrors/nixpkgs
parent
9874d1b5de
commit
14df60d0db
|
@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
license = "custom";
|
||||
maintainers = with stdenv.lib.maintainers; [ pierron thoughtpolice ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = ["x86_64-linux"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue