Skip to content

Commit 98accc1

Browse files
committed
enable IS_DEV=1
1 parent d4cc448 commit 98accc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/orioledb.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
2626
python3
2727
openssl
2828
];
29-
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=11";
29+
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=11 IS_DEV=1";
3030
installPhase = ''
3131
runHook preInstall
3232

0 commit comments

Comments
 (0)