summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/prison-break/straight-plugin.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-05-14 09:18:08 +0200
committermakefu <github@syntax-fehler.de>2019-05-14 09:18:26 +0200
commit135dc5297ab71045a1f58e053c4584f694988146 (patch)
treeb5b0479319e024f8e1017ddcdedbf141441ff374 /krebs/5pkgs/simple/prison-break/straight-plugin.nix
parentb65e9c07628aab89478ca634ae682ea7d07d338c (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/straight-plugin.nix')
-rw-r--r--krebs/5pkgs/simple/prison-break/straight-plugin.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/krebs/5pkgs/simple/prison-break/straight-plugin.nix b/krebs/5pkgs/simple/prison-break/straight-plugin.nix
deleted file mode 100644
index 606c60b5..00000000
--- a/krebs/5pkgs/simple/prison-break/straight-plugin.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-}:
-
-buildPythonPackage rec {
- pname = "straight-plugin";
- version = "1.5.0";
-
- src = fetchPypi {
- pname = "straight.plugin";
- inherit version;
- sha256 = "818a7641068932ed6436d0af0a3bb77bbbde29df0a7142c8bd1a249e7c2f0d38";
- };
-
- meta = with lib; {
- description = "A simple namespaced plugin facility";
- homepage = https://github.com/ironfroggy/straight.plugin;
- license = licenses.mit;
- maintainers = [ maintainers.makefu ];
- };
-}