summary refs log tree commit diff
path: root/pkgs/development/pure-modules
Commit message (Collapse)AuthorAge
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
|
* tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | | | GTK was renamed.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* treewide: generalise for both mysql & mariadbRobin Gloster2017-12-29
|
* mariadb: replace to connector-cIzorkin2017-12-29
|
* Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\
| * purePackages.gen: Don't build on Hydra (#29763)Alastair Pharo2017-09-26
| | | | | | | | | | Until https://github.com/agraef/pure-lang/issues/8 is resolved, this package can't be compiled. This patch turns off Hydra builds of this package as part of #28643 (zero Hydra failures)
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | | | | | Only acts on one-line dependency lists.
* | misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputsJohn Ericson2017-09-21
|/
* Merge pull request #29023 from obsidiansystems/deps-reorgJohn Ericson2017-09-05
|\ | | | | misc pkgs: Reorganize dependencies ahead of #26805
| * misc pkgs: Recategorize some dependenciesJohn Ericson2017-09-05
| |
* | treewide: purge explicit usage of gcc6Vladimír Čunát2017-09-03
|/ | | | | | | | | It's now the default. /cc #19456 This makes a real build simplification, because in our current bootstrapping+aliases, `gcc6` attribute is not the default compiler but a derivation *built by* the default compiler. nix-exec didn't build before this commit already
* purePackages.octave: Use octaveHgAlastair Pharo2017-04-09
| | | | | Pure's Octave package compiles but crashes with Octave 4.2 due to an upstream bug which is fixed in mercurial.
* purePackages.octave: 0.7 -> 0.9Robin Gloster2017-03-13
|
* purePackages.glpk: fix buildJoachim Fasting2016-09-10
| | | | | | Add gmp.dev to the include path to help glpk find gmp.h. https://github.com/NixOS/nixpkgs/issues/18209
* treewide: fixup various mysql ocurrences after re-splitVladimír Čunát2016-08-07
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* pure-octave: 0.6 -> 0.7Pascal Wittmann2015-09-11
| | | | compilation issue with octave 4 was fixed in this release
* pure-octave: mark as brokenPascal Wittmann2015-08-06
| | | | reported upstream as https://bitbucket.org/purelang/pure-lang/issues/38
* purePackages.stllib: fix build with gcc 4.9 (ZHF)Pascal Wittmann2015-07-12
|
* purePackages.stldict: fix build with gcc 4.9 (ZHF)Pascal Wittmann2015-07-12
|
* Fairly complete set of packages for PureAlastair Pharo2015-05-26
|
* Add pure-gsl packageAlastair Pharo2014-10-14