protonmail-bridge: fix for building on unstable
At some point the propagation logic is being changed such that nativeBuildInputs isn't included in buildInputs, which means that pkg-config can't see anything in nativeBuildInputs.
This commit is contained in:
		| @@ -33,6 +33,9 @@ let | ||||
|  | ||||
|       nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ | ||||
|         pkg-config | ||||
|       ]; | ||||
|  | ||||
|       buildInputs = (args.buildInputs or [ ]) ++ [ | ||||
|         libsecret | ||||
|       ]; | ||||
|  | ||||
| @@ -58,7 +61,6 @@ let | ||||
|       }; | ||||
|     }); | ||||
|  | ||||
|  | ||||
| in | ||||
|  | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user