···2828 nativeBuildInputsToUpstream = with pkgs; [
2929 # If there are any nativeBuildInputs that are not in nixpkgs, add them here
3030 # nativeBuildInputs are packages that are needed to develop and/or build the project (i.e. tooling)
3131- # Once they are upstreamed to nixpkgs master, remove them from this list
3231 ];
33323433 buildInputsToUpstream = with pkgs; [
3534 # If there are any buildInputs that are not in nixpkgs, add them here
3635 # buildInputs are any packages that are needed at runtime (i.e. dependencies)
3737- # Once they are upstreamed to nixpkgs master, remove them from this list
3836 ];
3939-3737+4038 package = pkgs.monado.overrideAttrs (oldAttrs: {
4139 src = ./.;
4240