diff options
| author | magenbluten <magenbluten@codemonkey.cc> | 2019-05-21 19:52:44 +0200 |
|---|---|---|
| committer | magenbluten <magenbluten@codemonkey.cc> | 2019-05-21 19:52:44 +0200 |
| commit | 09552a6945bd4207c5f44b7aebd7142e7e766d83 (patch) | |
| tree | a53914e3f1e286053fc64ad1d87075d2210dae25 /makefu/5pkgs/prison-break/default.nix | |
| parent | c74d86cf6a1299ba0a11fcfb2341a8632b147420 (diff) | |
| parent | 73997358e457b51c72d954546451008560a4adfc (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'makefu/5pkgs/prison-break/default.nix')
| -rw-r--r-- | makefu/5pkgs/prison-break/default.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/makefu/5pkgs/prison-break/default.nix b/makefu/5pkgs/prison-break/default.nix deleted file mode 100644 index 051a46184..000000000 --- a/makefu/5pkgs/prison-break/default.nix +++ /dev/null @@ -1,20 +0,0 @@ -{pkgs, fetchFromGitHub}: -with pkgs.python3.pkgs; - -buildPythonPackage rec { - pname = "prison-break"; - version = "1.0.0"; - src = fetchFromGitHub { - owner = "makefu"; - repo = pname; - rev = "1.0.0"; - sha256 = "0ab42z6qr42vz4fc077irn9ykrrylagx1dzlw8dqcanf49dxd961"; - }; - propagatedBuildInputs = [ - docopt - requests - beautifulsoup4 - (callPackage ./straight-plugin.nix {}) - ]; - checkInputs = [ black ]; -} |
