playonlinux: migrate to by-name
Signed-off-by: Aliaksandr <grubian2@gmail.com>
This commit is contained in:
+2
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
stdenv_32bit,
|
||||
makeWrapper,
|
||||
fetchurl,
|
||||
cabextract,
|
||||
@@ -34,6 +34,7 @@
|
||||
|
||||
let
|
||||
version = "4.4";
|
||||
stdenv = stdenv_32bit;
|
||||
|
||||
binpath = lib.makeBinPath [
|
||||
cabextract
|
||||
@@ -11482,8 +11482,6 @@ with pkgs;
|
||||
|
||||
pipe-viewer = perlPackages.callPackage ../applications/video/pipe-viewer { };
|
||||
|
||||
playonlinux = callPackage ../applications/misc/playonlinux { stdenv = stdenv_32bit; };
|
||||
|
||||
pleroma-bot = python3Packages.callPackage ../development/python-modules/pleroma-bot { };
|
||||
|
||||
pnglatex = with python3Packages; toPythonApplication pnglatex;
|
||||
|
||||
Reference in New Issue
Block a user