update for nixpkgs
This commit is contained in:
parent
1c594a1a0b
commit
3299de933c
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchFromGitHub, python39Packages, wrapQtAppsHook }:
|
||||
{ lib, fetchFromGitHub, python39Packages, wrapQtAppsHook }:
|
||||
|
||||
let
|
||||
pname = "nagstamon";
|
||||
|
@ -17,7 +17,6 @@ in python39Packages.buildPythonApplication rec {
|
|||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [ wrapQtAppsHook ];
|
||||
dontWrapQtApps = true;
|
||||
postFixup = ''
|
||||
wrapQtApp $out/bin/nagstamon.py
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue