Commit graph

16 commits

Author SHA1 Message Date
Ben Siraphob 223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
R. RyanTM 17bb16f5c5 odpic: 4.0.2 -> 4.1.0 2020-12-10 22:14:09 +00:00
Vladimír Čunát 336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Maxim Krivchikov 5abf2b4f68 odpic: 3.3.0 -> 4.0.2
python3Packages.cx-oracle is broken with current odpic version
2020-10-02 15:27:20 +03:00
R. RyanTM 9779cac0ae odpic: 3.2.1 -> 3.3.0 2020-01-26 08:53:27 +00:00
Florian Klink c79d9e17d6 odpic: 3.1.0 -> 3.2.1 2019-08-22 11:22:51 +02:00
Florian Klink eb0fecf294 odpic: add to rpath 2019-08-22 11:22:51 +02:00
Florian Klink 6081611046 oracle-instantclient: turn into a multi-output derivation 2019-08-22 11:22:48 +02:00
Florian Klink 1bbad11da9 odpic: 2.4.2 -> 3.1.0
This bumps odpic to 3.1.0 - with the current version in unstable,
python*Packages.cx_oracle fails to compile due to some types missing in
our version of odpic:

```
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DCXO_BUILD_VERSION=7.0.0 -I/nix/store/43lwkzvxwcymshchqhhafr2rnw2kk8ll-odpic-2.4.2/include -I/nix/store/ydk0mfpvn9smcmn72wc9i20slv1d2b79-python3-3.7.2/include/python3.7m -c src/cxoBuffer.c -o build/temp.linux-x86_64-3.7/src/cxoBuffer.o
In file included from src/cxoBuffer.c:17:0:
src/cxoModule.h:372:5: error: unknown type name 'dpiSodaColl'
     dpiSodaColl *handle;
     ^~~~~~~~~~~
src/cxoModule.h:379:5: error: unknown type name 'dpiSodaDb'
     dpiSodaDb *handle;
     ^~~~~~~~~
src/cxoModule.h:386:5: error: unknown type name 'dpiSodaDoc'
     dpiSodaDoc *handle;
     ^~~~~~~~~~
src/cxoModule.h:392:5: error: unknown type name 'dpiSodaDocCursor'
     dpiSodaDocCursor *handle;
     ^~~~~~~~~~~~~~~~
src/cxoModule.h:398:5: error: unknown type name 'dpiSodaOperOptions'
     dpiSodaOperOptions options;
     ^~~~~~~~~~~~~~~~~~
src/cxoModule.h:492:9: error: unknown type name 'dpiSodaColl'; did you mean 'dpiPool'?
         dpiSodaColl *handle);
         ^~~~~~~~~~~
         dpiPool
src/cxoModule.h:496:49: error: unknown type name 'dpiSodaDoc'; did you mean 'cxoSodaDoc'?
 cxoSodaDoc *cxoSodaDoc_new(cxoSodaDatabase *db, dpiSodaDoc *handle);
                                                 ^~~~~~~~~~
                                                 cxoSodaDoc
src/cxoModule.h:499:9: error: unknown type name 'dpiSodaDocCursor'; did you mean 'cxoSodaDocCursor'?
         dpiSodaDocCursor *handle);
         ^~~~~~~~~~~~~~~~
         cxoSodaDocCursor
```
2019-02-01 15:11:56 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
mulderr b8561e3e20 odpic: 2.4.0 -> 2.4.2 (#43295) 2018-07-10 19:54:27 +02:00
Florian Klink f4434bef8b odpic: enable on darwin 2018-06-09 19:00:09 +02:00
Maciej Kazulak 975874311a odpic: 2.3.2 -> 2.4.0 2018-06-07 18:26:07 +02:00
Maciej Kazulak fca22a6078 odpic: fix typo in metadata 2018-06-04 23:33:06 +02:00
Maciej Kazulak 52de9e8206 odpic: init at 2.3.2 2018-06-01 13:12:55 +02:00