Commit 1babaa8a authored by Weijia Wang's avatar Weijia Wang
Browse files

gfxreconstruct: set platforms

parent 7b4b3ef3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/LunarG/gfxreconstruct/";
    license = licenses.mit;
    maintainers = with maintainers; [ Flakebi ];
    platforms = platforms.linux;
  };
}