···28 nativeBuildInputsToUpstream = with pkgs; [
29 # If there are any nativeBuildInputs that are not in nixpkgs, add them here
30 # nativeBuildInputs are packages that are needed to develop and/or build the project (i.e. tooling)
31- # Once they are upstreamed to nixpkgs master, remove them from this list
32 ];
3334 buildInputsToUpstream = with pkgs; [
35 # If there are any buildInputs that are not in nixpkgs, add them here
36 # buildInputs are any packages that are needed at runtime (i.e. dependencies)
37- # Once they are upstreamed to nixpkgs master, remove them from this list
38 ];
39-40 package = pkgs.monado.overrideAttrs (oldAttrs: {
41 src = ./.;
42
···28 nativeBuildInputsToUpstream = with pkgs; [
29 # If there are any nativeBuildInputs that are not in nixpkgs, add them here
30 # nativeBuildInputs are packages that are needed to develop and/or build the project (i.e. tooling)
031 ];
3233 buildInputsToUpstream = with pkgs; [
34 # If there are any buildInputs that are not in nixpkgs, add them here
35 # buildInputs are any packages that are needed at runtime (i.e. dependencies)
036 ];
37+38 package = pkgs.monado.overrideAttrs (oldAttrs: {
39 src = ./.;
40