Refactor Nix package definitions to use buildPythonPackage and buildPythonApplication, update dependencies, and remove obsolete packages including pureref, rmlint, steam, and talk. Update webcomix to version 3.12.0 with new dependencies and runtime checks.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
let
|
||||
content = builtins.readFile path;
|
||||
in
|
||||
if builtins.match ".*buildPythonPackage.*" content != null
|
||||
if builtins.match ".*(buildPythonPackage|buildPythonApplication).*" content != null
|
||||
then pkgs.python3Packages.callPackage path { }
|
||||
else pkgs.callPackage path { };
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user