Re: [Nix-dev] recent calligra breakage - how to prevent?

2015-01-25 Thread Marc Weber
We could also introduce nixos style executables.krita.checks.--help = true; executables.krita.checks.exists = true; test -x $out/bin/x test -x $out/bin/y Is duplicate testing code for prog in x y; do $out/bin/$prog done makes it harder to debug what's going on, because shell

Re: [Nix-dev] Pulseaudio broken in 14.12: Daemon already running

2015-01-25 Thread Benno Fünfstück
PulseAudio should get its permissions from systemd logind. You can use loginctl to view of you're properly assigned a seat. Regards, Benno Peter Jones mlists mli...@pmade.com@ mli...@pmade.compmade.com mli...@pmade.com schrieb am So., 25. Jan. 2015 19:40:

Re: [Nix-dev] Pulseaudio broken in 14.12: Daemon already running

2015-01-25 Thread Peter Jones
Peter Jones mli...@pmade.com writes: Peter Jones mli...@pmade.com writes: Pulseaudio stopped working for me after upgrading to 14.12. It seems that all PA clients start their own server, which eventually fails because the pulseaudio daemon is already running. I just noticed that pulseaudio

Re: [Nix-dev] Why Bash and Nix-Shell have no completion?

2015-01-25 Thread Marc Weber
It got implemented somewhen in the past, some people told about bash completion being annoying in some cases (- [1]) .. which means the perfect solutions means conditional opt-in/out eventually. bash.nix has: interactiveShellInit = '' [...] ${bashCompletion} I personally

[Nix-dev] Why Bash and Nix-Shell have no completion?

2015-01-25 Thread Anderson Torres
Hello Nixers! Can someone help me? I have updated my Nixos to the most recent release, Dingo, using Unstable channel. But when I use nix-shell, or even plain Bash, it just comes with no fancy completion. Can someone help me? ___ nix-dev mailing list