about summary refs log tree commit diff
path: root/pkgs/development/pure-modules
AgeCommit message (Collapse)AuthorFilesLines
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát1-3/+3
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát1-3/+3
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-09treewide: replace mysql.connector-c to libmysqlclientIzorkin1-3/+3
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar1-1/+1
GTK was renamed.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth2-2/+2
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-12-29treewide: generalise for both mysql & mariadbRobin Gloster1-1/+1
2017-12-29mariadb: replace to connector-cIzorkin1-3/+3
2017-09-28Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson1-0/+1
2017-09-26purePackages.gen: Don't build on Hydra (#29763)Alastair Pharo1-0/+1
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)
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson3-3/+6
Only acts on one-line dependency lists.
2017-09-21misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputsJohn Ericson24-24/+24
2017-09-05Merge pull request #29023 from obsidiansystems/deps-reorgJohn Ericson1-2/+2
misc pkgs: Reorganize dependencies ahead of #26805
2017-09-05misc pkgs: Recategorize some dependenciesJohn Ericson1-2/+2
2017-09-03treewide: purge explicit usage of gcc6Vladimír Čunát1-2/+2
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
2017-04-09purePackages.octave: Use octaveHgAlastair Pharo1-1/+3
Pure's Octave package compiles but crashes with Octave 4.2 due to an upstream bug which is fixed in mercurial.
2017-03-13purePackages.octave: 0.7 -> 0.9Robin Gloster1-4/+4
2016-09-10purePackages.glpk: fix buildJoachim Fasting1-0/+2
Add gmp.dev to the include path to help glpk find gmp.h. https://github.com/NixOS/nixpkgs/issues/18209
2016-08-07treewide: fixup various mysql ocurrences after re-splitVladimír Čunát1-1/+1
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
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)
2015-09-15x11: replace its usage by xlibsWrapper directlyVladimír Čunát2-4/+4
Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
2015-09-11pure-octave: 0.6 -> 0.7Pascal Wittmann1-5/+2
compilation issue with octave 4 was fixed in this release
2015-08-06pure-octave: mark as brokenPascal Wittmann1-0/+3
reported upstream as https://bitbucket.org/purelang/pure-lang/issues/38
2015-07-12purePackages.stllib: fix build with gcc 4.9 (ZHF)Pascal Wittmann1-0/+6
2015-07-12purePackages.stldict: fix build with gcc 4.9 (ZHF)Pascal Wittmann1-0/+6
2015-05-26Fairly complete set of packages for PureAlastair Pharo30-12/+724
2014-10-14Add pure-gsl packageAlastair Pharo2-0/+30