Unverified Commit fed5d7bf authored by Guy Chronister's avatar Guy Chronister
Browse files

nixbang: migrate to by-name

parent c9a47294
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  pythonPackages,
  python3Packages,
  fetchFromGitHub,
}:

pythonPackages.buildPythonApplication rec {
python3Packages.buildPythonApplication rec {
  pname = "nixbang";
  version = "0.1.2";
  format = "setuptools";
+0 −4
Original line number Diff line number Diff line
@@ -6002,10 +6002,6 @@ with pkgs;
    )
      haskellPackages.haskell-ci;

  nixbang = callPackage ../development/tools/misc/nixbang {
    pythonPackages = python3Packages;
  };

  nexusmods-app-unfree = nexusmods-app.override {
    pname = "nexusmods-app-unfree";
    _7zz = _7zz-rar;