beeper: fix wrapper

This commit is contained in:
Matt Moriarity 2023-10-10 23:17:37 -06:00
parent f3593eaad4
commit cc5eb1d4d2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ lib
, stdenvNoCC
, fetchurl
, mkDerivation
, appimageTools
, libsecret
, makeWrapper
@ -25,7 +25,7 @@ let
inherit version pname src;
};
in
mkDerivation rec {
stdenvNoCC.mkDerivation rec {
inherit name pname version;
src = appimage;

View File

@ -340,7 +340,7 @@ with pkgs;
beebeep = libsForQt5.callPackage ../applications/office/beebeep { };
beeper = qt5.callPackage ../applications/networking/instant-messengers/beeper { };
beeper = callPackage ../applications/networking/instant-messengers/beeper { };
bakelite = callPackage ../tools/backup/bakelite { };