roon-server: correctly set platforms

main
Bernardo Meurer 3 years ago
parent affef156d1
commit 1ac46a05a8
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
  1. 2
      pkgs/servers/roon-server/default.nix

@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
homepage = "https://roonlabs.com";
license = licenses.unfree;
maintainers = with maintainers; [ lovesegfault steell ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}

Loading…
Cancel
Save