about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-03 06:07:13 +0000
committerGitHub <noreply@github.com>2022-10-03 06:07:13 +0000
commit5a199b93eb9811d287277d6a91dc15f9d93d0ead (patch)
tree27ec6e6e2b169dc9492e9906e8b4d69942854b67 /pkgs/top-level
parentc11887327ba5e8a0451bd3b80956f280999cae4e (diff)
parent793b7f618d79295eed7ef55ab3f6f8290e8c19bc (diff)
downloadnixlib-5a199b93eb9811d287277d6a91dc15f9d93d0ead.tar
nixlib-5a199b93eb9811d287277d6a91dc15f9d93d0ead.tar.gz
nixlib-5a199b93eb9811d287277d6a91dc15f9d93d0ead.tar.bz2
nixlib-5a199b93eb9811d287277d6a91dc15f9d93d0ead.tar.lz
nixlib-5a199b93eb9811d287277d6a91dc15f9d93d0ead.tar.xz
nixlib-5a199b93eb9811d287277d6a91dc15f9d93d0ead.tar.zst
nixlib-5a199b93eb9811d287277d6a91dc15f9d93d0ead.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9c7fc1f64b86..33e103a9a9be 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -10899,10 +10899,7 @@ with pkgs;
 
   sacd = callPackage ../tools/cd-dvd/sacd { };
 
-  safe = callPackage ../tools/security/safe {
-    # pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
-    buildGoModule = buildGo117Module;
-  };
+  safe = callPackage ../tools/security/safe { };
 
   safety-cli = with python3.pkgs; toPythonApplication safety;
 
@@ -28017,10 +28014,7 @@ with pkgs;
 
   gopher = callPackage ../applications/networking/gopher/gopher { };
 
-  gophernotes = callPackage ../applications/editors/gophernotes {
-    # pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
-    buildGoModule = buildGo117Module;
-  };
+  gophernotes = callPackage ../applications/editors/gophernotes { };
 
   goxel = callPackage ../applications/graphics/goxel { };