dwm-status: upgrade cargo fetcher and cargoSha256 (#82013)
This commit is contained in:
parent
d1cdeb7aae
commit
0b933b4085
@ -21,10 +21,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
||||||
buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];
|
buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];
|
||||||
|
|
||||||
# Delete this on next update; see #79975 for details
|
cargoSha256 = "0xybd6110b29ghl66kxfs64704qlhnn9jb5vl7lfk9sv62cs564i";
|
||||||
legacyCargoFetcher = true;
|
|
||||||
|
|
||||||
cargoSha256 = "0l6x59bzzilc78gsi5rlgq9zjvp8qjphfsds776ljzmkbdq8q4iz";
|
|
||||||
|
|
||||||
postInstall = lib.optionalString (bins != []) ''
|
postInstall = lib.optionalString (bins != []) ''
|
||||||
wrapProgram $out/bin/dwm-status --prefix "PATH" : "${stdenv.lib.makeBinPath bins}"
|
wrapProgram $out/bin/dwm-status --prefix "PATH" : "${stdenv.lib.makeBinPath bins}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user