nixpkgs/pkgs/applications/editors/neovim/gnvim
Maximilian Bosch 068beb2c07
gnvim: fix build
When running the default builder for Rust, the artifacts would be stored
in `target/<arch>/<profile>`, however the `install`-target expects the
default structure (`target/<profile>`) of `cargo`-builds.

When using the Makefile for building as well, the expected structure is
created instead.
2020-05-13 22:19:47 +02:00
..
default.nix gnvim: fix build 2020-05-13 22:19:47 +02:00
wrapper.nix