Pommed: find the 'eject' command in /var/setuid-wrappers:/home/shlevy/.nix-profile/bin:/home/shlevy/.nix-profile/sbin:/home/shlevy/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec

svn path=/nixos/trunk/; revision=33302
This commit is contained in:
Shea Levy 2012-03-20 18:28:32 +00:00
parent 010578d8a4
commit 70eb64c025

View File

@ -42,6 +42,8 @@ with pkgs.lib;
exec = "${pkgs.pommed}/bin/pommed";
daemonType = "fork";
path = [ pkgs.eject ];
};
};
}