summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* nix: 1.11.11 -> 1.11.12Eelco Dolstra2017-07-13
|
* gnome3.gnome_control_center: remove unused variableRobin Gloster2017-07-13
| | | | This broke the evaluation.
* pythonPackages.django: 1.11.2 -> 1.11.3Lancelot SIX2017-07-13
| | | | | See https://docs.djangoproject.com/en/1.11/releases/1.11.3/ for release informations
* grammalecte: 0.5.17 -> 0.5.17.2 (#27190)Alexandre Peyroux2017-07-13
|
* screen: 4.6.0 -> 4.6.1Lancelot SIX2017-07-13
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00005.html for release announcement
* gnome-online-accounts: wrap with wrapGAppsHookStefan Lau2017-07-13
|
* gnome-control-center: wrap with wrapGAppsHookStefan Lau2017-07-13
|
* nodejs: 8.1.0 -> 8.1.4Stefan Lau2017-07-13
|
* linux-copperhead: Fix modDirVersionTim Steinbach2017-07-13
|
* xcwd: init at 2016-09-30GRBurst2017-07-13
| | | | fixes #27345
* git: 2.13.2 -> 2.13.3Tim Steinbach2017-07-13
|
* linux-copperhead: 4.12.e -> 4.12.1.aTim Steinbach2017-07-13
|
* linux: 4.12 -> 4.12.1Tim Steinbach2017-07-13
|
* linux: 4.11.9 -> 4.11.10Tim Steinbach2017-07-13
|
* linux: 4.9.36 -> 4.9.37Tim Steinbach2017-07-13
|
* Merge pull request #27315 from taku0/flashplayer-26.0.0.137Joachim F2017-07-13
|\ | | | | flashplayer: 26.0.0.131 -> 26.0.0.137 [Critical security fixes]
| * flashplayer-standalone: 26.0.0.131 -> 26.0.0.137taku02017-07-12
| |
| * flashplayer: 26.0.0.131 -> 26.0.0.137taku02017-07-12
| |
* | tinycc: 0.9.27pre-20170605 -> 0.9.27pre-20170710Joachim Fasting2017-07-13
| | | | | | | | | | | | Various CPP improvements/fixes Support forward declaration of enums (GNU extension) Initial implementation of C11 _Generic
* | llvmPackages_4: don't change *.outputsVladimír Čunát2017-07-13
| | | | | | | | | | It was blocking channel(s). See: https://github.com/NixOS/nixpkgs/pull/26818#issuecomment-315020922
* | Merge pull request #27206 from nthorne/InitGitBigPictureJörg Thalheim2017-07-13
|\ \ | | | | | | git-big-picture: init at 0.9.0
| * | git-big-picture: init at 0.9.0Niklas Thörne2017-07-09
| | | | | | | | | | | | Updated after review comments.
| * | git-big-picture: init at 0.9.0Niklas Thorne2017-07-07
| | |
* | | Merge pull request #27350 from veprbl/slurmJörg Thalheim2017-07-13
|\ \ \ | | | | | | | | Bump slurm, add pyslurm
| * | | python2Packages.pyslurm: initDmitry Kalinkin2017-07-13
| | | |
| * | | slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurmDmitry Kalinkin2017-07-13
| | | |
| * | | munge: 0.5.11 -> 0.5.12, fix for LinuxDmitry Kalinkin2017-07-12
| | | |
* | | | tor-browser-bundle-bin: support injecting additional prefsJoachim Fasting2017-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `extraPrefs` parameter is injected verbatim into the mozilla.cfg file. Note that the syntax is a superset of the usual prefs.js syntax. The following procedures are of particular interest: pref() to set a preference as if it had been toggled in about:config defaultPref() to set the *default* value of a preference lockPref() to set a preference & prevent further modification clearPref() to reset a preference to its default state Example: ```nix tor-browser-bundle-bin.override { extraPrefs = '' // Increase default security level pref("extensions.torbutton.security_slider", 2); ''; } ```
* | | | tor-browser-bundle-bin: do not call home to check tbb versionJoachim Fasting2017-07-13
| | | |
* | | | Merge pull request #27346 from siddharthist/pycodestyleJörg Thalheim2017-07-13
|\ \ \ \ | | | | | | | | | | pycodestyle: 2.0.0 -> 2.3.1
| * | | | pycodestyle: 2.0.0 -> 2.3.1Langston Barrett2017-07-13
| |/ / /
* | | | haskell-lens: use latest version when compiling with ghc-8.2.xPeter Simons2017-07-13
| | | |
* | | | haskell-semigroupoids: use latest version when compiling with ghc-8.2.xPeter Simons2017-07-13
| | | |
* | | | haskell-base-orphans: use latest version when compiling with ghc-8.2.xPeter Simons2017-07-13
| | | |
* | | | haskell-hashable: jailbreak to fix build with ghc-8.2.xPeter Simons2017-07-13
| | | |
* | | | haskell-jailbreak-cabal: use stable version from ghc-8.0.x in ghc-8.2.x ↵Peter Simons2017-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | package set The version compiled with Cabal 2.x breaks many packages, like doctest and hashable. This needs further investigation.
* | | | haskell-base-orphans: disable test suite to avoid build failures with ghc-8.2.xPeter Simons2017-07-13
| | | |
* | | | haskell-doctest: remove obsolete jailbreak; ghc-8.2.x can build this package nowPeter Simons2017-07-13
| | | |
* | | | haskell-ChasingBottoms: jailbreak to fix build with ghc-8.2.xPeter Simons2017-07-13
| | | |
* | | | haskell-hspec-meta: use latest version when compiling with ghc-8.2.xPeter Simons2017-07-13
| | | | | | | | | | | | | | | | Fixes https://github.com/hspec/hspec/issues/323.
* | | | Merge pull request #27322 from dmjio/patch-4Peter Simons2017-07-13
|\ \ \ \ | |/ / / |/| | | miso: init at 0.2.0.0
| * | | miso: init at 0.2.0.0David Johnson2017-07-12
| | | |
* | | | Merge pull request #27285 from emmanuelrosa/pgadmin-desktop-fileJörg Thalheim2017-07-12
|\ \ \ \ | | | | | | | | | | pgadmin: make desktop item
| * | | | pgadmin: make desktop itemEmmanuel Rosa2017-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the .desktop file so that pgAdmin shows up in the menu system of desktop environments (ex. GNOME, XFCE, etc). Closes #27067
* | | | | Merge pull request #27289 from vyp/patch/xst-initJörg Thalheim2017-07-12
|\ \ \ \ \ | | | | | | | | | | | | xst: init at 0.7.1
| * | | | | xst: use fetchFromGitHubJörg Thalheim2017-07-12
| | | | | |
| * | | | | xst: init at 0.7.1xd1le2017-07-12
| | | | | |
| * | | | | st: refactor out `stdenv.lib' already in scopexd1le2017-07-12
| | | | | |
| * | | | | st: refactor deprecated `isNull' functionxd1le2017-07-12
| | | | | |
* | | | | | Merge pull request #27291 from celldee/sway_0_13_0Jörg Thalheim2017-07-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | sway: 0.12.2 -> 0.13.0