Commit Graph
96803 Commits
Author SHA1 Message Date
Frederik RietdijkandGitHub 5ba37dfc7a Merge pull request #20893 from FRidh/fixed3
Python: use fixed-point combinator, add pkgs to interpreter
2016-12-05 09:47:43 +01:00
Frederik Rietdijk 3d59b82925 DOCS: update Python docs to reflect fixed-point combinator 2016-12-05 09:45:11 +01:00
Frederik Rietdijk 31e32b6d9e Python interpreters: add pkgs attribute
A package set is constructed for a specific interpreter. Therefore, we add the
possibility to override the package set to the interpreter. This should make it
easier to override the interpreter and the package set at the same time.
2016-12-05 09:43:44 +01:00
Frederik Rietdijk 8dadb44196 pythonPackages: use fixed-point combinator
Use a fixed-point combinator for the Python package set to allow easier overriding of its contents.
Earlier implementations were proposed in #16784 and #17428. This commit is by comparison much smaller
and changes only what is needed.
2016-12-05 09:39:45 +01:00
Tuomas Tynkkynen 571cf4f209 uisp: Fix build 2016-12-05 02:40:04 +02:00
Tuomas Tynkkynen f91458ca38 reattach-to-user-namespace: Set platforms 2016-12-05 02:36:54 +02:00
Tuomas Tynkkynen 1e7bb272e1 U-Boot: Add platforms to legacy U-Boots
Or they will be tried to be built on x86_64 since #19990.
2016-12-05 02:17:41 +02:00
Tuomas Tynkkynen a7c31ce165 snack: Mark broken
Besides the hardeningDisable I added, something else is broken.

gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DOSS  -I/nix/store/q2k3anmbnwklaxih3brk9g6mxzjv155z-tcl-8.6.6/include -I/tmp/nix-build-tcl-8.6.6.drv-0/tcl8.6.6/generic -I/tmp/nix-build-tk-8.6.6.drv-0/tk8.6.6/generic   -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1  ./../generic/jkFormatMP3.c
./../generic/jkFormatMP3.c:34:26: error: expected declaration specifiers or '...' before '(' token
 #define roundf(x) (floor((x)+(float )0.5f))
                          ^
