Julien Langlois
552c30c155
stage-1: exclude zram devices from resumeDevices
2016-08-17 00:21:47 -07:00
Rommel M. Martinez
e5a4afc1b7
emem: 0.2.23 -> 0.2.24
2016-08-17 14:37:37 +08:00
Franz Pletz
efab1cb928
Merge pull request #17782 from Baughn/unifi-fix
...
Unifi controller fixes
2016-08-17 06:24:55 +02:00
Franz Pletz
2571438988
linux: 4.7 -> 4.7.1
2016-08-17 05:46:00 +02:00
Franz Pletz
7a4407461b
linux: 4.6.6 -> 4.6.7
...
Fixes CVE-2016-5696.
2016-08-17 05:45:59 +02:00
Franz Pletz
da95fb368c
linux: 4.4.17 -> 4.4.18
...
Fixes CVE-2016-5696.
2016-08-17 05:45:59 +02:00
Franz Pletz
2104d28bcd
linux: 4.1.27 -> 4.1.30
...
Fixes CVE-2016-5696.
2016-08-17 05:45:59 +02:00
Franz Pletz
b070a9c439
gitlab: 8.10.3 -> 8.10.6
2016-08-17 05:36:24 +02:00
Matthew Bauer
49bb0aa25a
gnustep: attempt to fix osx building
...
Set with-layout=fhs. This should prevent OS X from having compat issues.
2016-08-16 21:53:45 +00:00
Matthew Bauer
2e5edbfd99
gnustep: move to pkgs/desktops/gnustep
2016-08-16 21:53:45 +00:00
Matthew Bauer
63bd635f80
libobjc2: 1.7 -> 1.8.1
2016-08-16 21:53:33 +00:00
Matthew Bauer
a8befcb796
gnustep: fixup descriptions, remove punctuation
...
This is based on @joachifm's review. Reworded description in each of
GNUstep's attributes.
2016-08-16 21:11:06 +00:00
Matthew Bauer
f541715057
gnustep: fix gdomap service
...
This gets rid of the rest of the pidfile stuff and makes gdomap just act
like a normal systemd process. Also reword "enable" option.
2016-08-16 21:11:06 +00:00
Matthew Bauer
08ce2d9d40
gnustep: remove gdnc service
...
gdnc is a user process and can't be made into a NixOS module very
easily. It can still be put in the user's login script. According to the
GNUstep documentation it will be started as soon as it is needed.
2016-08-16 21:11:05 +00:00
Matthew Bauer
5ea9bd0920
gnustep: fix naming of gnustep stuff
...
This should fix the NixOS issues.
2016-08-16 21:11:05 +00:00
Matthew Bauer
387d5e07fd
gnustep: remove unneeded lines in patches
...
There were alot of unnecessary "Only In" lines that were left in the
patch files. This should remove all of them.
2016-08-16 21:11:05 +00:00
Matthew Bauer
4ebfc31388
gnustep: add alias for old gnustep-make
2016-08-16 21:11:05 +00:00
Matthew Bauer
0e58029488
gnustep: update to latest upstream versions
...
back, base, gorm, gui, gworkspace, and make were updated. xcode was
removed because it's not building correctly.
2016-08-16 21:11:05 +00:00
Matthew Bauer
1e663df66c
gnustep: provide default meta
...
Meta data like maintainers, license, and homepage is shared throughout the
"gnustep" project. Everything going through "gsmakeDerivation" now
shares overridable metadata.
2016-08-16 21:11:05 +00:00
Matthew Bauer
c3974455eb
gnustep: rescope everything into one folder
...
This should make merge conflicts easier to
handle. "gnustep" prefix has been removed to
make thing simpler. So "gnustep_make" is now
"make" within the gnustep scope.
2016-08-16 21:10:54 +00:00
Artyom Shalkhakov
697982b91b
gnustep: fix gdnc, gdomap
...
Both gdnc and gdomap seem to work.
2016-08-16 21:00:31 +00:00
Artyom Shalkhakov
d3d580ebbe
gnustep: cleanup
...
Major clean-up. Everything builds fine.
2016-08-16 21:00:27 +00:00
Artyom Shalkhakov
9b17cd8fab
gnustep: add nixos deamons
...
Adding basic daemons: gdomap and gdnc. It seems that GWorkspace
does is unable to work properly without the daemons.
2016-08-16 21:00:21 +00:00
Artyom Shalkhakov
cf79db3549
gnustep: fix gworkspace
...
Minor fix: just to make GWorkspace buildable as it is.
2016-08-16 21:00:13 +00:00
Artyom Shalkhakov
15c5a533b5
gnustep: add gworkspace and systempreferences
...
Packaging some basic GNUstep apps: GWorkspace and SystemPreferences.
Unfortunately, GWorkspace doesn't work well, because gdomap, gdnc, gpbs
are not started. Also, there is some issue with fonts not being found.
2016-08-16 20:59:58 +00:00
Artyom Shalkhakov
ea3dcb3264
gnustep: add setup hook for make
...
Adding a setup-hook for gnustep-make.
2016-08-16 20:59:50 +00:00
Artyom Shalkhakov
4cbeef463c
gnustep: use gnustep_builder
...
Built ProjectCenter and Gorm with the new gnustep_builder. Had to go
back and fix a few things.
2016-08-16 20:59:36 +00:00
Artyom Shalkhakov
d39e5372dc
gnustep: cleanup
...
Cleaning up. Adding GNUstep package builder for abstracting out GNUstep
compilation specifics (with thanks to GitHub user lethalman).
The rules for using build_gnustep_package are as simple: any
GNUstep-based package that the package being compiled depends upon are
to be put in [deps] (this is used for setting up a buildEnv), while
other dependencies are put into [buildInputs] as usual.
2016-08-16 20:59:30 +00:00
Artyom Shalkhakov
5db3f3ee61
gnustep: remove gnustep-startup
...
Removing gnustep-startup (not needed anymore). Adding Gorm and
ProjectCenter applications (these mostly work, provided the environment
is set up manually).
2016-08-16 20:59:23 +00:00
Artyom Shalkhakov
52d17a5f41
gnustep: packageg libs separately
...
Packing gnustep libs separately, with no use of gnustep-startup. Also,
fixed a bug in WindowMaker package (some imaging dependencies were not supplied).
2016-08-16 20:59:08 +00:00
Artyom Shalkhakov
a28c729766
gnustep: init
...
Adding new library: gnustep-startup, which packages the core
libraries necessary for GNUstep: gnustep-make, gnustep-base,
gnustep-gui, gnustep-backend.
2016-08-16 20:58:57 +00:00
Frederik Rietdijk
5a501bd828
Remove top-level dbus_python and pythonDBus.
...
See #11567 .
Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.
There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Frederik Rietdijk
6b23bd99a3
Remove top-level pyatspi
...
See #11567 .
2016-08-16 22:52:37 +02:00
Matthew Bauer
a2937ba293
searx: force to use new pyopenssl
2016-08-16 20:47:18 +00:00
Matthew Bauer
7d3bccdd7c
service-identity: 14.0.0 -> 16.0.0
...
- adds attrs as input
2016-08-16 20:33:59 +00:00
Domen Kožar
40da4e6ce7
fix eval
2016-08-16 22:30:15 +02:00
Domen Kožar
584c19b4a5
Merge pull request #17720 from oxij/fix-xen
...
Fix xen build
2016-08-16 22:06:52 +02:00
Svein Ove Aas
102472b8de
unifi: Open required ports by default.
...
The controller does not work at all if they aren't, with the exception
of special configurations involving L3 or custom ports.
2016-08-16 21:01:49 +01:00
Svein Ove Aas
e3f0a09b6d
unifi: chown the data dir as well.
...
It needs to be writeable.
2016-08-16 21:01:49 +01:00
Robert Helgesson
f396a0b4d0
hd-idle: init at 1.05
2016-08-16 21:59:14 +02:00
Matthew Bauer
a6faa04ee4
unrtf: fix darwin build
...
unrtf needs libiconv on Darwin. Linux has issues with the -liconv flag,
but it's provided by gcc anyway.
2016-08-16 19:25:46 +00:00
Matthew Bauer
cf69e6d870
yeshup: only build on linux
...
It uses the linux-only sys/prctl.h header.
2016-08-16 19:25:46 +00:00
Matthew Bauer
bb245a5b1e
unclutter: fix darwin build
2016-08-16 19:25:46 +00:00
Matthew Bauer
c92227f5cc
smartmontools: fix darwin build
...
needs IOKit
2016-08-16 19:25:46 +00:00
Matthew Bauer
20e86e1282
stricat: fix darwin build
2016-08-16 19:25:46 +00:00
Matthew Bauer
f6903292fc
tlsdate: dont build on darwin
...
There was a typo previously adding these in.
2016-08-16 19:25:45 +00:00
Matthew Bauer
94ad63a1aa
sl: fix darwin build
2016-08-16 19:25:45 +00:00
Matthew Bauer
62ca3dd4b6
setroot: fix darwin build
2016-08-16 19:25:45 +00:00
Matthew Bauer
0528b8c94e
runningx: fix darwin build
2016-08-16 19:25:45 +00:00
Matthew Bauer
077005f6c4
sailsd: fix darwin build
2016-08-16 19:25:45 +00:00