mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
xlockmore: set mainprogram to xlock
This allows using `nix run nixpkgs#xlockmore`.
This commit is contained in:
parent
1366d1af8f
commit
723c4a6735
@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "xlock";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user