summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
|
* Merge pull request #13098 from DamienCassou/vdirsyncer-0.9.0Damien Cassou2016-02-19
|\ | | | | vdirsyncer: 0.8.1 -> 0.9.0
| * vdirsyncer: 0.8.1 -> 0.9.0Damien Cassou2016-02-19
| |
* | Merge pull request #13069 from abbradar/m3dNikolay Amiantov2016-02-19
|\ \ | | | | | | OctoPrint and plugins and support for M3D Micro 3D-printer
| * | yaml-merge: init at 2016-02-16Nikolay Amiantov2016-02-17
| | |
| * | octoprint-plugins.stlviewer: init at 0.3.0Nikolay Amiantov2016-02-17
| | |
| * | octoprint-plugins.titlestatus: init at 0.0.2Nikolay Amiantov2016-02-17
| | |
| * | octoprint-plugins.m3d-fio: init at 0.26Nikolay Amiantov2016-02-17
| | |
| * | octoprint: init at 1.2.9Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.flaskbabel: propagate dependenciesNikolay Amiantov2016-02-17
| | |
| * | pythonPackages.tornado_4_0_1: init at 4.0.1Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.webassets: init at 0.11.1Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.sockjs-tornado: init at 1.0.2Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.rsa: propagate pyasn1Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.pylru: init at 1.0.9Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.flask_script: init at 2.0.5Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.flask_principal: init at 0.4.0Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.flask_login: init at 0.2.2Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.flask_assets: init at 0.10Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.regex: init at 2016.01.10Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.sarge: init at 0.1.4Nikolay Amiantov2016-02-17
| | |
| * | pythonPackages.awesome-slugify: init at 1.6.5Nikolay Amiantov2016-02-17
| | |
| * | m3d-linux: init at 2016-01-20Nikolay Amiantov2016-02-17
| | |
* | | steamPackages.runtime: 20151020 -> 2016-02-18Nikolay Amiantov2016-02-19
| | |
* | | steamPackages: add runtime-mirror helper derivationNikolay Amiantov2016-02-19
| | |
* | | steamPackages.runtime: use mirrors, add my mirrorNikolay Amiantov2016-02-19
| | |
* | | gnome3.eog: 3.18.1 -> 3.18.2Jascha Geerds2016-02-19
| | |
* | | Merge pull request #13118 from FRidh/buildPythonApplicationDomen Kožar2016-02-19
|\ \ \ | | | | | | | | buildPythonApplication: function for building Python applications
| * | | buildPythonApplication: function for building Python applicationsFrederik Rietdijk2016-02-19
| | |/ | |/| | | | | | | Currently, the only difference is that namePrefix is not set
* | | pythonPackages.ptest: init at 1.5.3Edward Tjörnhammar2016-02-19
| | |
* | | pythonPackages.requests_toolbelt: add test phase dependenciesEdward Tjörnhammar2016-02-19
| | |
* | | pythonPackages.scikitlearn: 0.17 -> 0.17.1Frederik Rietdijk2016-02-19
| | |
* | | live555: 2015.10.12 -> 2016.02.09 (unbreaks download)Bjørn Forsman2016-02-19
| | | | | | | | | | | | | | | | | | The old version is not available in the mirrors. Build tested with vlc, the only immediate dependee.
* | | Merge pull request #13093 from cstrahan/ghcjs-fix-rebaseCharles Strahan2016-02-18
|\ \ \ | | | | | | | | Fix GHCJS for cabal-install-1.22.8.0
| * | | ghcjs-shims: 2016/01/07 -> 2016/02/10Charles Strahan2016-02-18
| | | | | | | | | | | | | | | | Bump revisions: 45f44f5f027 -> 4df1808d031
| * | | ghcjs: replace integer-simple with integer-gmpCharles Strahan2016-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GHCJS uses integer-gmp, but cabal2nix generates a dependency list that includes integer-simple instead. This tweaks the stage2 generator to replace any instance of integer-simple with integer-gmp. Things currently still work without this change (assuming integer-simple is defined as null), as ghcjs includes integer-gmp in its stage1 packages - so it's always available. However, this change makes things a bit more explicit, rather than leaving things to chance. If at any point the stage1 packages are also split up into separate derivations, the integer-gmp package will need to be passed along to the packages that depend on it. This change should prevent some confusion going forward.
| * | | ghcjs: don't propagate Cabal to all packagesCharles Strahan2016-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we were compiling Setup.hs with ghcjs (instead of ghc), and that required that Cabal be available, otherwise the Setup.hs would fail to compile. Now that we are compiling Setup.hs with ghc, it's no longer necessary to add Cabal as a dependency to all ghcjs packages.
| * | | ghcjs: use native ghc to build Setup.hsCharles Strahan2016-02-18
| | | |
| * | | ghcjs: fix building with cabal-install-1.22.8.0Charles Strahan2016-02-18
| | | |
* | | | Merge pull request #13097 from jerith666/antrunEelco Dolstra2016-02-18
|\ \ \ \ | | | | | | | | | | ant: preserve antRun script
| * | | | ant: preserve antRun scriptMatt McHenry2016-02-18
| | | | |
* | | | | Merge branch 'redis-3.0.7' of https://github.com/kragniz/nixpkgsShea Levy2016-02-18
|\ \ \ \ \
| * | | | | redis: 3.0.6 -> 3.0.7Louis Taylor2016-02-18
| | | | | |
* | | | | | aws-sdk-cpp: Allow building some APIS and disabling custom memory managementEelco Dolstra2016-02-18
| | | | | |
* | | | | | Merge pull request #13087 from rasendubi/gdb_multitargetEelco Dolstra2016-02-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | gdb: add multitarget option
| * | | | | | gdb: add multitarget optionAlexey Shmalko2016-02-18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multitarget option builds gdb with support for all targets. That's similar to gdb-multiarch package in Ubuntu or gdb with multitarget USE-flag in Gentoo.
* | | | | | spark: 1.4 -> 1.6.Mathieu Boespflug2016-02-18
| | | | | |
* | | | | | Merge pull request #13099 from datakurre/datakurre-dockertoolsLuca Bruno2016-02-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | dockerTools: Fix issue where image name with repository prefix was no…
| * | | | | | dockerTools: Fix issue where image name with repository prefix was not supportedAsko Soukka2016-02-18
| | | | | | |
* | | | | | | Merge pull request #13065 from DamienCassou/update-pythonPackages.keyringFrederik Rietdijk2016-02-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pythonPackages.keyring: 3.3 -> 8.4.1