Navigation Menu

Skip to content

Commit

Permalink
dwm-status: upgrade cargo fetcher and cargoSha256 (#82013)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhipple committed Mar 8, 2020
1 parent d1cdeb7 commit 0b933b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/applications/window-managers/dwm/dwm-status.nix
Expand Up @@ -21,10 +21,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ makeWrapper pkgconfig ];
buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];

# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "0l6x59bzzilc78gsi5rlgq9zjvp8qjphfsds776ljzmkbdq8q4iz";
cargoSha256 = "0xybd6110b29ghl66kxfs64704qlhnn9jb5vl7lfk9sv62cs564i";

postInstall = lib.optionalString (bins != []) ''
wrapProgram $out/bin/dwm-status --prefix "PATH" : "${stdenv.lib.makeBinPath bins}"
Expand Down

0 comments on commit 0b933b4

Please sign in to comment.