mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
gnome-menus: fix build by dropping wrong patchShebangs
Strange error, probably hidden by #7524 until recently. /cc @lethalman.
This commit is contained in:
parent
637873d8fb
commit
9c5f76bc0f
@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = "INTROSPECTION_GIRDIR=$(out)/share/gir-1.0/ INTROSPECTION_TYPELIBDIR=$(out)/lib/girepository-1.0";
|
||||
|
||||
preBuild = "patchShebangs ./scripts";
|
||||
|
||||
buildInputs = [ intltool pkgconfig glib gobjectIntrospection ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user