summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
...
| * | vim-plugins/Cosco initAnders Sildnes2018-01-16
| | |
| * | vim-plugins/autopairs initAnders Sildnes2018-01-16
| | |
* | | werkzeug: disable one test on darwin.Rob Vermaas2018-01-16
| | |
* | | scitkitlearn: disable doctests on darwin as they are known to be broken ↵Rob Vermaas2018-01-16
| |/ |/| | | | | there for this version.
* | Merge pull request #33913 from ciderale/fix-darwin-build-of-kpcliDaiderd Jordan2018-01-16
|\ \ | | | | | | kpcli: Fix darwin build
| * | kpcli: Fix darwin buildAlain Lehmann2018-01-15
| | | | | | | | | | | | adding MacPasteboard to perl path to support using clipboard on darwin
| * | perlPackages.Clipboard: Fix darwin buildAlain Lehmann2018-01-15
| | | | | | | | | | | | | | | | | | | | | Darwin requires dependency on MacPasteboard The test runs successfully when executed interactively from a nix-shell. Disable doCheck as paste pasteboard is not accessible in (non-interactive) nix-build.
| * | perlPackages.MacPasteboard: init at 0.009Alain Lehmann2018-01-15
| | |
* | | Merge #33811: nixpkgs release-small: fix evaluationVladimír Čunát2018-01-16
|\ \ \
| * | | release-small: Don't attempt to access "dbus.libs", etc., don't existWill Dietz2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | dbus_libs and others do, but they're deprecated. Just build 'dbus', these are now its various outputs.
* | | | Merge pull request #33945 from eschnett/eschnett/julia-0.6.2Michael Raskin2018-01-16
|\ \ \ \ | | | | | | | | | | julia: 0.6.0 -> 0.6.2
| * | | | julia: 0.6.0 -> 0.6.2Michael Raskin2018-01-16
| | | | |
| * | | | julia: 0.6.0 -> 0.6.2Erik Schnetter2018-01-16
| | | | |
* | | | | bustle: add top-level aliasJan Tojnar2018-01-16
| | | | |
* | | | | uuagc: add static executable from haskellPackagesJan Tojnar2018-01-16
| | | | |
* | | | | Merge pull request #33749 from dezgeg/release-refactor-1John Ericson2018-01-16
|\ \ \ \ \ | | | | | | | | | | | | nixos/release.nix: Refactoring for better multi-system support
| * | | | | nixos/release.nix: Move forAllSystems to release-libTuomas Tynkkynen2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's already a similar forTheseSystems in release-lib, so be more consistent.
| * | | | | release-lib: forAllSupportedSystems -> forTheseSystemsTuomas Tynkkynen2018-01-16
| |/ / / / | | | | | | | | | | | | | | | | | | | | I'm going to move forAllSystems from nixos/release.nix, and these functions sound too similar while doing different things.
* | | | | Merge pull request #33634 from Ma27/android-studio/support-virtual-devicesFranz Pletz2018-01-16
|\ \ \ \ \ | | | | | | | | | | | | android-studio: set `ANDROID_EMULATOR_USE_SYSTEM_LIBS`
| * | | | | android-studio: set `ANDROID_EMULATOR_USE_SYSTEM_LIBS`Maximilian Bosch2018-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change sets an environment variable to ensure that Android Studio uses the correct drivers to avoid any breackage when trying to run a native application on a virtual device. Without proper configuration `android-studio` would be unable to load the drivers for the AVD and yield messages like this: ``` 3:32 PM Executing tasks: [:app:assembleDebug] 3:32 PM Emulator: libGL error: unable to load driver: i965_dri.so 3:32 PM Emulator: libGL error: driver pointer missing 3:32 PM Emulator: libGL error: failed to load driver: i965 3:32 PM Emulator: libGL error: unable to load driver: i965_dri.so 3:32 PM Emulator: libGL error: driver pointer missing 3:32 PM Emulator: libGL error: failed to load driver: i965 3:32 PM Emulator: libGL error: unable to load driver: swrast_dri.so 3:32 PM Emulator: libGL error: failed to load driver: swrast 3:32 PM Emulator: X Error of failed request: BadValue (integer parameter out of range for operation) 3:32 PM Emulator: Major opcode of failed request: 155 (GLX) 3:32 PM Emulator: Minor opcode of failed request: 24 (X_GLXCreateNewContext) 3:32 PM Emulator: Value in failed request: 0x0 3:32 PM Emulator: Serial number of failed request: 64 3:32 PM Emulator: Current serial number in output stream: 65 3:32 PM Emulator: emulator: ERROR: Missing initial data partition file: /home/ma27/.android/avd/Nexus_5X_API_27.avd/userdata.img 3:32 PM Emulator: Process finished with exit code 1 3:32 PM Gradle build finished with 2 warnings(s) in 6s 378ms ``` For further reference have a look at the following StackOverflow message: https://stackoverflow.com/a/40790339
* | | | | | libnetfilter_queue: 1.0.2 -> 1.0.3Izorkin2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | fixes #33887
* | | | | | redshift: reintroduce longDescriptionYegor Timoshenko2018-01-16
| |/ / / / |/| | | |
* | | | | Merge pull request #33605 from vbgl/meld-3.18Jan Tojnar2018-01-16
|\ \ \ \ \ | | | | | | | | | | | | meld: 3.16.4 -> 3.18.0
| * | | | | pythonPackages.rabbitvcs: disable testsVincent Laporte2018-01-08
| | | | | |
| * | | | | meld: 3.16.4 -> 3.18.0Vincent Laporte2018-01-08
| | | | | |
* | | | | | Merge pull request #33935 from bkchr/fix_plasma_vaultadisbladis2018-01-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | plasma-vault: Fixes build
| * | | | | | plasma-vault: Fixes buildBastian Köcher2018-01-16
| | | | | | |
* | | | | | | redshift: fix redshift-gtk, autoreconfHookYegor Timoshenko2018-01-16
| | | | | | |
* | | | | | | plasma-desktop: Fix build with qt 5.10adisbladis2018-01-16
| | | | | | |
* | | | | | | kwin: Fix build with qt 5.10adisbladis2018-01-16
| | | | | | |
* | | | | | | kio-extras: Fix build with qt 5.10adisbladis2018-01-16
| | | | | | |
* | | | | | | kindlegen: Use unzip where necessaryAndrew Childs2018-01-16
| | | | | | |
* | | | | | | rustc: Supports ARMv7Tuomas Tynkkynen2018-01-16
| | | | | | |
* | | | | | | Merge pull request #33929 from matthiasbeyer/update-tootAndreas Rammhold2018-01-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | toot: 0.16.2 -> 0.17.1
| * | | | | | | toot: 0.16.2 -> 0.17.1Matthias Beyer2018-01-16
| | | | | | | |
* | | | | | | | Merge pull request #33930 from bkchr/fix_kinitadisbladis2018-01-16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | kinit: Fixes build
| * | | | | | | kinit: Fixes buildBastian Köcher2018-01-16
| |/ / / / / /
* | | | | | | alembic: use threadsafe hdf5 (#30682)Guillaume Bouchard2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hdf5: introduce hdf5-threadsafe variant Compiled with thread safe support and without the High Level library which is incompatible with thread safety. * alembic: clean buildInputs to nativeBuildInputs * alembic: use hdf5-threadsafe
* | | | | | | onioncircuits: init at 0.5Evgeny Egorochkin2018-01-16
| | | | | | |
* | | | | | | pythonPackages.stem: init at 1.6.0Evgeny Egorochkin2018-01-16
| | | | | | |
* | | | | | | Merge pull request #33917 from ashgillman/fix-wakatimeJörg Thalheim2018-01-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | wakatime: don't run check phase
| * | | | | | | wakatime: 10.0.1 -> 10.1.0Jörg Thalheim2018-01-16
| | | | | | | |
| * | | | | | | wakatime: don't run check phaseAshley Gillman2018-01-16
| | | | | | | |
* | | | | | | | aenum: make tests pass (#33805)Yurii Rashkovskii2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Python 2, tests were failing because they depended on a particular way of executing the tests module as it defined a global variable and created a temporary file. Running it through setup.py didn't work. Invoking it directly solved the issue. For Python 3, aenum tests were disabled, however, they did't have to fail. Configuring UTF8 locale resolved the failure that was happening after the above fix for Python 2 was applied.
* | | | | | | | Merge pull request #33880 from vbgl/ocaml-uri-1.9.5Jörg Thalheim2018-01-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ocamlPackages.uri: 1.9.2 -> 1.9.6
| * | | | | | | | ocamlPackages.uri: 1.9.5 -> 1.9.6Vincent Laporte2018-01-14
| | | | | | | | |
| * | | | | | | | ocamlPackages.uri: 1.9.2 -> 1.9.5Vincent Laporte2018-01-14
| | | | | | | | |
* | | | | | | | | Merge pull request #33923 from mnacamura/parallel-rustJörg Thalheim2018-01-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | parallel-rust: init at 0.11.3
| * | | | | | | | | parallel-rust: init at 0.11.3Mitsuhiro Nakamura2018-01-16
| | | | | | | | | |
* | | | | | | | | | Merge pull request #33904 from magnetophon/i3status-rustJörg Thalheim2018-01-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | i3status-rust: 0.9.0.2017-11-09 -> 0.9.0.2018-01-15