Commit graph

15 commits

Author SHA1 Message Date
Sergei Trofimovich 1c358dd771 owncast: fix tests eval
Without the change `tests` eval failed with missing attribute as:

    $ nix build --no-link -f. owncast.tests
    $ error: attribute 'testOwncast' missing
           39|   passthru.tests.owncast = nixosTests.testOwncast;
             |                            ^
           40|

From what I can see `nixos/tests/all-tests.nix` never had a
`testOwncast` attribute. Let's use `owncast` one.
2023-12-29 13:14:50 +00:00
Thomas Gerbet b1aadc36ba
Merge pull request #270237 from mgdelacroix/update-owncast-012
owncast: 0.1.1 -> 0.1.2
2023-12-02 13:38:54 +01:00
Miguel de la Cruz 7fe9dab7d1 owncast: 0.1.1 -> 0.1.2 2023-11-26 19:58:38 +01:00
h7x4 12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
Sam Willcocks b20ffc17bd owncast: fix ffmpeg issues with systemd
The `bash` and `which` wrapper dependencies were mistakenly removed last
package update.
The package works when run manually since you already have bash and
which in your path. Only when isolated in systemd does the issue emerge.
2023-08-02 10:43:30 +01:00
Sam Willcocks 413d0afd09 wncast: 0.0.13 -> 0.1.1 2023-07-30 21:36:30 +01:00
R. Ryantm 1a14fc4262 owncast: 0.0.12 -> 0.0.13 2022-11-29 11:08:57 +00:00
Jonas Heinrich ac5894f122
Merge pull request #183706 from r-ryantm/auto-update/owncast
owncast: 0.0.11 -> 0.0.12
2022-08-29 10:37:13 +02:00
R. Ryantm f7ce10843b owncast: 0.0.11 -> 0.0.12 2022-07-29 14:56:37 +00:00
Peder Bergebakken Sundt ac2d6bef04 owncast: Fix statedirectory issue after upgrade
The entrypoint script would ensure a symlink to
the nix store exists in the state directory.
The script would fail when trying to overwrite an
existing symlink.

Steps to trigger the issue:

* Install owncast
* Upgrade owncast
* Garbage collect the store
* Upgrade owncast

I chose not to use the -f option in `ln`, as this is
more explicit.
2022-07-25 00:09:03 +02:00
Rick van Schijndel 9f98b2bd7c
makeWrapper to nativeBuildInputs (#167225) 2022-04-05 10:34:48 +03:00
R. Ryantm 96d0feb1ec owncast: 0.0.10 -> 0.0.11 2022-03-06 14:06:44 +00:00
R. Ryantm 6e7900c2ac owncast: 0.0.9 -> 0.0.10 2021-11-03 19:13:11 +00:00
Niklas 4600c3e3c4
owncast: 0.0.8 -> 0.0.9 (#139862)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-29 14:54:33 +02:00
MayNiklas f0796912bc owncast: init at 0.0.8 2021-09-23 00:46:17 +02:00