summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
...
| * | | | | | | openvdb: 5.0.0 -> 5.1.0R. RyanTM2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openvdb/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 5.1.0 with grep in /nix/store/firif9xzzgizin13337znminprn0h2g1-openvdb-5.1.0 - directory tree listing: https://gist.github.com/ab56d3a535f58829ccdfb0187ff9afed
* | | | | | | | Merge pull request #38867 from dywedir/rust-bindgenJörg Thalheim2018-04-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | rust-bindgen: 0.35.0 -> 0.36.0
| * | | | | | | | rust-bindgen: 0.35.0 -> 0.36.0Vladyslav Mykhailichenko2018-04-12
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #38865 from matthewbauer/darwin-security-fixesMatthew Justin Bauer2018-04-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [darwin] Security fixes
| * | | | | | | | xcbuild: fix wrapperMatthew Bauer2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | need $wrapper/usr/bin to exist for some SDK stuff
| * | | | | | | | xcbuild: set SYMROOT and OBJROOTMatthew Bauer2018-04-09
| | | | | | | | |
| * | | | | | | | xcbuild: add framework productMatthew Bauer2018-04-09
| | | | | | | | |
| * | | | | | | | antlr: supports darwinMatthew Bauer2018-04-09
| | | | | | | | |
* | | | | | | | | Revert "arm-frc-linux-gnueabi-linux-api-headers: init at 3.19-r0.36"Matthew Bauer2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9597247cc03997655fde22e635bba845d40189d2.
* | | | | | | | | Revert "arm-frc-linux-gnueabi-eglibc: init at 2.21-r0.83"Matthew Bauer2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7c32b93c9a707e16d6d5153bf73f5bc6ff028356.
* | | | | | | | | Revert "arm-frc-linux-gnueabi-binutils: init at 2.28"Matthew Bauer2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1d7a478c92e3ca3b952008e16cceafe4e831036b.
* | | | | | | | | Revert "arm-frc-linux-gnueabi-gcc: init at 4.9.4"Matthew Bauer2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ff1e372849c74ed60eac1969d57c487c0042296a. We only want to build GCC once. Cross compilation infrastructure means this should not be needed. Revert "arm-frc-linux-gnueabi-gcc: init at 4.9.4" This reverts commit ff1e372849c74ed60eac1969d57c487c0042296a.
* | | | | | | | | babl: 0.1.44 -> 0.1.46 (#38862)R. RyanTM2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/babl/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.1.46 with grep in /nix/store/6kx1zn1xb71zhhq4bikgyp9gvgrfh573-babl-0.1.46 - directory tree listing: https://gist.github.com/1626f882c7f8a9b5ac71254a7a415742
* | | | | | | | | Merge pull request #38640 from expipiplus1/asciidoctor-vulkanzimbatm2018-04-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | asciidoctor: 1.5.6.1 -> 1.5.6.2, also add mathematical and coderay
| * | | | | | | | | ruby bundlerApp: Allow passing gemConfig through to bundlerEnvJoe Hermaszewski2018-04-09
| | | | | | | | | |
* | | | | | | | | | gnumake3: Fix build against glibc-2.27aszlig2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has already been patched against gnumake4 (519f0b8db2f91e73964375e) but we still have packages depending on gnumake3, so let's also apply the same patch to gnumake 3. Signed-off-by: aszlig <aszlig@nix.build> Cc: @shlevy, @vcunat
* | | | | | | | | | coreclr: 2.0.0 -> 2.0.7Jörg Thalheim2018-04-12
| | | | | | | | | |
* | | | | | | | | | pythonPackages.cysignals: init at 1.6.9 (#38781)Timo Kaufmann2018-04-12
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #38768 from timokau/singular-4.1.1Michael Raskin2018-04-12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | singular: 3.1.7 -> 4.1.1
| * | | | | | | | singular: 3.1.7 -> 4.1.1Timo Kaufmann2018-04-11
| | | | | | | | |
* | | | | | | | | Merge pull request #38762 from timokau/m4ri-initRobert Schütz2018-04-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | m4ri: init at 20140914
| * | | | | | | | | m4ri: init at 20140914Timo Kaufmann2018-04-12
| |/ / / / / / / /
* | | | | | | | | ocamlPackages.js_of_ocaml-camlp4: add deriving supportVincent Laporte2018-04-12
| | | | | | | | |
* | | | | | | | | taffybar: fix buildMichael Alan Dorman2018-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/NixOS/nixpkgs/issues/38531.
* | | | | | | | | nix-plugins: 4.0.2 -> 4.0.3Shea Levy2018-04-11
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | pythonPackages.mutagen: 1.36 → 1.40.0Jan Tojnar2018-04-12
| | | | | | | |
* | | | | | | | pythonPackages.mutagen: move to a separate fileJan Tojnar2018-04-12
| | | | | | | |
* | | | | | | | nix-plugins: 4.0.1 -> 4.0.2Shea Levy2018-04-11
| | | | | | | |
* | | | | | | | haskellPackages.lzma: fix outdated patchJan Tojnar2018-04-11
| | | | | | | |
* | | | | | | | nix-plugins: 3.0.1 -> 4.0.1Shea Levy2018-04-11
| | | | | | | |
* | | | | | | | Merge branch 'setupcfg2nix'Shea Levy2018-04-11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Add setupcfg2nix and supporting infrastructureShea Levy2018-04-11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #38715 from matthewbauer/shell_cmds-fullMatthew Justin Bauer2018-04-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Build more commands from Apple's system_cmds
| * | | | | | | openbsm: init at 1.1Matthew Bauer2018-04-10
| | | | | | | |
| * | | | | | | openpam: init at 20170430Matthew Bauer2018-04-10
| | | | | | | |
* | | | | | | | pythonPackages.libais: 0.16 -> 0.17 (#37876)Lancelot SIX2018-04-11
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #38696 from pbogdan/rust-drop-patchJan Tojnar2018-04-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | rust: drop obsolete patch (now included in upstream sources)
| * | | | | | | rust: drop obsolete patch (now included in upstream sources)Piotr Bogdan2018-04-11
| | | | | | | |
* | | | | | | | farbfeld: 3 -> 4Pascal Wittmann2018-04-11
| | | | | | | |
* | | | | | | | Switch suckless.org URLs to httpsPascal Wittmann2018-04-11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 22f212537f475565f67a07b869f9cceea2022191)
* | | | | | | Merge staging into masterFrederik Rietdijk2018-04-11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #38566 from zimbatm/jupyterlab-0.31.12Frederik Rietdijk2018-04-11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Jupyterlab 0.31.12
| | * | | | | | | jupyterlab: fix JUPYTERLAB_DIR lookupzimbatm2018-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without this option jupyterlab will look into the system python installation directories
| | * | | | | | | Update default.nixzimbatm2018-04-07
| | | | | | | | |
| | * | | | | | | python3Packages.jupyterlab: 0.4.1 -> 0.31.12zimbatm2018-04-07
| | | | | | | | |
| | * | | | | | | pythonPackages.jupyterlab_launcher: init at 0.10.5zimbatm2018-04-07
| | | | | | | | |
| * | | | | | | | Merge master into stagingFrederik Rietdijk2018-04-10
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Revert "dbus-glib: 0.108 -> 0.110"Jörg Thalheim2018-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2dac22719b9d14c0bd761d6609653d2584d53f79. cc @pbogdan fails actually to build: https://github.com/NixOS/nixpkgs/pull/38582#issuecomment-380107299
| * | | | | | | | | pythonPackages.bitmath: init at 1.3.1.2James Kay2018-04-10
| | | | | | | | | |
| * | | | | | | | | pythonPackages.progressbar33: init at 2.4James Kay2018-04-10
| | | | | | | | | |