bozohttpd: migrate to by-name

This commit is contained in:
Anderson Torres
2024-09-12 22:16:21 -03:00
parent 83e26d0f96
commit 153d36c733
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -4226,8 +4226,7 @@ with pkgs;
boxfs = callPackage ../tools/filesystems/boxfs { };
bozohttpd = callPackage ../servers/http/bozohttpd { };
bozohttpd-minimal = callPackage ../servers/http/bozohttpd { minimal = true; };
bozohttpd-minimal = bozohttpd.override { minimal = true; };
brasero-original = lowPrio (callPackage ../tools/cd-dvd/brasero { });