mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
pgadmin4: move to by-name
This commit is contained in:
@@ -52,12 +52,12 @@ fi
|
||||
printf "Done\n"
|
||||
|
||||
if [[ -f missing-hashes.json ]]; then
|
||||
if [[ ! -f "$nixpkgs/pkgs/tools/admin/pgadmin/missing-hashes.json" ]]; then
|
||||
if [[ ! -f "$nixpkgs/pkgs/by-name/pg/pgadmin4/missing-hashes.json" ]]; then
|
||||
printf "PLEASE NOTE: FIRST TIME OF FINDING MISSING HASHES!"
|
||||
printf "Please add \"missingHashes = ./missing-hashes.json\" to pgadmin derivation"
|
||||
fi
|
||||
printf "Copy files to nixpkgs\n"
|
||||
cp missing-hashes.json "$nixpkgs/pkgs/tools/admin/pgadmin/"
|
||||
cp missing-hashes.json "$nixpkgs/pkgs/by-name/pg/pgadmin4"
|
||||
fi
|
||||
|
||||
printf "Done\n"
|
||||
@@ -15666,9 +15666,7 @@ with pkgs;
|
||||
|
||||
resp-app = libsForQt5.callPackage ../applications/misc/resp-app { };
|
||||
|
||||
pgadmin4 = callPackage ../tools/admin/pgadmin { };
|
||||
|
||||
pgadmin4-desktopmode = callPackage ../tools/admin/pgadmin { server-mode = false; };
|
||||
pgadmin4-desktopmode = pgadmin4.override { server-mode = false; };
|
||||
|
||||
philipstv = with python3Packages; toPythonApplication philipstv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user