We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae18fc3 commit 3729754Copy full SHA for 3729754
survey/default.nix
@@ -478,6 +478,10 @@ let
478
# See https://github.com/curl/curl/issues/2775 for an investigation of why.
479
"--libs-only-L --libs-only-l libcurl";
480
481
+ # For https://github.com/BurntSushi/erd/issues/40
482
+ # As of writing, not in Stackage
483
+ erd = doJailbreak super.erd;
484
+
485
postgresql-libpq = super.postgresql-libpq.override { postgresql = postgresql_static; };
486
487
# TODO For the below packages, it would be better if we could somehow make all users
0 commit comments