shotgun: remove build script workaround

No longer necessary as of 2.4.0.

See: ba5c70bb20
This commit is contained in:
novenary 2023-06-13 19:18:05 +03:00
parent 2ec0003a69
commit 5a93954d8c

View File

@ -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";