summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-27 10:50:09 +0100
committermakefu <github@syntax-fehler.de>2018-02-28 08:32:52 +0100
commit2fb4fafdfbf29e3105c8a7c5cb7d9ef2f2cd6a52 (patch)
tree0428970baf3d2442b3f8f3f59b09fbea62e26119 /pkgs/top-level
parent9fe410fd495433af28cf4144335ffb9a6314fb2a (diff)
downloadnixlib-2fb4fafdfbf29e3105c8a7c5cb7d9ef2f2cd6a52.tar
nixlib-2fb4fafdfbf29e3105c8a7c5cb7d9ef2f2cd6a52.tar.gz
nixlib-2fb4fafdfbf29e3105c8a7c5cb7d9ef2f2cd6a52.tar.bz2
nixlib-2fb4fafdfbf29e3105c8a7c5cb7d9ef2f2cd6a52.tar.lz
nixlib-2fb4fafdfbf29e3105c8a7c5cb7d9ef2f2cd6a52.tar.xz
nixlib-2fb4fafdfbf29e3105c8a7c5cb7d9ef2f2cd6a52.tar.zst
nixlib-2fb4fafdfbf29e3105c8a7c5cb7d9ef2f2cd6a52.zip
pythonPackages.xstatic-jquery-file-upload: move to python-modules
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix17
1 files changed, 1 insertions, 16 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index acc4b086e6ce..5f5737d7f136 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -20475,22 +20475,7 @@ EOF
 
   xstatic-jquery = callPackage ../development/python-modules/xstatic-jquery {};
 
-  xstatic-jquery-file-upload = buildPythonPackage rec {
-    name = "XStatic-jQuery-File-Upload-${version}";
-    version = "9.7.0.1";
-    propagatedBuildInputs = with self;[ xstatic-jquery ];
-    src = pkgs.fetchurl {
-      url = "mirror://pypi/X/XStatic-jQuery-File-Upload/XStatic-jQuery-File-Upload-${version}.tar.gz";
-      sha256 = "0d5za18lhzhb54baxq8z73wazq801n3qfj5vgcz7ri3ngx7nb0cg";
-    };
-
-    meta = {
-      homepage =  http://plugins.jquery.com/project/jQuery-File-Upload;
-      description = "jquery-file-upload packaged static files for python";
-      license = licenses.mit;
-      maintainers = [ maintainers.makefu ];
-    };
-  };
+  xstatic-jquery-file-upload = callPackage ../development/python-modules/xstatic-jquery-file-upload {};
 
   xstatic-jquery-ui = buildPythonPackage rec {
     name = "XStatic-jquery-ui-${version}";