buildGoPackage: remove platform.all from packages
This commit is contained in:
@@ -16,7 +16,6 @@ buildGoPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/oem/lnch";
|
||||
description = "A small go app that launches a process and moves it out of the process group";
|
||||
platforms = platforms.all;
|
||||
license = licenses.publicDomain; # really I don't know
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user