summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* openxcom: update download linkCarles Pagès2014-06-19
|
* chromium: Don't add sources as runtime dependency.aszlig2014-06-19
| | | | | | | | | | | | | | | | This is because of a single file that symlinks to the source output path: libexec/chromium/resources/extension/demo/library.js Target within source output path: chrome/browser/resources/extension_resource/demo/library.js So we just need to ensure that the cp command follows symlinks during installPhase and we should no longer have this unnecessary dependency. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* chromium: Hardcode dlopen() path for libexif.aszlig2014-06-19
| | | | | | This is needed for Chromium version 36 and higher. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* chromium/update: Fix fetching previous version.aszlig2014-06-19
| | | | | | | | | After refactoring the updater we no longer did properly propagate the exit code from the nix-prefetch-url call to the main script. So if the newest version could not be fetched it didn't even bother to try the previous release and we would end up with an empty hash. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* chromium: Update all channels to latest versions.aszlig2014-06-19
| | | | | | | | | | | | | | | | | | | | | | | | With this commit, the following new upstream versions are introduced: stable: 35.0.1916.114 -> 35.0.1916.153 beta: 35.0.1916.86 -> 36.0.1985.67 dev: 36.0.1964.2 -> 37.0.2054.3 All builds successfully tested on my machine, however in order to update the beta and dev channels, a few additional modifications were necessary: * Update/rebase USER_NS sandbox patch for version 36 and higher. * Create address_input_strings.grdp before running gyp in version 37. * Remove an empty string leftover from 0517041. * Add patch for building bundled Angle for version 37. The patch for Angle is to remove reliance on git being present during build and is from https://chromium-review.googlesource.com/202048 but with own modifications to remove/fix Windows-specific parts within the patch file. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* chromium: Properly implement mksnapshot target.aszlig2014-06-19
| | | | | | | | | | | | | | Let's ensure we do all architecture-dependant stuff inside mkChromiumDerivation and not pass archInfo around, so we can properly decouple it from the main function. This partially reverts 8d54dc6d13ac3b42e45d95a2cfb971e7c01ad39c. The main reason for doing this is because the architecture information is no longer required in Chromium 37, so let's uglify and XXX it in common.nix and remove it once version 37 hits the stable channel. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gyp: Update to new upstream revision 1944.aszlig2014-06-19
| | | | | | This is mainly needed in order to build the new Chromium version 37. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/shadow: Add an example for defaultUserShell.aszlig2014-06-19
| | | | | | Thanks to @devhell for the suggestion. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Merge pull request #2957 from doublec/xpraAustin Seipp2014-06-18
|\ | | | | Change to xpra version 0.11.6 as 0.12.5 was not working
| * Change to xpra version 0.11.6 as 0.12.5 was not workingChris Double2014-06-16
| | | | | | | | | | | | Version 0.11.6 was the latest version that I was able to get building and running on NixOS. Unfortunately my previous commit for 0.12.5 was an error and incomplete.
* | Merge pull request #2898 from robberer/php/mssqlAustin Seipp2014-06-18
|\ \ | | | | | | mssql support for php-5.4
| * | mssql support for php-5.4System administrator2014-06-11
| | | | | | | | | | | | | | | small changes to freetds see: http://www.php.net/manual/de/mssql.setup.php
* | | Merge pull request #2992 from bluescreen303/agdaAustin Seipp2014-06-18
|\ \ \ | | | | | | | | Agda: upgrade stdlib to 0.8, change defaults to latest version
| * | | agda: change defaults to latest versionMathijs Kwik2014-06-17
| | | |
| * | | agda-stdlib: upgrade to 0.8 (they keep changing the version scheme)Mathijs Kwik2014-06-17
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/compilers/agda/stdlib-0.8.nix pkgs/top-level/haskell-packages.nix
* | | | Merge pull request #2977 from bluescreen303/emacs-org2blogAustin Seipp2014-06-18
|\ \ \ \ | | | | | | | | | | Emacs org2blog - bring up to date - now works with org-8.* again
| * | | | emacs-org2blog: upgrade to 0.8.1Mathijs Kwik2014-06-16
| | | | |
| * | | | add emacs-metaweblogMathijs Kwik2014-06-16
| | | | |
* | | | | Merge pull request #3001 from deepfire/aurulent-sansAustin Seipp2014-06-18
|\ \ \ \ \ | | | | | | | | | | | | aurulent-sans: new expression
| * | | | | aurulent-sans: new expressionKosyrev Serge2014-06-18
| | | | | |
* | | | | | Merge pull request #3004 from offlinehacker/pkgs/logstash/update_1_3_3Austin Seipp2014-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | logstash: update to 1.3.3
| * | | | | | logstash: update to 1.3.3Jaka Hudoklin2014-06-18
| | | | | | |
* | | | | | | Merge pull request #2960 from third3ye/patch-2Austin Seipp2014-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Application.ini does not refer correctly
| * | | | | | | Application.ini does not refer correctlythird3ye2014-06-16
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The "Application.ini" provided with Thunderbird does not correctly set the path to the icon location. Visa vi it refers to '$out/lib/thunderbird-17.0.11esr', which doesn't exist, but '$out/lib/thunderbird-17.0.11' does. To remedy this problem I added a new variable called 'verName" which adds 'esr' after the variable '$version'. Then change the variables necessary so that the build process sets working references. Fuuzetsu suggested putting the verName variable inside of mkDerivation. I cannot surmise.
* | | | | | | Merge pull request #2919 from ehmry/ogg-vorbisAustin Seipp2014-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libogg, libvorbis: update to 1.3.2, 1.3.4
| * | | | | | | libogg, libvorbis: update to 1.3.2, 1.3.4Emery Hemingway2014-06-12
| | | | | | | |
* | | | | | | | Merge pull request #2990 from third3ye/patch-3Austin Seipp2014-06-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Minor logic fix
| * | | | | | | | Minor logic fixthird3ye2014-06-17
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | music_directory "${cfg.musicDirectory}" playlist_directory "${cfg.dataDir}/playlists" db_file "${cfg.dataDir}/tag_cache" state_file "${cfg.dataDir}/state" sticker_file "${cfg.dataDir}/sticker.sql" all refer to ${cfg.datadir}, which by default is "/var/lib/mpd/". Parsing for instance ${cfg.datadir}/playlists results in: /var/lib/mpd//playlists - NOT FOUND.
* | | | | | | | Merge pull request #2937 from cpages/oxcAustin Seipp2014-06-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | openxcom: add version 1.0.0
| * | | | | | | | openxcom: add version 1.0.0Carles Pagès2014-06-14
| | | | | | | | |
* | | | | | | | | Merge pull request #2974 from bluescreen303/sambaAustin Seipp2014-06-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | samba really requires its daemons
| * | | | | | | | | samba really requires its daemonsMathijs Kwik2014-06-16
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #2966 from wkennington/master.sudoAustin Seipp2014-06-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update and fix sudo
| * | | | | | | | | sudo: Update 1.8.9p4 -> 1.8.10p3William A. Kennington III2014-06-17
| | | | | | | | | |
| * | | | | | | | | sudo: Always keepVisudo in order to simplify sudo buildWilliam A. Kennington III2014-06-17
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #2975 from bluescreen303/conkerorAustin Seipp2014-06-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | conkeror: upgrade to latest snapshot
| * | | | | | | | | conkeror: upgrade to latest snapshotMathijs Kwik2014-06-16
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #3002 from tomberek/haskell_tcacheAWSAustin Seipp2014-06-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Adds tcache-AWS
| * | | | | | | | | Adds tcache-AWSThomas Bereknyei2014-06-18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #2989 from pwoolcoc/git-cacert-pathAustin Seipp2014-06-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | add OPENSSL_X509_CERT_FILE to the `git` command environment
| * | | | | | | | | | add OPENSSL_X509_CERT_FILE to the `git` command environmentPaul Woolcock2014-06-16
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2995 from pSub/dwb-updateAustin Seipp2014-06-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Updated dwb to latest revision.
| * | | | | | | | | | Updated dwb to latest revision.Pascal Wittmann2014-06-17
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2980 from bluescreen303/php-fpmAustin Seipp2014-06-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | phpfpm: add option for setting php.ini file
| * | | | | | | | | | phpfpm: add option for setting php.ini fileMathijs Kwik2014-06-16
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2938 from pSub/org-modeJohn Wiegley2014-06-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Org-mode 8.2.7 depends on texlive-cm-super.
| * | | | | | | | | | Org-mode 8.2.7 depends on texlive-cm-super.Pascal Wittmann2014-06-16
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2979 from bluescreen303/idrisPeter Simons2014-06-18
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Idris: fix wrapper for llvm, upgrade emacs-idris-mode
| * | | | | | | | | | emacs-idris-mode: upgrade to 0.9.13.1Mathijs Kwik2014-06-16
| | | | | | | | | | |
| * | | | | | | | | | idris: provide boehmgc to compile with llvm backendMathijs Kwik2014-06-16
| | |/ / / / / / / / | |/| | | | | | | |