mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
matrix-synapse-unwrapped: restore ability to make backports
I'm absolutely not going to do this by hand for the next 6 months!
This commit is contained in:
@@ -28,8 +28,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit src;
|
||||
name = "${pname}-${version}";
|
||||
inherit pname version src;
|
||||
hash = "sha256-Gq3QvQSRfxRovzuvdboLCheNuMW58GFO9x2N2os+p38=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user