Commit Graph

62479 Commits

Author SHA1 Message Date
Aistis Raulinaitis
4672fa43d9 z3 opt 2015-05-10 13:46:00 +02:00
Richard Wallace
2b45d39720 no longer need to patch reactive-banana, latest version has all the necessary instances 2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
62382e6a6f alloy: use installPhase instead of ./builder.sh
Also pass on any arguments from the shell wrapper to the .jar.
And be less clever with shell strings.
2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
9870b076f5 phc-intel: don't try to build on _grsec kernels
It will fail.
2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
f904376904 Add alloy 4.2_2015-02-22: relational modeller 2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
b9b8fec6ae Add phc-intel: undervolt Intel CPUs under Linux 2015-05-10 13:45:59 +02:00
Eric Seidel
927faba5c7 emacs-packages: add swiper 2015-05-10 13:45:59 +02:00
Renzo Carbonara
9130b8d877 Haskell: explicit reflex-dom dependencies for GHCJS
When building `reflex-dom` for GHCJS, the following dependencies are not
needed and will fail to build: glib, gtk3, webkitgtk3,
webkitgtk3-javascriptcore. Now we explicitely need the dependencies
needed for building for GHCJS.
2015-05-10 13:45:59 +02:00
John Wiegley
ec1e3050fe coqPackages.QuickChick: New expression 2015-05-10 13:45:59 +02:00
Charles Strahan
f6f6156625 ghcjs: set NIX_GHCJS_* variables in env. 2015-05-10 13:45:59 +02:00
Stewart Mackenzie
d1d5f587b2 hackrf: new package 2015-05-10 13:45:59 +02:00
Charles Strahan
4e04fdce86 ghcjs: properly wrap binaries in environment
This also:

 1  Builds Setup.hs with ghcjs, which (among other things) defines
    __GHCJS__ and ghcjs_HOST_OS during pre-processing.
 2  Fixes ghc-paths to point at ghcjs and use NIX_GHCJS_* env-vars.
 3  Boots ghcjs into $prefix/lib/$compiler.
2015-05-10 13:45:59 +02:00
Michael Alan Dorman
27d4e762a0 Add wpa_supplicant p2p patch.
wpa_supplicant 2.4 appears to have a serious bug that makes impossible
to use wifi for some number of people.

