mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
fix
svn path=/nixpkgs/trunk/; revision=9932
This commit is contained in:
parent
17ad9b8acd
commit
417ebfba7e
1 changed files with 1 additions and 1 deletions
|
@ -4446,7 +4446,7 @@ inherit (xlibs) libXrandr; # FIXME does this option exist? I couldn't find it as
|
|||
flags = ["hugeFeatures" "gtkGUI" "x11Support"];
|
||||
};
|
||||
|
||||
vim_configurable = import ../applications/editors/vim_configurable.nix {
|
||||
vim_configurable = import ../applications/editors/vim/configurable.nix {
|
||||
inherit fetchurl stdenv ncurses pkgconfig mkDerivationByConfiguration;
|
||||
inherit (xlibs) libX11 libXext libSM libXpm
|
||||
libXt libXaw libXau libXmu;
|
||||
|
|
Loading…
Reference in a new issue