mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
shotgun: remove build script workaround
No longer necessary as of 2.4.0.
See: ba5c70bb20
This commit is contained in:
parent
2ec0003a69
commit
5a93954d8c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user