Loading pkgs/by-name/ub/ubports-click/package.nix +144 −139 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ lib, stdenv, testers, ubports-click, autoreconfHook, dbus, dbus-test-runner, Loading @@ -23,7 +22,8 @@ wrapGAppsHook3, }: python3Packages.buildPythonApplication rec { let self = python3Packages.buildPythonApplication rec { pname = "click"; version = "0.5.2"; format = "other"; Loading Loading @@ -146,9 +146,6 @@ python3Packages.buildPythonApplication rec { ''; passthru = { tests.pkg-config = testers.hasPkgConfigModules { package = ubports-click; }; updateScript = gitUpdater { }; }; Loading @@ -166,4 +163,12 @@ python3Packages.buildPythonApplication rec { "click-0.4" ]; }; }; in self // { passthru = self.passthru // { tests.pkg-config = testers.hasPkgConfigModules { package = self; }; }; } Loading
pkgs/by-name/ub/ubports-click/package.nix +144 −139 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ lib, stdenv, testers, ubports-click, autoreconfHook, dbus, dbus-test-runner, Loading @@ -23,7 +22,8 @@ wrapGAppsHook3, }: python3Packages.buildPythonApplication rec { let self = python3Packages.buildPythonApplication rec { pname = "click"; version = "0.5.2"; format = "other"; Loading Loading @@ -146,9 +146,6 @@ python3Packages.buildPythonApplication rec { ''; passthru = { tests.pkg-config = testers.hasPkgConfigModules { package = ubports-click; }; updateScript = gitUpdater { }; }; Loading @@ -166,4 +163,12 @@ python3Packages.buildPythonApplication rec { "click-0.4" ]; }; }; in self // { passthru = self.passthru // { tests.pkg-config = testers.hasPkgConfigModules { package = self; }; }; }