Eelco Dolstra
98a4eabd99
Revert "qemu: 2.2.2 -> 2.3.0"
...
This reverts commit 19c259161b
.
2015-06-04 14:54:48 +02:00
Eelco Dolstra
3096d03435
Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"
...
This reverts commit 25a148fa19
.
2015-06-04 14:54:48 +02:00
Eelco Dolstra
4f60156afb
Revert "qemu-nix: Build statically"
...
This reverts commit 5afa4f18d6
.
2015-06-04 14:54:47 +02:00
Peter Simons
c659105ef8
cabal2nix: get rid of the '-dirty' version suffix
...
The fetchgit builder performs some freak magic in the name of deterministic
hashes that screws up git's idea of a clean directory tree.
2015-06-04 13:33:57 +02:00
lethalman
8e564526fc
Merge pull request #8157 from monocell/spotify-fix
...
fix spotify by using older libgcrypt
2015-06-04 10:05:43 +02:00
Emil Rangden
165cb05ea5
fix spotify by using older libgcrypt
2015-06-03 16:50:53 +02:00
lethalman
219b9a63ad
Merge pull request #8135 from sofuture/fix-goimports-build
...
Fix goimports build
2015-06-03 10:47:55 +02:00
jzellner
be03ca9262
fix goimports build, use buildGoPackage
2015-06-02 11:59:40 -06:00
Michael Raskin
e66294151a
Adding Lua 5.3, seems to work
2015-06-02 20:32:12 +03:00
Michael Raskin
8daf4f5445
Add Curses development kit
2015-06-02 20:32:12 +03:00
Michael Raskin
747c6e913f
Add gtdialog tool
2015-06-02 20:32:12 +03:00
Arseniy Seroka
eb2c3c6681
Merge pull request #8124 from pmahoney/skarnet-update
...
Skarnet update
2015-06-02 19:25:37 +03:00
Peter Simons
ba809cf9a3
haskell: add three new helper functions to the lib module
...
- 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.
2015-06-02 14:17:16 +02:00
Vincent Laporte
b812e5f057
ocaml-uri: update from 1.7.2 to 1.9.0
2015-06-02 13:53:17 +02:00
Vincent Laporte
a36326d197
ocaml-asn1-combinators: update from 0.1.1 to 0.1.2
2015-06-02 13:53:17 +02:00
Vincent Laporte
d5a4c3d21d
coq-tlc: fix package
2015-06-02 13:53:17 +02:00
Domen Kožar
d2825dbc73
Merge pull request #8108 from codyopel/sass
...
update Sassc and libsass
2015-06-02 12:32:26 +02:00
Vladimír Čunát
c86c1b79af
libav(-11): maintenance update, including security
2015-06-02 11:02:11 +02:00
Peter Simons
52829ce24a
Disable broken builds for Haskell packages gitit and influxdb.
2015-06-02 10:32:31 +02:00
Peter Simons
921b000fa5
haskell-base-noprelude: disable Haddock phase on empty library
2015-06-02 10:32:31 +02:00
Peter Simons
682e37e586
haskell-iconv: GHC 7.10.x support was added upstream
2015-06-02 10:32:31 +02:00
Peter Simons
873fa649e8
cabal-install: break infinite recursion on ghc 7.6.x and 7.4.x.
2015-06-02 10:32:31 +02:00
Peter Simons
0d484e999b
haskell-binary: update to version 0.7.5.0
2015-06-02 10:32:31 +02:00
Peter Simons
3e0513ea86
haskell-cabal-helper wants to store test suite data in $HOME
2015-06-02 10:32:31 +02:00
Peter Simons
ecac359ccf
ghc-7.10.x: trigger re-builds to recover from non-determinstic library ID
2015-06-02 10:32:31 +02:00
Peter Simons
32757ef184
hackage-packages.nix: update to bfbb2bc96c
with hackage2nix revision d0ef14cd08973bdb61a29700ef07b1149c86b7a3
2015-06-02 10:32:27 +02:00
Tobias Geerinckx-Rice
7db1aa06a5
nxproxy & libxcomp: use lite instead of full nx-libs
2015-06-02 01:46:05 +02:00
Vincent Laporte
b351009cca
ocaml-hex: update from 0.1.0 to 0.2.0
2015-06-01 22:37:04 +02:00
Vincent Laporte
e361e700e1
ocaml-cstruct: assert minimal OCaml version (4.01)
2015-06-01 22:37:03 +02:00
Patrick Mahoney
74964c255e
Update skarnet.org software
...
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
2015-06-01 15:20:56 -05:00
Patrick Mahoney
9835f18fbd
Add myself as maintainer for skarnet software
2015-06-01 15:20:56 -05:00
lethalman
80dd602c48
Merge pull request #7479 from bobvanderlinden/hwinfo
...
added hwinfo
2015-06-01 17:09:00 +02:00
lethalman
ea83ebff86
Merge pull request #8115 from Havvy/iojs
...
Update io.js to v.2.2.1
2015-06-01 16:52:04 +02:00
Ryan Scheel (Havvy)
9cb7239f12
Update iojs to v.2.2.1
2015-06-01 15:34:31 +02:00
William A. Kennington III
5afa4f18d6
qemu-nix: Build statically
2015-06-01 01:50:05 -07:00
codyopel
fcf850c99e
sassc: 3.2.1 -> 3.2.4
2015-06-01 01:28:18 -04:00
codyopel
a53ca334d6
libsass: 3.2.2 -> 3.2.4
2015-06-01 01:27:46 -04:00
Ryan Scheel (Havvy)
b49026ee98
Added: Havvy as maintainer for iojs/nodejs.
2015-06-01 05:17:59 +02:00
codyopel
ec7f3fb516
libass: 0.12.1 -> 0.12.2
2015-05-31 19:47:59 -04:00
Peter Simons
845bf204df
Merge pull request #8095 from ryantrinkle/fix-install-name-tool
...
Do not use install_name_tool on "executables" built by GHCJS
2015-05-31 23:07:11 +02:00
William A. Kennington III
98fb54a6dc
gss: 1.0.2 -> 1.0.3
2015-05-31 13:55:18 -07:00
Tobias Geerinckx-Rice
b43f5d3881
accounts-qt: don't cast to string for no reason
2015-05-31 22:01:52 +02:00
Tobias Geerinckx-Rice
27eeeb9acb
libaccounts-glib 1.16 -> 1.18
...
Development has moved from Google Code to Gitlab.
2015-05-31 22:01:11 +02:00
Pascal Wittmann
ed9455838c
checkstyle: update from 6.6 to 6.7
2015-05-31 20:25:33 +02:00
Arseniy Seroka
cfb9039b58
Merge pull request #8075 from vbgl/getdata88
...
update getdata & netcdf
2015-05-31 20:38:52 +03:00
Michael Raskin
7d2b98370f
ca-bundle.crt is now in the root irectory of the cacert package
2015-05-31 19:37:30 +03:00
Peter Simons
c55ca3fd0b
cabal2nix: update to version 20150531
...
This update adds support for bash completion.
2015-05-31 18:31:26 +02:00
Pascal Wittmann
d780e48b31
openjdk8: fix build by applying the patch from debian
...
see https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg389555.html
closes #8090
2015-05-31 18:02:41 +02:00
Michael Raskin
e75b6ac468
Add CLX-XKeayboard; fix downloads for darcs over https
2015-05-31 18:56:50 +03:00
Mateusz Kowalczyk
7c09d9d291
agda-stdlib: update to 2.4.2.3 branch
...
Required to work with the new Agda we have
2015-05-31 13:18:39 +01:00