2016-12-05 02:09:18 +02:00
Tuomas Tynkkynen 55eb741146 xsokoban: Fix build 2016-12-05 02:01:54 +02:00
Michael RaskinandGitHub 8cdc40dae0 Merge pull request #20907 from tohl/master
sbcl: 1.3.11 -> 1.3.12
2016-12-04 23:36:36 +00:00
Tomas Hlavaty 9adbe60c81 sbcl: 1.3.11 -> 1.3.12 2016-12-05 00:15:55 +01:00
Jaka HudoklinandGitHub e10198e7f4 Merge pull request #20496 from offlinehacker/pkgs/gocryptfs/init
gocryptfs: init at 1.1.1
2016-12-04 22:23:09 +01:00
Jaka HudoklinandGitHub 3e134f0504 Merge pull request #20820 from offlinehacker/pkgs/dockermachine/add/kvm-driver
docker-machine-kvm: init at 0.7.0
2016-12-04 22:21:48 +01:00
ProfpatschandGitHub ea412cd5a1 lib/generators: add toKeyValue & mkKeyValueLine (#20903)
generators for the common use case of simple config files which hold keys and
values. Used in the implementation for toINI.
2016-12-04 22:11:24 +01:00
Joachim Fasting 2f861e6ba6 chkrootkit: 0.50 -> 0.51, fix build 2016-12-04 22:10:06 +01:00
Vladimír Čunát 0fd5a0c8a3 lyx: 2.1.5 -> 2.2.2
... and use Qt5 now!
2016-12-04 21:11:28 +01:00
Vladimír Čunát ae0bfae810 cairomm: fixup url
I've got no idea why there are two tarballs with same name but different
hash.
2016-12-04 20:21:25 +01:00
Vladimír Čunát ad0d7f6a05 Merge branch 'staging' 2016-12-04 19:22:36 +01:00
Vladimír Čunát 6e91b74839 Revert "cairomm: maintenance 1.12.0 -> 1.12.2"
This reverts commit d652b2cbee.
Some packages got broken by this (rawtherapee*, ardour*).
2016-12-04 19:20:47 +01:00
Tuomas Tynkkynen 659f75bfcd coreutils-prefixed: Fix build since the single-binary changes
With the symlinked build it's only renaming 'coreutils' to
'gcoreutils' and leaving all the actual command symlinks alone.

Instead of custom renaming scripts, let's use --program-prefix
from the autotools kitchen sink. This has the nice(?) bonus that
the manpages also get prefixed with 'g' now.

The build system refuses to enable both single-binary build and
--program-prefix - but the symlink-based single-binary build couldn't
possibly work either (as it will be looking at "$0" for which command
to execute).
2016-12-04 18:21:02 +02:00
Tuomas Tynkkynen 9ccc14b1bc linux_rpi: Add some feature flags
Copied from linux_4_4 (except for the EFI stub thing).

Otherwise the firewall module fails to evaluate:
Failed assertions:
- This kernel does not support rpfilter
2016-12-04 18:18:06 +02:00
Vladimír Čunát dc451ad3ea i3-gaps: enableParallelBuilding = false;
http://hydra.nixos.org/build/44530327
2016-12-04 16:59:13 +01:00
Joachim Fasting 63a1edb58f ion3: requires lua 5.1
See e.g., https://hydra.nixos.org/build/44338071/nixlog/1/raw
2016-12-04 16:22:56 +01:00
Frederik RietdijkandGitHub e4f44475a6 Merge pull request #20899 from elitak/libxslt
libxslt: fixed crossDrv, where no python is available
2016-12-04 16:19:02 +01:00
Eric Litak 605f923e92 libxslt: fixed crossDrv, where no python is available 2016-12-04 07:11:23 -08:00
Frederik RietdijkandGitHub 4eff13b7e6 Merge pull request #20898 from asymmetric/patch-1
blueman: use "with" expression for  variable
2016-12-04 15:25:21 +01:00
Lorenzo ManacordaandGitHub 09fac98bf0 blueman: use "with" expression for variable 2016-12-04 15:14:06 +01:00
Franz Pletz c09e043d53 calibre: 2.70.0 -> 2.73.0
Fixes #20896.
2016-12-04 14:57:34 +01:00
Franz Pletz 63a5dd7e25 firefox-bin-beta: 49.0b1 -> 51.0b6 2016-12-04 14:57:27 +01:00
Jos van den OeverandTuomas Tynkkynen bb84c688f6 rustfmt: 0.6.2 -> 0.6.3 2016-12-04 15:56:26 +02:00
Vladimír Čunát a1ae627362 nixos GDM: fix #19896
- As noted on github, GDM needs different parameters for X.
- Making xserverArgs a true list instead of concat-string helps to
  filter it and it feels more correct anyway.
- Tested: gdm+gnome, lightdm+gnome.  There seems to be no logout option
  in gnome, and gdm doesn't offer other sessions, but maybe these are normal.
2016-12-04 14:54:31 +01:00
Frederik Rietdijk fd6dbd9d17 blueman: add missing pycairo 2016-12-04 14:21:37 +01:00
Michael Raskin 18eb185591 sbclBootstrap: list something for Solaris 2016-12-04 14:26:30 +01:00
Tomas HlavatyandMichael Raskin c410dc75f2 sbcl: avoid using wrong options 2016-12-04 14:26:30 +01:00
Tomas HlavatyandMichael Raskin 194a2ae86a sbcl: fix disabling threadSupport 2016-12-04 14:26:30 +01:00
Tomas HlavatyandMichael Raskin 13f82b0445 picolisp: 15.11 -> 16.6 2016-12-04 14:26:30 +01:00
Tomas HlavatyandMichael Raskin d281a93960 sbcl: 1.3.10 -> 1.3.11 2016-12-04 14:26:30 +01:00
Vladimír Čunát 8d86d16db3 xf86-video-vmware: 13.1.0 -> 13.2.1
I only tested building.
2016-12-04 13:36:21 +01:00
Vladimír Čunát 16a0657c9b xf86-video-amdgpu: 1.1.2 -> 1.2.0
I only tested building, as I've got no compatible GPU.
2016-12-04 13:34:16 +01:00
c74dandTuomas Tynkkynen 7f5af41140 perlPackages.Swim: init at 0.1.44
Add the Perl module `Swim`, version 0.1.44, generated by
`nix-generate-from-cpan`.

This Perl module is the reference implementation for the lightweight
markup language [Swim].

I have tested this change per nixpkgs manual section 11.1 ("Making
patches").

[Swim]: <https://github.com/ingydotnet/swim-info>
2016-12-04 12:50:47 +02:00
c74dandTuomas Tynkkynen 524f7c02dc perlPackages.HTMLEscape: init at 1.10
Add the Perl module `HTML::Escape`, version 1.10, generated by
`nix-generate-from-cpan`.

I have tested this change per nixpkgs manual section 11.1 ("Making
patches").
2016-12-04 12:50:47 +02:00
c74dandTuomas Tynkkynen e12b2b8119 perlPackages.ModuleBuildPluggablePPPort: init at 0.04
Add the Perl module `Module::Build::Pluggable::PPPort`, version 0.04,
generated by `nix-generate-from-cpan`.

I have tested this change per nixpkgs manual section 11.1 ("Making
patches").
2016-12-04 12:50:47 +02:00
c74dandTuomas Tynkkynen 8e8742eac0 perlPackages.ModuleBuildPluggable: init at 0.10
Add the Perl module `Module::Build::Pluggable`, version 0.10,
generated by `nix-generate-from-cpan`.

I have tested this change per nixpkgs manual section 11.1 ("Making
patches").
2016-12-04 12:50:47 +02:00
Jörg ThalheimandGitHub e00632e200 Merge pull request #20858 from Mic92/lxcfs
lxcfs: init at 2.0.4
2016-12-04 11:33:07 +01:00
Vladimír Čunát cb2c5f4a43 xf86-video-ati: 7.7.1 -> 7.8.0
I runs fine for me.
2016-12-04 11:31:38 +01:00
Jörg Thalheim 7c7dc15cbf lxcfs: add module 2016-12-04 11:26:17 +01:00
Vladimír Čunát 1b158bd1c8 xf86-input-*: update drivers not in common use 2016-12-04 10:57:26 +01:00
Vladimír Čunát 3b3daf4104 xf86-input-synaptics: 1.8.3 -> 1.9.0
I'm getting new error in X.0.log:
"Synaptics driver unable to detect protocol"
but the touchpad still works fine.  It seems the driver is trying to
additionally apply to my regular (wireless) mouse which fails.
I hope this is just harmless.
2016-12-04 10:52:53 +01:00
Vladimír Čunát bf220b1b4a Revert "xf86-input-synaptics: 1.8.3 -> 1.9.0"
This reverts commit d34ccd1db4.
By a mistake, it included much more than intended at this point.
2016-12-04 10:50:30 +01:00
Vladimír Čunát d34ccd1db4 xf86-input-synaptics: 1.8.3 -> 1.9.0
I'm getting new error in X.0.log:
"Synaptics driver unable to detect protocol"
but the touchpad still works fine.  It seems the driver is trying to
additionally apply to my regular (wireless) mouse which fails.
I hope this is just harmless.
2016-12-04 10:40:35 +01:00