summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-01-28 14:05:11 +0100
committerJan Tojnar <jtojnar@gmail.com>2022-01-28 14:05:11 +0100
commit2da5ce4ab3e11c318e14a0f6f3f953d5ab05e91c (patch)
treea65b24393dab9684b5c0cb1be078ab8b58bdb045 /pkgs/tools/graphics
parentb7c57ee12180d671a6eb5d476c5119ead51c0ea1 (diff)
parentc256c4599c907c3f661211cc05e74fc2a5907ddf (diff)
downloadnixpkgs-2da5ce4ab3e11c318e14a0f6f3f953d5ab05e91c.tar
nixpkgs-2da5ce4ab3e11c318e14a0f6f3f953d5ab05e91c.tar.gz
nixpkgs-2da5ce4ab3e11c318e14a0f6f3f953d5ab05e91c.tar.bz2
nixpkgs-2da5ce4ab3e11c318e14a0f6f3f953d5ab05e91c.tar.lz
nixpkgs-2da5ce4ab3e11c318e14a0f6f3f953d5ab05e91c.tar.xz
nixpkgs-2da5ce4ab3e11c318e14a0f6f3f953d5ab05e91c.tar.zst
nixpkgs-2da5ce4ab3e11c318e14a0f6f3f953d5ab05e91c.zip
Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/development/python-modules/fakeredis/default.nix
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/barcode/default.nix1
-rw-r--r--pkgs/tools/graphics/cuneiform/default.upstream8
2 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/tools/graphics/barcode/default.nix b/pkgs/tools/graphics/barcode/default.nix
index e77e8fae0c2..eed06602a5d 100644
--- a/pkgs/tools/graphics/barcode/default.nix
+++ b/pkgs/tools/graphics/barcode/default.nix
@@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ raskin ];
     platforms = platforms.linux; # Maybe other non-darwin Unix
     downloadPage = "https://ftp.gnu.org/gnu/barcode/";
-    updateWalker = true;
     homepage = "https://www.gnu.org/software/barcode/";
     license = licenses.gpl3;
   };
diff --git a/pkgs/tools/graphics/cuneiform/default.upstream b/pkgs/tools/graphics/cuneiform/default.upstream
deleted file mode 100644
index 4fb85a2a1e8..00000000000
--- a/pkgs/tools/graphics/cuneiform/default.upstream
+++ /dev/null
@@ -1,8 +0,0 @@
-url https://launchpad.net/cuneiform-linux/+download
-
-do_overwrite () {
-  ensure_hash
-  set_var_value version "$CURRENT_VERSION"
-  set_var_value sha256 "$CURRENT_HASH"
-  set_var_value ' url' "$CURRENT_URL"
-}