summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
* Support unraring source filesWilliam A. Kennington III2015-03-27
|
* makeInitrd: Support prepending other initrdsWilliam A. Kennington III2015-03-25
|
* Revert "fix-darwin-dylib-names: Fix all outputs"Eelco Dolstra2015-03-24
| | | | This reverts commit 253f3d72c2f4ceeb03e348c64de446e31cd6502b.
* fix-darwin-dylib-names: Fix all outputsEelco Dolstra2015-03-24
| | | | This fixes the install names of the Boost dylibs on Darwin.
* Merge branch 'master' into stagingVladimír Čunát2015-03-17
|\
| * grsecurity: Update stable and test patchesRicardo M. Correia2015-03-15
| | | | | | | | | | stable: 3.1-3.14.35-201503071140 -> 3.1-3.14.35-201503092203 test: 3.1-3.18.9-201503071142 -> 3.1-3.19.1-201503122205
| * fhs-userenv: Make it work on kernel < 3.19 cc @abbradarLuca Bruno2015-03-10
| | | | | | | | | | It may not be very secure, but I think it's better to make it work with older kernel since 3.19 is not the default on nixos.
| * Merge pull request #6737 from anderspapitto/fhslethalman2015-03-10
| |\ | | | | | | build-fhs-userenv passes through command line args
| | * build-fhs-userenv passes through command line argsAnders Papitto2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivation for this change is to allow things like the following derivation, which wraps the debian-packaged hello binary. let nixpkgs = import <nixpkgs> {}; stdenv = nixpkgs.stdenv; in rec { dumb-hello = stdenv.mkDerivation { name = "dumb-hello"; builder = ./builder.sh; dpkg = nixpkgs.dpkg; src = nixpkgs.fetchurl { url = "http://ftp.us.debian.org/debian/pool/main/h/hello-traditional/hello-traditional_2.9-2_amd64.deb"; md5 = "f5f3c28b65221dae44dda6f242c23316"; }; }; full-hello = nixpkgs.buildFHSUserEnv { name = "full-hello"; targetPkgs = pkgs: [ dumb-hello ]; multiPkgs = pkgs: [ pkgs.dpkg ]; runScript = "hello"; }; }
| * | fetchgit: add 'deepClone' argument to disable shallow fetchingPeter Simons2015-03-10
| | | | | | | | | | | | | | | | | | | | | This patch resolves https://github.com/NixOS/nixpkgs/issues/6395. Deep cloning is useful in combination with 'leaveDotGit' for builds that want to run "git describe" to obtain a proper version string, etc., like the 'haskellngPackages.cabal2nix' package does.
* | | Merge branch 'master' into staging.Peter Simons2015-03-10
|\| | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/gtk+/2.x.nix pkgs/tools/security/gnupg/21.nix pkgs/top-level/all-packages.nix
| * | chroot-env: add locales, refactor environmentNikolay Amiantov2015-03-09
| | |
| * | chroot-env: ignore collisions and fix permissionsNikolay Amiantov2015-03-09
| | |
| * | chroot-env: build /etcNikolay Amiantov2015-03-09
| | |
| * | autonix: allow one-to-many dependency resolutionThomas Tuegel2015-03-08
| | |
* | | cc-wrapper: Set default system include flags for non-gcc c++ on LinuxShea Levy2015-03-06
|/ / | | | | | | | | Without this, clang can't find libstdc++. This needs to happen in the wrapper so that the libc++ setup hook can still override it
* | Merge pull request #6641 from oxij/emacs-ngEric Seidel2015-03-05
|\ \ | | | | | | Somewhat more generic emacs packages' builder and a bunch of new emacs packages and metas
| * | refactor Emacs packages'/modes' buildersJan Malakhovski2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies melpa builder by merging with it my old emacs modes builder, adds better instructions and support for overrides in emacs-packages.nix, and renames some emacs-related stuff in all-packages.nix for sanity reasons. I declare this backwards compatible since direct uses of emacsPackages in configuration.nix are very unlikely.
| * | reorganize emacs related filesJan Malakhovski2015-03-03
| | |
* | | orig-gcc -> orig-ccEelco Dolstra2015-03-04
|/ /
* | fillDiskWithRPMs: Pass --extract-over-symlinks to cpioEelco Dolstra2015-02-27
| | | | | | | | http://hydra.nixos.org/build/20003320
* | nix-prefetch-git: print commit date (close #6522)Bjørn Forsman2015-02-24
|/ | | | | The commit date can be used as a version number in packages that don't have proper releases.
* Merge pull request #6532 from abbradar/6486-fixNikolay Amiantov2015-02-23
|\ | | | | buiildFHSEnv: check if multiPkgs is empty
| * buiildFHSEnv: check if multiPkgs is emptyNikolay Amiantov2015-02-23
| | | | | | | | Fixes #6486
* | Patches for a lot of packages for GHC 7.10Joel Taylor2015-02-22
|/
* fetchurl: fix typo from 105154afed pushed todayVladimír Čunát2015-02-22
|
* fetchurl: build the mirror list locallyVladimír Čunát2015-02-22
|
* autonix: tweak manifest formatThomas Tuegel2015-02-21
|
* clang-analyzer: align attrname with pkgnameBjørn Forsman2015-02-20
|
* R: update mirrorsNikolay Amiantov2015-02-18
|
* reorganize emacs packages and add some meta infoEric Seidel2015-02-17
|
* Merge remote-tracking branch 'origin/staging'Shea Levy2015-02-17
|\ | | | | | | Darwin and haskell fixes.
| * Merge remote-tracking branch 'master' into staging.Peter Simons2015-02-13
| |\
| * | Some cc-wrapper changes to better support darwin and clang:Dan Peebles2015-02-08
| | | | | | | | | | | | | | | | | | - Add a conditional flag for the c++ std lib - Build binaries that get linked by our own dyld (someday) - Automatically add framework directories in the setup hook
* | | mirrors: move more reliable postgresql mirror upFlorian Friesdorf2015-02-14
| |/ |/| | | | | Picked from #6101.
* | Fix conflict between fedora-release and generic-releaseEelco Dolstra2015-02-12
| | | | | | | | http://hydra.nixos.org/build/19594340
* | Remove tabsEelco Dolstra2015-02-12
| |
* | Remove ancient RedHat 9 / SuSE 9 imagesEelco Dolstra2015-02-12
| | | | | | | | These are 12 years old and I don't think anybody is using them.
* | fillDiskWithRPMs: Shut up some warningsEelco Dolstra2015-02-12
| |
* | Add Fedora 21Eelco Dolstra2015-02-10
|/
* Merge pull request #6245 from edwtjo/samba-collate-urlsWilliam A. Kennington III2015-02-08
|\ | | | | fetchurl: collate samba project urls into a mirror
| * fetchurl: collate samba project urls into a mirrorEdward Tjörnhammar2015-02-08
| |
* | autonix: expose importManifestThomas Tuegel2015-02-07
|/
* Update: new features for nix-template-rpmThomas Strobel2015-02-06
| | | | | | | | - nix-template-rpm can now split the generated templates into a static part that goes into the nixpkgs tree a dynamic part that can be updated easily to track the rpm spec files - add lookup mechanism for package names and package paths - add mechanism to update existing nix-expression with new download files
* Merge pull request #6182 from monocell/php-update-5.5-5.6lethalman2015-02-06
|\ | | | | Php update 5.5/5.6
| * fix phpPackages memcache,memcached,xdebugEmil Rangden2015-02-05
| | | | | | | | | | | | These packages, and maybe some more include unix.h for some reason. Creating that file makes them build, and in the case of xdebug also appear to work.
* | build-fhs-*: prefer local buildNikolay Amiantov2015-02-05
| |
* | userFHSEnv: add build toolNikolay Amiantov2015-02-05
| |
* | buildFHSChrootEnv: split environment and chroot scriptsNikolay Amiantov2015-02-05
|/
* solr: 4.10.2 -> 4.10.3, CVE-2014-3628Domen Kožar2015-02-04
| | | | | (cherry picked from commit 4fa25ee93a45df61d97cf7ddd0149bbd954216d0) Signed-off-by: Domen Kožar <domen@dev.si>