railcar: add reference to upstream patch

This commit is contained in:
Alexey Shmalko 2018-12-11 17:37:18 +02:00
parent 7641a13447
commit e376aecb1e
No known key found for this signature in database
GPG Key ID: DCEF7BCCEB3066C3

View File

@ -14,6 +14,8 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "16f3ys0zzha8l5jdklmrqivl8hmrb9qgqgzcm3jn06v45hls9lan";
buildInputs = [ libseccomp ];
# Submitted upstream https://github.com/oracle/railcar/pull/44
cargoPatches = [ ./cargo-lock.patch ];
meta = with lib; {