diff options
author | makefu <github@syntax-fehler.de> | 2019-05-14 09:18:08 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-05-14 09:18:26 +0200 |
commit | 135dc5297ab71045a1f58e053c4584f694988146 (patch) | |
tree | b5b0479319e024f8e1017ddcdedbf141441ff374 /krebs/5pkgs/simple/prison-break/default.nix | |
parent | b65e9c07628aab89478ca634ae682ea7d07d338c (diff) |
ma pkgs.prison-break: move back to own namespace, use nur.repos.makefu.prison-break for krebs
Diffstat (limited to 'krebs/5pkgs/simple/prison-break/default.nix')
-rw-r--r-- | krebs/5pkgs/simple/prison-break/default.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/krebs/5pkgs/simple/prison-break/default.nix b/krebs/5pkgs/simple/prison-break/default.nix deleted file mode 100644 index 672e0b3a0..000000000 --- a/krebs/5pkgs/simple/prison-break/default.nix +++ /dev/null @@ -1,20 +0,0 @@ -{pkgs, fetchFromGitHub}: -with pkgs.python3.pkgs; - -buildPythonPackage rec { - pname = "prison-break"; - version = "1.2.0"; - src = fetchFromGitHub { - owner = "makefu"; - repo = pname; - rev = version; - sha256 = "07wy6f06vj9s131c16gw1xl1jf9gq5xiqia8awfb26s99gxlv7l9"; - }; - propagatedBuildInputs = [ - docopt - requests - beautifulsoup4 - (callPackage ./straight-plugin.nix {}) - ]; - checkInputs = [ black ]; -} |