vp: migrate to by-name
This commit is contained in:
@@ -14119,10 +14119,9 @@ with pkgs;
|
||||
|
||||
vpn-slice = python3Packages.callPackage ../tools/networking/vpn-slice { };
|
||||
|
||||
vp = callPackage ../applications/misc/vp {
|
||||
# Enable next line for console graphics. Note that
|
||||
# it requires `sixel` enabled terminals such as mlterm
|
||||
# or xterm -ti 340
|
||||
vp = callPackage ../by-name/vp/vp/package.nix {
|
||||
# Enable next line for console graphics. Note that it requires `sixel`
|
||||
# enabled terminals such as mlterm or xterm -ti 340
|
||||
SDL = SDL_sixel;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user