From 5a93954d8c8d55fb3362d3d3b32a2ea7bcfaf176 Mon Sep 17 00:00:00 2001 From: novenary Date: Tue, 13 Jun 2023 19:18:05 +0300 Subject: [PATCH] shotgun: remove build script workaround No longer necessary as of 2.4.0. See: https://github.com/neXromancers/shotgun/commit/ba5c70bb20ea1d56c4a5df43d467d107f2c7c418 --- pkgs/tools/graphics/shotgun/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/tools/graphics/shotgun/default.nix b/pkgs/tools/graphics/shotgun/default.nix index 8805da7ebe71..d2b030594150 100644 --- a/pkgs/tools/graphics/shotgun/default.nix +++ b/pkgs/tools/graphics/shotgun/default.nix @@ -17,11 +17,6 @@ rustPlatform.buildRustPackage rec { buildInputs = [ libXrandr libX11 ]; - # build script tries to run git to get the current tag - postPatch = '' - echo "fn main() {}" > build.rs - ''; - meta = with lib; { description = "Minimal X screenshot utility"; homepage = "https://github.com/neXromancers/shotgun";