Merge pull request #252803 from adamcstephens/river/mainProgram

This commit is contained in:
Artturi 2023-09-01 20:03:03 +03:00 committed by GitHub
commit 469b34a242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,6 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
fortuneteller2k
rodrgz
];
mainProgram = "river";
platforms = lib.platforms.linux;
};
})