Commit 4223e717 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

python3Packages.cxxheaderparser: set platforms

parent 7e2b975d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,5 +35,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/robotpy/cxxheaderparser";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ nim65s ];
    platforms = lib.platforms.unix;
  };
}