ueberzugpp: move to pkgs/by-name
This commit is contained in:
parent
7b1a32ed15
commit
be840e52ed
2 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue