about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* gst-plugins-base: update from 1.2.3 to 1.2.4 (in #2440)宋文武2014-05-06
|
* xorg: minor update of xf86-input-{evdev,synaptics}Vladimír Čunát2014-05-06
|
* mesa: bugfix update 10.1.1 -> .2Vladimír Čunát2014-05-06
| | | | Contains many driver fixes.
* libdrm: minor update 2.4.52 -> .54Vladimír Čunát2014-05-06
| | | | Including support for AMD Mullins chips.
* b43-fwcutter: update 015 -> 018Vladimír Čunát2014-05-06
|
* Merge branch 'buildLocalCabal-drvArgs' of git://github.com/proger/nixpkgsShea Levy2014-05-06
|\ | | | | | | buildLocalCabal: allow drvArgs in buildLocalCabalWithArgs
| * buildLocalCabal: allow cabalDrvArgs in buildLocalCabalWithArgsVladimir Kirillov2014-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allows to write neat expressions like (as we're still generating an expression string): ``` { build = haskellPackages.buildLocalCabalWithArgs { inherit src name; cabalDrvArgs = { jailbreak = false; doCheck = false; }; }; } ``` without resorting to weird kung-fu like darcs does: ``` darcs = haskellPackages.darcs.override { # A variant of the Darcs derivation that containts only the # executable and # thus has no dependencies on other Haskell packages. cabal = { mkDerivation = x: rec { final = haskellPackages.cabal.mkDerivation (self: (x final) // { isLibrary = false; configureFlags = "-f-library"; }); }.final; }; }; ``` While here, move the `jailbreak = true;` as the default `cabalDrvArgs` option.
* | Force --no-same-owner for unpacking node sources.Rob Vermaas2014-05-06
| |
* | Merge pull request #2535 from CodeBlock/fedora-mirrorsRob Vermaas2014-05-06
|\ \ | | | | | | Add a bunch of Fedora mirrors and remove an old one
| * | Add a bunch of Fedora mirrors and remove an old oneRicky Elrod2014-05-06
| | |
* | | haskell-packages.nix: update (unused) reference to cabal-installPeter Simons2014-05-06
| | |
* | | Add setBfree a DSP tonewheel organ emulatorCillian de Róiste2014-05-05
| | |
* | | eclipse: add Eclipse IDE for C/C++ Developers 4.3.2Bjørn Forsman2014-05-05
| |/ |/|
* | haskell-defaults.nix: let ghc 7.8.2 builds use the binary library shipped ↵Peter Simons2014-05-05
| | | | | | | | with the compiler
* | haskell-defaults.nix: let ghc-7.8.2 use the HEAD prefs for the time beingPeter Simons2014-05-05
| | | | | | | | | | | | The whole notion of per-compiler HP-compliant environments has failed anyway and I'll try to get rid of that ASAP, so it feels pointless to configure that stuff for GHC 7.8.2 to begin with.
* | idea 13.1.1 -> 13.1.2Edward Tjörnhammar2014-05-05
| |
* | chromium: Fix userns sandbox patch for version 36.aszlig2014-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes build for version 36, which i accidentally broke in commit f6e31fadd80486cdd68e3ad3d7ae888aa81400b9. The reason this happened, was that my Hydra didn't pick up the latest commit and I actually tested and built the parent commit instead of the update commit. So, this commit is the real "builds fine, tested" for all channels. Also, the sandbox client initalization has moved into setuid_sandbox_client.cc, so we need to move the lookup of the CHROMIUM_SANDBOX_BINARY_PATH environment variable there. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | chromium/source: Propagate system attribute.aszlig2014-05-05
| | | | | | | | | | | | | | | | | | | | | | | | The system attribute was already there in the function head of the shared update helper but it actually wasn't used and thus later the import of <nixpkgs> was done using builtins.currentSystem instead of the system attribute inherited from the source derivation. Now we correctly propagate the attribute, so that even when running a 64bit kernel you can run a 32bit Chromium with binary plugins. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | systemd-journal-flush: Require /var/log/journal rather than all filesystemsEelco Dolstra2014-05-05
| | | | | | | | Backport: 14.04
* | sysinit.target: Don't depend on systemd-tmpfiles-setup.serviceEelco Dolstra2014-05-05
| | | | | | | | | | | | | | | | | | | | systemd-tmpfiles-setup.service pulls in local-fs.target, which interferes with NixOps' send-keys feature (since sshd.service depends indirectly on sysinit.target). Since in NixOS we don't use systemd-tmpfiles for creating files (that's done by activation scripts and preStart scripts), it's not a problem to start it a bit later. Backport: 14.04
* | buildLocalCabal: include cabalInstall to buildDepends to preserve developer ↵Vladimir Kirillov2014-05-05
| | | | | | | | experience
* | haskell-gloss: require the latest OpenGL and GLUT librariesPeter Simons2014-05-05
| |
* | Merge pull request #2511 from AndersonTorres/aegisub-updatePeter Simons2014-05-05
|\ \ | | | | | | Aegisub: update to version 3.1.3
| * | Aegisub: update to version 3.1.3AndersonTorres2014-05-04
| | |
* | | haskell-packages.nix: strip trailing whitespacePeter Simons2014-05-05
| | |
* | | cabal-install: update to version 1.20.0.1Peter Simons2014-05-05
| | |
* | | haskell-cabal-bounds: update to version 0.5Peter Simons2014-05-05
| | |
* | | haskell-streaming-commons: update to version 0.1.2.2Peter Simons2014-05-05
| | |
* | | haskell-shake: update to version 0.11.6Peter Simons2014-05-05
| | |
* | | haskell-repa: update to version 3.2.5.1Peter Simons2014-05-05
| | |
* | | haskell-repa-io: update to version 3.2.5.1Peter Simons2014-05-05
| | |
* | | haskell-repa-examples: update to version 3.2.5.1Peter Simons2014-05-05
| | |
* | | haskell-repa-algorithms: update to version 3.2.5.1Peter Simons2014-05-05
| | |
* | | haskell-persistent-postgresql: update to version 1.3.1.1Peter Simons2014-05-05
| | |
* | | haskell-modular-arithmetic: update to version 1.2.0.0Peter Simons2014-05-05
| | |
* | | haskell-hit: update to version 0.6.0Peter Simons2014-05-05
| | |
* | | haskell-gloss: update to version 1.8.2.1Peter Simons2014-05-05
| | |
* | | haskell-gloss-raster: update to version 1.8.2.1Peter Simons2014-05-05
| | |
* | | haskell-geniplate: update to version 0.6.0.4Peter Simons2014-05-05
| | |
* | | haskell-SafeSemaphore: update to version 0.10.1Peter Simons2014-05-05
| | |
* | | haskell-cabal-lenses: add version 0.1Peter Simons2014-05-05
| | |
* | | haskell-hourglass: add version 0.1.1Peter Simons2014-05-05
| | |
* | | haskell-timezone-series: update to version 0.1.3Peter Simons2014-05-05
| | |
* | | r-curl: fix buildPeter Simons2014-05-05
| | |
* | | v8: remove old version 3.14Mathijs Kwik2014-05-05
| | |
* | | rethinkdb: upgrade to 1.12.4Mathijs Kwik2014-05-05
| | |
* | | mongodb: upgrade to 2.6.0Mathijs Kwik2014-05-05
| | |
* | | re2: upgrade to 20140304Mathijs Kwik2014-05-05
| | |
* | | v8: upgrade to 3.26.8Mathijs Kwik2014-05-05
| |/ |/|
* | cran-packages.nix: provide meta.homepage links for all modulesPeter Simons2014-05-05
| |