(See https://bbs.archlinux.org/viewtopic.php?id=196584 for an example)

It was resolved in a patch for the to-be-released 2.5 which it seemed
worth it to cherry-pick here.
2015-05-10 13:45:59 +02:00
William A. Kennington III
247bce6eb0 nss: 3.18.1 -> 3.19 2015-05-10 13:45:59 +02:00
William A. Kennington III
861e5e7573 gnutls: Remove potentially insecure 3.2 2015-05-10 13:45:59 +02:00
Bart Brouns
6a51742e4b add x42-plugins: a collection of LV2 plugins by Robin Gareus 2015-05-10 13:45:26 +02:00
Michael Alan Dorman
235cf187cc Fix calibre PDF handling
In c0d5cd0ff90cac2e04f6b436991baa4c4471150f, the binaries for poppler
were carved off into a separate package, and calibre has had broken pdf
support since.  This changes all dependencies on poppler to
poppler_utils, which fixes this support, much as was done for
cups_filter in 394562655ff09ef490eca8b14fe02c393e9ac70e.
2015-05-10 13:45:26 +02:00
Dario Bertini
86290712d2 Enable old pythons' wide builds 2015-05-10 13:45:26 +02:00
Lluís Batlle i Rossell
caeaddcf18 Enabling NEON for armv7l. Also use a common platform for armv7.
I added some comments about our decision for fpu flags. It's about the boards
we have in mind to support. NVidia Tegra2 is out, because it lacks neon.
2015-05-10 10:59:29 +00:00
Domen Kožar
f550eb7fde docker: fix build 2015-05-10 12:41:21 +02:00
Jascha Geerds
48e65cec4e cups: Rename "browsing" config option to "advertise" 2015-05-10 12:41:21 +02:00
Jascha Geerds
116006702b cups: Add changelog for the upcoming NixOS release 2015-05-10 12:41:21 +02:00
Jascha Geerds
2cc8d15653 cups: Add defaultShared, browsing and webInterace config option 2015-05-10 12:41:21 +02:00
Jascha Geerds
55a6469ba3 cups: Fix printing tests
It seems like there's an upstream bug in the "lpstat" command. We need
to specify the server's port.

Further information: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711327

[root@client:~]# lpstat -H
/var/run/cups/cups.sock

[root@client:~]# lpstat -h server -H
/var/run/cups/cups.sock:631

[root@client:~]# CUPS_SERVER=server lpstat -H
server:631

[root@client:~]# lpstat -h server:631 -H
server:631
2015-05-10 12:41:21 +02:00
Jascha Geerds
3710dbec05 cups: Remove deprecated config options from cupsd.conf 2015-05-10 12:41:20 +02:00
Jascha Geerds
4ac95ab328 cups: Use systemd files provided by CUPS 2015-05-10 12:41:20 +02:00
Jascha Geerds
5f5ba7dda0 cups: Add xdg_utils to build inputs 2015-05-10 12:41:20 +02:00
Jascha Geerds
0a090d80ac cups: Refactor meta attributes 2015-05-10 12:41:20 +02:00
William A. Kennington III
d6edaea4f7 cups: 1.7.5 -> 2.0.2 2015-05-10 12:41:20 +02:00
Michael Raskin
bbcc0c0f07 Update Pipelight to use wine-staging 2015-05-10 13:36:48 +03:00
Michael Raskin
90453cc5ca Update Wine staging to match Wine unstable 2015-05-10 13:36:48 +03:00
Michael Raskin
a54e796cff Explicitly pass -pthread flag to fix the build after some updates 2015-05-10 13:36:47 +03:00
Michael Raskin
47c2726363 Update SBCL 2015-05-10 13:36:47 +03:00
Michael Raskin
666a5c5eb6 Update LiquidWar 2015-05-10 13:36:47 +03:00
Michael Raskin
ede1211cbc Update Wine unstable 2015-05-10 13:36:47 +03:00
Michael Raskin
193f2c0e21 Update GlusterFS 2015-05-10 13:36:46 +03:00
Michael Raskin
2fe8b04010 Update badvpn 2015-05-10 13:36:46 +03:00
Michael Raskin
fdd0a1f7f8 Update CL-Launch 2015-05-10 13:36:46 +03:00
Michael Raskin
d1d2a9856c Update luarocks 2015-05-10 13:36:45 +03:00
Michael Raskin
d3160f6f44 Update IPMIutil 2015-05-10 13:36:45 +03:00
Michael Raskin
f7c5343c65 Update atanks 2015-05-10 13:36:45 +03:00
Michael Raskin
b766d9697a Update XDaliClock 2015-05-10 13:36:45 +03:00
Michael Raskin
c25495bcff Update firejail 2015-05-10 13:36:44 +03:00
Michael Raskin
9ebdf9f8a9 Update Regina/REXX 2015-05-10 13:36:44 +03:00
Michael Raskin
47011aa614 Update allegro5-unstable 2015-05-10 13:36:44 +03:00
Michael Raskin
1a407e9311 Update SQLite 2015-05-10 13:36:44 +03:00
Michael Raskin
f6e852554c Update Nginx 2015-05-10 13:36:43 +03:00
Michael Raskin
2a5679aeaa Update ZPAQ 2015-05-10 13:36:43 +03:00
Domen Kožar
5a330ad306 Merge pull request #7724 from berdario/python-wide-builds
Enable old pythons' wide builds
2015-05-10 12:18:02 +02:00
Domen Kožar
90ee280913 subunit: split package into everything and python lib 2015-05-10 11:39:42 +02:00