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
|
let
|
||||||
pname = "nagstamon";
|
pname = "nagstamon";
|
||||||
|
@ -17,7 +17,6 @@ in python39Packages.buildPythonApplication rec {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapQtAppsHook ];
|
nativeBuildInputs = [ wrapQtAppsHook ];
|
||||||
dontWrapQtApps = true;
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapQtApp $out/bin/nagstamon.py
|
wrapQtApp $out/bin/nagstamon.py
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue