mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
fix
svn path=/nixpkgs/trunk/; revision=9932
This commit is contained in:
parent
17ad9b8acd
commit
417ebfba7e
@ -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 New Issue
Block a user