shotgun: remove build script workaround
No longer necessary as of 2.4.0. See: https://github.com/neXromancers/shotgun/commit/ba5c70bb20ea1d56c4a5df43d467d107f2c7c418
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user