fix: add pname to package.nix

This commit is contained in:
Martin Wimpress 2024-05-02 14:51:19 +01:00 committed by Martin Wimpress
parent 24c6f62b73
commit b0a5ae91ce
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "quickemu";
src = lib.cleanSource ./.; src = lib.cleanSource ./.;
postPatch = '' postPatch = ''