mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
dtrx: 8.5.0 -> 8.5.1
This commit is contained in:
parent
7b7d34e25b
commit
fbd71c4856
@ -21,20 +21,15 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "dtrx";
|
||||
version = "8.5.0";
|
||||
version = "8.5.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dtrx-py";
|
||||
repo = "dtrx";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-jx2IHa7Ztg8Dbwgm8mSJQKtNpg0sg5axGssBMTAMDI0=";
|
||||
sha256 = "sha256-KOHafmvl17IABlcBuE7isHVCIYRbA68Dna6rgiiWlkQ=";
|
||||
};
|
||||
|
||||
# https://github.com/dtrx-py/dtrx/issues/45
|
||||
postPatch = ''
|
||||
sed -i "s/platform==unsupported/# platform==unsupported/" setup.cfg
|
||||
'';
|
||||
|
||||
postInstall =
|
||||
let
|
||||
archivers = lib.makeBinPath (
|
||||
|
Loading…
Reference in New Issue
Block a user