-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
tds_fdw: init a 1.0.8 #57465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tds_fdw: init a 1.0.8 #57465
Conversation
{ stdenv, fetchFromGitHub, postgresql, freetds }: | ||
|
||
stdenv.mkDerivation rec { | ||
name = "tds_fdw-${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name will automatically be generated if you do:
name = "tds_fdw-${version}"; | |
pname = "tds_fdw"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
|
||
src = fetchFromGitHub { | ||
owner = "tds-fdw"; | ||
repo = "tds_fdw"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
repo = "tds_fdw"; | |
repo = pname; |
@GrahamcOfBorg build tds_fdw builds fine for me on NixOS. |
@GrahamcOfBorg build postgresqlPackages.tds_fdw |
Thank you @ryantm. Suggestion applied. |
Thanks! |
Motivation for this change
Need to access Sql Server using PostgreSQL foreign data wrappers. This is possible thanks to https://github.com/tds-fdw/tds_fdw/
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)