mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
mcumgr-client.updateScript: drop
This doesn't work. I think it doesn't understand the Cargo.lock being copied. All it did for me when I ran it was update the version number.
This commit is contained in:
parent
9d67f432e2
commit
eecd125eea
@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
nix-update-script,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
udev,
|
udev,
|
||||||
stdenv,
|
stdenv,
|
||||||
@ -24,8 +23,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
lockFile = ./Cargo.lock;
|
lockFile = ./Cargo.lock;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
ln -s ${./Cargo.lock} Cargo.lock
|
ln -s ${./Cargo.lock} Cargo.lock
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user