ueberzugpp: move to pkgs/by-name

This commit is contained in:
Weijia Wang 2024-02-24 23:56:57 +01:00
parent 7b1a32ed15
commit be840e52ed
2 changed files with 3 additions and 1 deletions

View file

@ -35777,7 +35777,9 @@ with pkgs;
ueberzug = with python3Packages; toPythonApplication ueberzug;
ueberzugpp = darwin.apple_sdk_11_0.callPackage ../tools/graphics/ueberzugpp { };
ueberzugpp = callPackage ../by-name/ue/ueberzugpp/package.nix {
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
};
uefi-run = callPackage ../tools/virtualization/uefi-run { };