Skip to content

Commit

Permalink
longview: restrict meta.platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Dec 6, 2017
1 parent 1e7ebac commit 9adbe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/monitoring/longview/default.nix
Expand Up @@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = [ maintainers.rvl ];
inherit version;
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
};
}

0 comments on commit 9adbe64

Please sign in to comment.