vp: migrate to by-name

This commit is contained in:
Anderson Torres
2024-06-04 08:19:10 -03:00
parent 51ebfa8f78
commit fe33007f33
2 changed files with 3 additions and 4 deletions
+3 -4
View File
@@ -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;
};