summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-04-10
|\
| * pcre: cleanup a littleNikolay Amiantov2016-04-09
| |
| * pcre: patch CVE-2016-1283Micxjo Funkcio2016-04-09
| | | | | | | | | | | | | | | | This fixes CVE-2016-1283, which allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted regular expression. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1283
* | manual multiple-output: clarify a noteVladimír Čunát2016-04-09
| |
* | qt54.qttools: fix buildVladimír Čunát2016-04-08
| | | | | | | | | | | | This one particular cmake directory seems not created by the build. Skimming Hydra's status, this probably never worked since 35f33b438c. /cc @ttuegel.
* | rustc: fix build with multiple outputsVladimír Čunát2016-04-08
| |
* | doxygen: fix finding libiconv after #13856Vladimír Čunát2016-04-08
| | | | | | | | | | The changed the build system to cmake, and it somehow won't find the includes. I'm lazy to investigate details ATM.
* | nixpkgs manual: add multiple-output chapterVladimír Čunát2016-04-07
| |
* | Merge #12653: rework default outputsVladimír Čunát2016-04-07
|\ \
| * | treewide: rename extraOutputs{ToLink,ToInstall}Vladimír Čunát2016-04-07
| | | | | | | | | | | | This is to get more consistent with `meta.outputsToInstall`.
| * | buildEnv: respect meta.outputsToInstallVladimír Čunát2016-04-07
| | | | | | | | | | | | | | | | | | As a result `systemPackages` now also respect it. Only nix-env remains and that has a PR filed: https://github.com/NixOS/nix/pull/815
| * | stdenv: set meta.outputsToInstall unless overriddenVladimír Čunát2016-04-07
| | |
| * | Merge branch 'closure-size' into p/default-outputsVladimír Čunát2016-03-14
| |\ \
| * | | nixos systemPackages: rework default outputsVladimír Čunát2016-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now `pkg.outputUnspecified = true` but this attribute is missing in every output, so we can recognize whether the user chose or not. If (s)he didn't choose, we put `pkg.bin or pkg.out or pkg` into `systemPackages`. - `outputsToLink` is replaced by `extraOutputsToLink`. We add extra outputs *regardless* of whether the user chose anything. It's mainly meant for outputs with docs and debug symbols. - Note that as a result, some libraries will disappear from system path.
* | | | Merge 'staging' into closure-sizeVladimír Čunát2016-04-07
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
| * | | stdenv-linux: Update bootstrap toolsEelco Dolstra2016-04-07
| | | |
| * | | stdenv: don't complain about configure script not existingCharles Strahan2016-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #14335. Since 89036ef76ab09a, when a package doesn't include a configure script, the build complains with: grep: : No such file or directory grep: : No such file or directory This prevents that.
| * | | cc-wrapper: Fix a typo in param parsing (close #14401)Tomasz Kontusz2016-04-02
| | | |
| * | | Merge branch 'qt-unsetenv' into stagingThomas Tuegel2016-04-01
| |\ \ \
| | * | | qtquick1: unset QML_IMPORT_PATH after loadingThomas Tuegel2016-03-31
| | | | |
| | * | | qtdeclarative: unset QML2_IMPORT_PATH after loadingThomas Tuegel2016-03-31
| | | | |
| | * | | qtbase: unset QT_PLUGIN_PATH after loadingThomas Tuegel2016-03-31
| | | | |
| | * | | qt55.qtbase: use more system librariesNikolay Amiantov2016-03-31
| |/ / /
| * | | Merge branch 'master' into stagingNikolay Amiantov2016-03-31
| |\ \ \
| | * | | Move the EC2 AMI registry from the NixOps repoEelco Dolstra2016-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NixOps has infrequent releases, so it's not the best place for keeping the list of current AMIs. Putting them in Nixpkgs means that AMI updates will be delivered as part of the NixOS channels.
| | * | | davfs2: 1.4.7 -> 1.5.2; fixes the buildMichael Raskin2016-03-31
| | | | |
| | * | | freeimage: updating to 3.17Lluís Batlle i Rossell2016-03-31
| | | | | | | | | | | | | | | | | | | | It is buggy in 32-bit: sizeof(uint64) != 8 !!.
| | * | | NixOS manual: Add some release notesEelco Dolstra2016-03-31
| | | | |
| | * | | Merge pull request #14337 from dguibert/fix/skypeNikolay Amiantov2016-03-31
| | |\ \ \ | | | | | | | | | | | | skype: build qt4 with the 32bits clangStdenv
| | | * | | skype: build qt4 with the 32bits clangStdenvDavid Guibert2016-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to build skype without errors like this: clang++ -Wl,-O1 -o libmng libmng.o -lmng /nix/store/1d2abmmqvindckyq51nq9kd1yisiv54j-binutils-2.26/bin/ld: skipping incompatible /nix/store/72nklasrjg774iwxxnpyxwkzxz2j37v5-libmng-2.0.2/lib/libmng.so when searching for -lmng /nix/store/1d2abmmqvindckyq51nq9kd1yisiv54j-binutils-2.26/bin/ld: cannot find -lmng /nix/store/1d2abmmqvindckyq51nq9kd1yisiv54j-binutils-2.26/bin/ld: skipping incompatible /nix/store/n0y8pv4kaff7vnq7rmzwrd654gqaj0ki-glibc-2.23/lib/libm.so when searching for -lm /nix/store/1d2abmmqvindckyq51nq9kd1yisiv54j-binutils-2.26/bin/ld: skipping incompatible /nix/store/n0y8pv4kaff7vnq7rmzwrd654gqaj0ki-glibc-2.23/lib/libm.a when searching for -lm clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation)
| | * | | | Merge pull request #14323 from nathan7/fsharp-4.0.1.1vbgl2016-03-31
| | |\ \ \ \ | | | | | | | | | | | | | | fsharp: 4.0.0.4 -> 4.0.1.1
| | | * | | | fsharp: 4.0.0.4 -> 4.0.1.1Nathan Zadoks2016-03-30
| | | | | | |
| | * | | | | Merge pull request #14110 from lancelotsix/clean_sqlalchemy_legacyFrederik Rietdijk2016-03-31
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Clean sqlalchemy legacy
| | | * | | | | pythonPackages.geeknote: upgrade sqlalchemy dependencyLancelot SIX2016-03-21
| | | | | | | |
| | | * | | | | pythonPackages.coilmq: 0.6.1 -> 1.0.0Lancelot SIX2016-03-21
| | | | | | | |
| | | * | | | | pythonPakcages.pid: init at 2.0.1Lancelot SIX2016-03-21
| | | | | | | |
| | | * | | | | pythonPackages.pythondaemon: init at 2.1.1Lancelot SIX2016-03-21
| | | | | | | |
| | | * | | | | pythonPackges.beaker: 1.7.0 -> 1.8.0Lancelot SIX2016-03-21
| | | | | | | |
| | | * | | | | pythonPackages.webtest: 2.0.15 -> 2.0.20Lancelot SIX2016-03-21
| | | | | | | |
| | | * | | | | virtinst: remove sqlalchemy7 dependencyLancelot SIX2016-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sqlalchemy is never used: ``` $ nix-shell default.nix -A virtinst $ unpackPhase && cd virtinst-* $ grep -r sqlalchemy . $ ```
| | * | | | | | Merge pull request #14305 from benwbooth/xe-guest-utilities-6.2.0Franz Pletz2016-03-31
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | xe-guest-utilities: init at 6.2.0
| | | * | | | | | xe-guest-utilities: init at 6.2.0Ben Booth2016-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use mkEnableOption use sha256 add xe-guest-utilities to module-list.nix
| | * | | | | | | nixos/tests: Add a test for keyboard layoutsaszlig2016-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had the basic version of this laying around for some while but didn't continue on it. Originally it was for testing support for the Neo layout introduced back then (8cd6d53). We only test the first three Neo layers, because the last three layers are largely comprised of special characters and in addition to that the support for the VT keymap seems to be limited compared to the Xorg keymap. Yesterday @NicolasPetton on IRC had troubles with the Colemak layout (IRC logs: http://nixos.org/irc/logs/log.20160330, starting at 16:08) and I found that test again, so I went for improving and adding to <nixpkgs>. While the original problem seemed to be related to GDM, we can still add another subtest that checks whether GDM correctly applies the keyboard layout. However I don't have a clue how to properly configure the keyboard layout on GDM, at least not within the NixOS configuration. The main goal of this test is not to test a complete set of all key mappings but to check whether the keymap is loaded and working at all. It also serves as an example for NixOS keyboard configurations. The list of keyboard layouts is by no means complete, so everybody is free to add their own to the test or improve the existing ones. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | | | | | | Making vm's qemu cache=unsafe. Faster.Lluís Batlle i Rossell2016-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't think it's unsafe, if it's meant for nix expressions.
| | * | | | | | | Making vm's interactive shell handle the terminal well.Lluís Batlle i Rossell2016-03-31
| | | | | | | | |
| | * | | | | | | Merge pull request #14329 from bcdarwin/fix-python-packagesFrederik Rietdijk2016-03-31
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix nesting error resulting in topydo metadata being attached to the …
| | | * | | | | | | fix nesting error resulting in topydo metadata being attached to the ↵Ben Darwin2016-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enclosing set
| | * | | | | | | | Merge pull request #14331 from ne0phyte/librecad-2.0.9Frederik Rietdijk2016-03-31
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | librecad: 2.0.8 -> 2.0.9
| | | * | | | | | | | librecad: 2.0.8 -> 2.0.9ne0phyte2016-03-31
| | | | | | | | | | |
| | * | | | | | | | | Merge pull request #14322 from bobvanderlinden/pr-hwinfo-21.23Franz Pletz2016-03-31
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hwinfo: 21.12 -> 21.23