mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
* Use vim instead of vimDiet on the CD because ncurses on dietlibc is
broken on x86_64 (apparently because dietlibc on x86_64 doesn't have sin() / cos()). svn path=/nixos/trunk/; revision=10052
This commit is contained in:
parent
90a0d64bcd
commit
c00448493b
@ -84,7 +84,7 @@ rec {
|
|||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
extraPackages = pkgs: [
|
extraPackages = pkgs: [
|
||||||
pkgs.vimDiet
|
pkgs.vim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user