Eelco Dolstra
fd473913f5
* Removed some obsolete nullglobs.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15140
2009-04-19 08:55:27 +00:00
Eelco Dolstra
6b9ccbaf78
* setup.sh: turn on nullglob globally.
...
* setup.sh: removed some obsolete features, specifically some that
were only used by the old build farm.
* addToSearchPath: removed some parameters that weren't used
anywhere.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15136
2009-04-18 22:22:51 +00:00
Eelco Dolstra
eeed10ba8e
* g77 -> gfortran throughout. Got rid of the separate
...
expressions/builders for Fortran. Tested by building Octave with
gfortran 4.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14978
2009-04-09 15:24:33 +00:00
Eelco Dolstra
2eb05cf933
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09 12:19:57 +00:00
Eelco Dolstra
b22899a7cb
* Fix some evaluation errors.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14960
2009-04-09 09:48:14 +00:00
Lluís Batlle i Rossell
9f2a2a6a84
Adding qhull, and updating octaves.
...
svn path=/nixpkgs/trunk/; revision=14955
2009-04-08 20:06:03 +00:00
Eelco Dolstra
3593b97d63
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-16 12:45:27 +00:00
Eelco Dolstra
46f7027688
* Reverted r14547, r14526 -> these belong in the stdenv-branch.
...
svn path=/nixpkgs/trunk/; revision=14549
2009-03-16 10:00:26 +00:00
Lluís Batlle i Rossell
de8bbafb53
Adding -fPIC code for static library code in perl and vxl, for x86_64.
...
svn path=/nixpkgs/trunk/; revision=14526
2009-03-13 16:46:10 +00:00
Marc Weber
b56ed35851
replacing applyAndFun by lib.defaultOverridableDelayableArgs
...
applyAndFun has a bug resulting in the same arg beeing added more than
once when using a concatenating merge function for the attr set.
I've tried giving the function a name "overridableDelayableArgs" which
resembles its usage much more.
important refactoring:
applyAndFun had .fun and .funMerge only when passing the merge
function lib.mergeOrApply
composableDerivation {
initial = {
...
};
}
to
overridableDelayableArgs has always .replace and .merge
composableDerivation {} {
...
}
svn path=/nixpkgs/trunk/; revision=14428
2009-03-06 23:21:28 +00:00
Marc Weber
51289a41b0
adjust packages to overridableDelayableArgs
...
svn path=/nixpkgs/trunk/; revision=14427
2009-03-06 23:21:24 +00:00
Marc Weber
307fd7b70f
added pexpect and mechanize python libraries
...
svn path=/nixpkgs/trunk/; revision=14111
2009-02-18 11:50:46 +00:00
Peter Simons
25a9e73924
Updated SHA256 hash for Full Maude 2.4. Unfortunately, the maintainers
...
have the habit of releasing updates under the exact same file name and
URL.
svn path=/nixpkgs/trunk/; revision=14094
2009-02-17 12:51:04 +00:00
Eelco Dolstra
390695e73f
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14057
2009-02-12 21:16:55 +00:00
Eelco Dolstra
599015e8b0
* Split lib/default.nix into several files, as it had become a big
...
mess. Also cleaned up some functions:
- foldl appeared broken (it recursively called fold).
- Renamed logicalAND/logicalOR to and/or.
- Removed listOfListsToAttrs, eqStrings: obsolete.
- Removed isInList, which does the same thing as elem.
- stringToCharacters: don't return a "" at the end of the list.
- Renamed concatList to concat, as concatList (singular) is a
misnomer: it takes two lists. Likewise, renamed mergeAttr to
mergeAttrs.
misc.nix still contains a lot of stuff that should be refactored and
moved to other files.
svn path=/nixpkgs/trunk/; revision=14013
2009-02-09 16:51:03 +00:00
Eelco Dolstra
9f3a83f247
svn path=/nixpkgs/branches/stdenv-updates/; revision=13944
2009-02-01 21:30:27 +00:00
Eelco Dolstra
c1579d2e78
* stdenv branch: synced with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13785
2009-01-16 10:59:27 +00:00
Marc Weber
e6ab06e3fa
python wrapper: install pydoc as well
...
svn path=/nixpkgs/trunk/; revision=13767
2009-01-14 16:23:17 +00:00
Marc Weber
7807b74774
php: enable gd support (2d graphics) by default
...
svn path=/nixpkgs/trunk/; revision=13736
2009-01-11 14:31:48 +00:00
Marc Weber
692d493f4e
php: enabling mbstring support by default
...
svn path=/nixpkgs/trunk/; revision=13704
2009-01-04 20:18:20 +00:00
Marc Weber
5638574907
fixes for previous commit
...
svn path=/nixpkgs/trunk/; revision=13662
2008-12-20 02:15:26 +00:00
Marc Weber
e996113be7
removed mkDerivationByConfiguration, using composableDerivation instead
...
qgis, vim_configurable both work now
svn path=/nixpkgs/trunk/; revision=13661
2008-12-20 01:20:35 +00:00
Eelco Dolstra
e4a8b61eba
svn path=/nixpkgs/branches/stdenv-updates/; revision=13604
2008-12-10 10:58:07 +00:00
Eelco Dolstra
e31341510d
* Merged from the trunk. Let's see how well this works with
...
Subversion 1.5...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
2008-12-10 09:59:21 +00:00
Ludovic Courtès
37812e79dd
GNU Guile 1.8.6.
...
svn path=/nixpkgs/trunk/; revision=13599
2008-12-08 22:15:47 +00:00
Marc Weber
90b53dcccc
bleeding edge octave version (without docs)
...
svn path=/nixpkgs/trunk/; revision=13561
2008-12-02 22:55:45 +00:00
Marc Weber
896fb49cb0
Hopefully build farm fix
...
I've forgotten to comment out a name preventing filtering out a half finished derivation.
(The missing glib is passed using fix by the following code)
svn path=/nixpkgs/trunk/; revision=13555
2008-12-02 13:23:31 +00:00
Marc Weber
a7e33ec60c
updates: istanbul starts without errors. But no window appears.
...
svn path=/nixpkgs/trunk/; revision=13554
2008-12-02 12:28:45 +00:00
Marc Weber
30794845ee
python 25 proposal
...
svn path=/nixpkgs/trunk/; revision=13547
2008-12-02 12:27:05 +00:00
Michael Raskin
d6f1d7acb3
Added Tk support for Python
...
svn path=/nixpkgs/trunk/; revision=13526
2008-12-01 00:02:25 +00:00
Eelco Dolstra
21c1ee574c
* Use exec.
...
svn path=/nixpkgs/trunk/; revision=13384
2008-11-24 09:59:38 +00:00
Peter Simons
c2417256a8
Finalized maude 2.4 release.
...
- Updated full-maude to 2.4.
- Added program wrapper to set ${MAUDE_LIB} correctly.
- TODO: the documentation is still not quite up-to-date.
svn path=/nixpkgs/trunk/; revision=13303
2008-11-14 22:53:09 +00:00
Eelco Dolstra
aa84bce64d
* Get rid of all references to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Peter Simons
893757cfd9
Updated maude to 2.4 release.
...
TODO: The full-maude distribution is missing from the web site. The
expression installs 2.3j until that is fixed. Also, the documentation
that's installed isn't up-to-date yet, it's from version 2.3.
svn path=/nixpkgs/trunk/; revision=13285
2008-11-13 19:35:48 +00:00
Michael Raskin
c4e1f47334
More Io fixes - hopefully final for now
...
svn path=/nixpkgs/trunk/; revision=13259
2008-11-12 11:13:49 +00:00
Michael Raskin
d7528deba0
More Io binding dependencies..
...
svn path=/nixpkgs/trunk/; revision=13246
2008-11-11 13:07:09 +00:00
Michael Raskin
add91332e8
Added Io programming language
...
svn path=/nixpkgs/trunk/; revision=13241
2008-11-11 08:53:47 +00:00
Peter Simons
0eed283de0
maudeUnstable: updated to alpha91d
...
svn path=/nixpkgs/trunk/; revision=13227
2008-11-07 22:46:03 +00:00
Michael Raskin
c5363217ad
meta.function -> passthru.function, not killing other contents of passthru
...
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Eelco Dolstra
93a49a00f1
* Use xulrunner for chatzilla.
...
svn path=/nixpkgs/trunk/; revision=13162
2008-10-30 13:13:43 +00:00
Marc Weber
ffcfd819f5
added longDescription example usage to ruby-gems
...
svn path=/nixpkgs/trunk/; revision=13097
2008-10-19 12:59:34 +00:00
Eelco Dolstra
f370f61ee9
* f77 -> fortran.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=13042
2008-10-10 08:55:15 +00:00
Peter Simons
f1328839d4
maudeUnstable: updated full-maude to latest alpha release
...
svn path=/nixpkgs/trunk/; revision=13017
2008-10-09 10:10:49 +00:00
Peter Simons
884f30e61f
maude: update unstable version to 2.4 alpha 91c
...
svn path=/nixpkgs/trunk/; revision=12920
2008-09-25 21:37:59 +00:00
Peter Simons
656127373d
maude: Updated unstable version to 2.4-alpha-91b. All unit tests pass now.
...
svn path=/nixpkgs/trunk/; revision=12890
2008-09-19 10:06:58 +00:00
Eelco Dolstra
549a4405e3
* xulrunner-wrapper: use Firefox 3 directly (via "firefox -app"),
...
since it has full support for running XUL applications. This saves
a lot of space (you don't need two copies of basically the same
software).
* Deleted the old xulrunner (1.8.0.4), it didn't compile anyway with
recent GTK.
* Updated chatzilla to 0.9.83.
svn path=/nixpkgs/trunk/; revision=12794
2008-09-04 09:29:09 +00:00
Marc Weber
8e7577363b
enabling php sockets openssl and curl support
...
svn path=/nixpkgs/trunk/; revision=12777
2008-08-31 06:36:56 +00:00
Pjotr Prins
73d2e4f49d
- Some Ruby interpreter bumped version
...
- Kernel headers 2.6.18 added (XEN virtual images)
- unifdef package added for kernel headers 2.6.18
- Python Zope and 4suite added
- Trying bioconductor packages with R-lang (still failing)
- Bumped gmp version
- Added rq cluster runner - still requires extra gems (installs, but does not run)
svn path=/nixpkgs/trunk/; revision=12766
2008-08-29 13:53:28 +00:00
Michael Raskin
87ff8d6347
Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
...
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Pjotr Prins
48d8e0779c
Fixed Ruby download path, new version 1.8.7-p72
...
svn path=/nixpkgs/trunk/; revision=12618
2008-08-14 11:47:51 +00:00