Loading pkgs/by-name/co/cosmic-notifications/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec { }; postPatch = '' substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)" substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)" ''; nativeBuildInputs = [ just which pkg-config makeBinaryWrapper ]; Loading Loading
pkgs/by-name/co/cosmic-notifications/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec { }; postPatch = '' substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)" substituteInPlace justfile --replace-fail '#!/usr/bin/env' "#!$(command -v env)" ''; nativeBuildInputs = [ just which pkg-config makeBinaryWrapper ]; Loading