Unverified Commit a03a0461 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

nixpkgs/river-classic: ship default init executable (#476205)

parents 1a2e662e a13809ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ stdenv.mkDerivation (finalAttrs: {

  postInstall = ''
    install contrib/river.desktop -Dt $out/share/wayland-sessions
    install -Dm755 example/init -t $out/example/
  '';

  doInstallCheck = true;