Joachim Fasting
16769a6b4a
purePackages.glpk: fix build
...
Add gmp.dev to the include path to help glpk find gmp.h.
https://github.com/NixOS/nixpkgs/issues/18209
2016-09-10 17:41:19 +02:00
Vladimír Čunát
950feb70b2
treewide: fixup various mysql ocurrences after re-split
2016-08-07 20:46:37 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
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)
2016-06-20 13:55:52 +02:00
Vladimír Čunát
21e3ff658a
x11: replace its usage by xlibsWrapper directly
...
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-15 12:08:24 +02:00
Pascal Wittmann
e62b38bee8
pure-octave: 0.6 -> 0.7
...
compilation issue with octave 4 was fixed in this release
2015-09-11 10:39:05 +02:00
Pascal Wittmann
09ec228c9b
pure-octave: mark as broken
...
reported upstream as https://bitbucket.org/purelang/pure-lang/issues/38
2015-08-06 12:52:34 +02:00
Pascal Wittmann
e79a63758d
purePackages.stllib: fix build with gcc 4.9 (ZHF)
2015-07-12 23:18:51 +02:00
Pascal Wittmann
4d154c3371
purePackages.stldict: fix build with gcc 4.9 (ZHF)
2015-07-12 23:18:51 +02:00
Alastair Pharo
47aeaf9d04
Fairly complete set of packages for Pure
2015-05-26 17:51:07 +10:00
Alastair Pharo
d147759af7
Add pure-gsl package
2014-10-14 21:21:36 +11:00