about summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
...
| * | | | | | Merge branch 'master' into stagingThomas Tuegel2015-06-25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-06-22
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-06-22
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge #8363: pure-darwin stdenvVladimír Čunát2015-06-18
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-06-17
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-06-12
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/gcc-4.9' into stagingEelco Dolstra2015-06-11
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/wayland/default.nix
| | * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/staging' into gcc-4.9Eelco Dolstra2015-06-01
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/build-support/cc-wrapper/default.nix pkgs/development/libraries/wayland/default.nix pkgs/development/tools/build-managers/cmake/default.nix pkgs/top-level/all-packages.nix
| | * | | | | | | | | | | | | Remove gccStdIncEelco Dolstra2015-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts d927da8dae1c4ff0c492d41e00835cfd08ff84d7. Having a copy of gcc-wrapper/setup-hook.sh is bad for maintainability - it had already started to diverge. Also, gccStdInc gave a nix-env conflict with the standard gcc. And it wasn't actually used in Nixpkgs. Instead, if you really need to change "-isystem" to "-I", you can now set ccIncludeFlag to "-I".
* | | | | | | | | | | | | | | mirrors: more imagemagick mirrors (close #8695)John Chee2015-07-18
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more-or-less the mirrors modifications from #8302.
* | | | | | | | | | | | | | Make fetchBower a bit more like a normal mkDerivation, which is easier to test.Rob Vermaas2015-07-16
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, in some cases, the result of fetchBower is different depending on the value of $out. For now, it seems that it works best if using a local output directory before copying to $out. (cherry picked from commit aa4c6b027163abe0891f9ad438899f9679298a64)
* | | | | | | | | | | | | Export info from build-mavenShea Levy2015-07-14
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | buildMaven: Handle authenticated reposShea Levy2015-07-08
| | | | | | | | | | | |
* | | | | | | | | | | | requireFile: Make more flexibleShea Levy2015-07-08
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Unmaintain a bunch of packagesShea Levy2015-07-01
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | build-maven: Handle very long dependency listsShea Levy2015-06-29
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | autonix: JSON manifest formatThomas Tuegel2015-06-25
| | | | | | | | |
* | | | | | | | | kde5: JSON manifest formatThomas Tuegel2015-06-25
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | fetchpatch: Allow to pass a postFetch attribute.aszlig2015-06-23
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comes in handy if we want to make additional modificiations to the output file. While I wasn't sure whether to invoke the passed postFetch directly before the patch or afterwards, I thought it would be better afterwards because "postFetch of fetchpatch" at least to my intuition would sound that after whatever "fetchpatch" does - it comes afterwards. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | | | | Add buildMavenShea Levy2015-06-21
| |_|_|_|_|/ |/| | | | |
* | | | | | makeDesktopItem: don't generated a deprecated keyVladimír Čunát2015-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4319. We even seem we never override it anywhere. http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html#deprecated-items
* | | | | | R: improve support for CRAN and Bioconductor package setsPeter Simons2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update the instructions for re-generating each of the package set files. - Provide test-evaluation.nix expression to verify that the package sets evaluates. - Update list of known broken packages.
* | | | | | R: add support for Bioconductor packagesJeffrey David Johnson2015-06-17
| |_|_|_|/ |/| | | |
* | | | | imagemagick: remove mirrors that don't workVladimír Čunát2015-06-15
| |_|_|/ |/| | | | | | | | | | | /cc #8302.
* | | | fetchnuget: run fixupPhase to honor propagatedBuildInputsLuca Bruno2015-06-12
| | | |
* | | | Debian: Update to 8.1Eelco Dolstra2015-06-12
| | | |
* | | | sourceforge: remove unreachable mirrorsPascal Wittmann2015-06-11
|/ / /
* | | cran: remove bad mirrorMateusz Kowalczyk2015-06-10
| | | | | | | | | | | | Gives ‘welcome to nginix’ pages
* | | Merge pull request #8077 from Ericson2314/agdaMateusz Kowalczyk2015-06-08
|\ \ \ | | | | | | | | Interactive `env` for developing Agda packages, and misc cleanup
| * | | agda: Remove unused/uneeded abstractions, including `postprocess`John Ericson2015-05-31
| | | |
| * | | agda: Just `with` all of the string helper functionsJohn Ericson2015-05-31
| | | |
| * | | agda: `postprocess` and `defaults` need not be in the scope of argsJohn Ericson2015-05-30
| | | |
| * | | agda: Provide a `.env` like Haskell instead of `.extras`John Ericson2015-05-30
| | | |
* | | | Lay down the foundation for packaging the .NET echosystemobadz2015-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fetchNuGet can fetch binaries from nuget servers - buildDotnetPackage can build .NET packages using mono/xbuild - Places nuget & paket as they would clash with nix - Patch project files because F# targets are expected to be found in the mono directory (and we know that's not going to happen on nix) - Find DLLs that were copied from buildInputs and replace by symlink for sharing - Export produced DLL via the pkg-config mechanism - Create wrappers for produced EXEs - Repackaged this new infrastructure: keepass, monodevelop - Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a bunch more.. This is a combination of 73 commits.
* | | | cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III2015-06-05
| | | |
* | | | buildRustPackage: Cosmetic improvementRicardo M. Correia2015-06-05
| | | |
* | | | In VM builds, connect stdin to /dev/nullEelco Dolstra2015-06-04
| |_|/ |/| | | | | | | | This prevents programs from hanging while trying to read from stdin.
* | | Fix ca-bundle pathsWilliam A. Kennington III2015-05-29
| | |
* | | buildRustPackage: Accept `srcs` attribute as wellRicardo M. Correia2015-05-29
| | | | | | | | | | | | | | | Add support for building Rust packages that have multiple sources, i.e., that use the `srcs` and `sourceRoot` attributes instead of just `src`.
* | | Typo fix! s/wheezy/jessie/Benjamin Staffin2015-05-29
| | |
* | | Add Debian 8.0Benjamin Staffin2015-05-29
| | | | | | | | | | | | | | | Had to add file type logic in debClosureGenerator because Packages.bz2 is not available for Jessie - only Packages.xz is.
* | | Merge pull request #7823 from ericbmerritt/ocaml-enhancementsvbgl2015-05-26
|\ \ \ | | | | | | | | Ocaml enhancements
| * | | add an ocaml specific builder to the systemEric Merritt2015-05-22
| | | |
* | | | Merge pull request #7973 from oxij/fetchurl-metaArseniy Seroka2015-05-25
|\ \ \ \ | | | | | | | | | | fetchurl: allow adding meta info; fetchFrom*: add meta.homepage
| * | | | fetchurl: allow adding meta info; fetchFrom*: add meta.homepageJan Malakhovski2015-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The point of this is to be able to do `meta.homepage = src.meta.homepage;` instead of the usual copy-paste for the packages that are hosted on these hosting services.
* | | | | Merge 'master' into stagingVladimír Čunát2015-05-24
|\| | | |
| * | | | Merge branch 'agda' of https://github.com/Ericson2314/nixpkgs into agdaMateusz Kowalczyk2015-05-23
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | agda: Wrapper is no longer built by defaultJohn Ericson2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead it is provided to the user who can choose whether or not to include it in the final derivati. Example of including would be: ```nix callPackage ... (self: { inherit (self.extras) extraThing; }) ``` These extras are also available downstream without being built by default. This is achieved with `passthru`.
| | * | | agda: Agda dependencies are treated seperatelyJohn Ericson2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Only they are added to the optional build path (share/agda) - Only they are are passed as an include dir (share/agda) - Only they are propigatedBuildInputs
| | * | | agda: Remove `extraBuildFlags`John Ericson2015-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is unused, future users can just use override `buildFlags` and extend/replace as needed. `includeDirs` is provided for this purpose. We should add `dirOf self.everythingFile` rather than `.`, but `dirOf` breaks on relative paths so that is not an option.