summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-06-15 08:48:02 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-06-15 08:48:02 +0200
commit31530c185e0dea0598871de6fd7c21b07f5bf266 (patch)
treea7f60dc0b97fe9b2819e0c7f30d32df9fa2092dc /pkgs/tools/misc
parent63d364483cf477a9e8be430be455c9db8d6d71e2 (diff)
parentb6b678680335a45070bbc997709cd2d6854372c7 (diff)
downloadnixlib-31530c185e0dea0598871de6fd7c21b07f5bf266.tar
nixlib-31530c185e0dea0598871de6fd7c21b07f5bf266.tar.gz
nixlib-31530c185e0dea0598871de6fd7c21b07f5bf266.tar.bz2
nixlib-31530c185e0dea0598871de6fd7c21b07f5bf266.tar.lz
nixlib-31530c185e0dea0598871de6fd7c21b07f5bf266.tar.xz
nixlib-31530c185e0dea0598871de6fd7c21b07f5bf266.tar.zst
nixlib-31530c185e0dea0598871de6fd7c21b07f5bf266.zip
Merge a subset of staging (security)
In particular, this contains Firefox-related and libgcrypt updates.
Other larger rebuilds would apparently need lots of time to catch up
on Hydra, due to nontrivial rebuilds in other branches than staging.
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/bepasty/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/misc/bepasty/default.nix b/pkgs/tools/misc/bepasty/default.nix
index f69f654cda3d..ae88b7e99c65 100644
--- a/pkgs/tools/misc/bepasty/default.nix
+++ b/pkgs/tools/misc/bepasty/default.nix
@@ -10,7 +10,6 @@ with python.pkgs;
 buildPythonPackage rec {
   pname = "bepasty";
   version = "0.4.0";
-  name = "${pname}-${version}";
 
   propagatedBuildInputs = [
     flask
@@ -39,4 +38,4 @@ buildPythonPackage rec {
     license = lib.licenses.mit;
     maintainers = [ lib.maintainers.makefu ];
   };
-}
\ No newline at end of file
+}