summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* wavegain: Add package.Robbin C2015-06-03
| | | | This adds wavegain which is a normalizer for WAV audio files.
* emacs-packages: separate helm- and persp-projectile from projectileEric Seidel2015-06-02
| | | | mirrors current MELPA division
* emacs-packages: add perspective-elEric Seidel2015-06-02
|
* emacs-packages: haskell-mode 13.12 -> 13.14Eric Seidel2015-06-02
|
* Merge pull request #8138 from ttuegel/kde5Thomas Tuegel2015-06-02
|\ | | | | Plasma 5.3.1
| * plasma-5.3: run startkde with `set -x`Thomas Tuegel2015-06-02
| |
| * Update to plasma-5.3.1Thomas Tuegel2015-06-02
| |
* | git-hub: fix package path...Tobias Geerinckx-Rice2015-06-03
| |
* | Add git-hub: command line GitHub interfaceTobias Geerinckx-Rice2015-06-02
|/ | | | Rather cool, actually.
* nixopsUnstable: Bring in quick fixShea Levy2015-06-02
|
* nixopsUnstable: BumpShea Levy2015-06-02
|
* Merge pull request #6732 from oconnorr/masterWout Mertens2015-06-02
|\ | | | | Use mktemp to create temporary files to hold ssh host keys and authorized keys
| * Remove use of && in fetch-ssh-keys service.Russell O'Connor2015-05-29
| | | | | | | | Scripts are run with -e so will abort when a command fails.
| * [GCE] Put temp files for fetch-ssh-keys service in /runRussell O'Connor2015-05-29
| |
| * Use mktemp to create temporary files to hold ssh host keys and authorized ↵Russell O'Connor2015-05-29
| | | | | | | | keys when downloading them from the metadata server.
* | kmod-blacklist-ubuntu: update to VividVladimír Čunát2015-06-02
| |
* | linux-testing: 4.1-rc5 -> 4.1-rc6William A. Kennington III2015-06-02
| |
* | Adding TextAdeptMichael Raskin2015-06-02
| |
* | Adding Lua 5.3, seems to workMichael Raskin2015-06-02
| |
* | Add Curses development kitMichael Raskin2015-06-02
| |
* | Add gtdialog toolMichael Raskin2015-06-02
| |
* | Merge pull request #8124 from pmahoney/skarnet-updateArseniy Seroka2015-06-02
|\ \ | | | | | | Skarnet update
| * | Update skarnet.org softwarePatrick Mahoney2015-06-01
| | | | | | | | | | | | | | | | | | | | | | | | execline 2.1.2.0 s6-dns 2.0.0.3 s6-networking 2.1.0.1 s6-portable-utils 2.0.5.0 skalibs 2.3.4.0
| * | Add myself as maintainer for skarnet softwarePatrick Mahoney2015-06-01
| | |
* | | minimal-iso: enable nixos-manualLuca Bruno2015-06-02
| | |
* | | Merge pull request #8120 from benley/prometheus-nginx-exporterArseniy Seroka2015-06-02
|\ \ \ | | | | | | | | New package: prometheus-nginx-exporter
| * | | New package: prometheus-nginx-exporterBenjamin Staffin2015-06-01
| | | | | | | | | | | | | | | | Adding to the growing collection of prometheus tools...
* | | | Merge pull request #8128 from monocell/add-crackxlslethalman2015-06-02
|\ \ \ \ | | | | | | | | | | fix crackxls libgsf dependency and naming problem
| * | | | fix crackxls libgsf dependencyEmil Rangden2015-06-02
| | | | |
* | | | | haskell: add three new helper functions to the lib modulePeter Simons2015-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - sdistTarball transforms a normal Haskell build into one that produces a release tarball by running "sdist". For example: $ nix-shell -p "haskell.lib.sdistTarball haskellPackages.mtl" --command 'tar tfv $nativeBuildInputs/*tar.gz' - buildFromSdist transforms a normal Haskell build into one that compiles the package the an sdist release tarball created by Nix. For example: $ nix-shell -p "haskell.lib.buildFromSdist haskellPackages.mtl" --command "exit 0" - buildStrictly transforms a normal Haskell build into one that (a) compiles the source code with "-Wall -Werror" flags and (b) uses as input a locally generated sdist release tarball. For example: $ nix-shell -p "haskell.lib.buildStrictly haskellPackages.mtl" --command "exit 0" This function is particularly useful for continuous Hydra builds of Haskell packages.
* | | | | ocaml-uri: update from 1.7.2 to 1.9.0Vincent Laporte2015-06-02
| | | | |
* | | | | ocaml-asn1-combinators: update from 0.1.1 to 0.1.2Vincent Laporte2015-06-02
| | | | |
* | | | | coq-tlc: fix packageVincent Laporte2015-06-02
| | | | |
* | | | | add pdfpc, a presenter console with multi-monitor support for PDF filesPascal Wittmann2015-06-02
| | | | |
* | | | | Merge pull request #8108 from codyopel/sassDomen Kožar2015-06-02
|\ \ \ \ \ | | | | | | | | | | | | update Sassc and libsass
| * | | | | sassc: 3.2.1 -> 3.2.4codyopel2015-06-01
| | | | | |
| * | | | | libsass: 3.2.2 -> 3.2.4codyopel2015-06-01
| | | | | |
* | | | | | doc: fix referencesPascal Wittmann2015-06-02
| | | | | |
* | | | | | libav(-11): maintenance update, including securityVladimír Čunát2015-06-02
| | | | | |
* | | | | | Disable broken builds for Haskell packages gitit and influxdb.Peter Simons2015-06-02
| | | | | |
* | | | | | haskell-base-noprelude: disable Haddock phase on empty libraryPeter Simons2015-06-02
| | | | | |
* | | | | | haskell-iconv: GHC 7.10.x support was added upstreamPeter Simons2015-06-02
| | | | | |
* | | | | | cabal-install: break infinite recursion on ghc 7.6.x and 7.4.x.Peter Simons2015-06-02
| | | | | |
* | | | | | haskell-binary: update to version 0.7.5.0Peter Simons2015-06-02
| | | | | |
* | | | | | haskell-cabal-helper wants to store test suite data in $HOMEPeter Simons2015-06-02
| | | | | |
* | | | | | ghc-7.10.x: trigger re-builds to recover from non-determinstic library IDPeter Simons2015-06-02
| | | | | |
* | | | | | hackage-packages.nix: update to ↵Peter Simons2015-06-02
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/commercialhaskell/all-cabal-files/commit/bfbb2bc96c267aaee41230c7c5bc7a974abd7dcb with hackage2nix revision d0ef14cd08973bdb61a29700ef07b1149c86b7a3
* | | | | | nxproxy & libxcomp: use lite instead of full nx-libsTobias Geerinckx-Rice2015-06-02
| | | | | |
* | | | | | geolite-legacy -> 2015-06-02Tobias Geerinckx-Rice2015-06-02
| | | | | |
* | | | | | Merge pull request #8110 from jagajaga/update/vimpluginsArseniy Seroka2015-06-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim plugins: refactor and regenerate