lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pylibjpeg-libjpeg: unvendor libjpeg source

+5 -2
+5 -2
pkgs/development/python-modules/pylibjpeg-libjpeg/default.nix
··· 11 11 pydicom, 12 12 pylibjpeg-data, 13 13 pylibjpeg, 14 + libjpeg-tools, 14 15 }: 15 16 16 17 let ··· 25 26 owner = "pydicom"; 26 27 repo = "pylibjpeg-libjpeg"; 27 28 tag = "v${self.version}"; 28 - hash = "sha256-xqSA1cutTsH9k4l9CW96n/CURzkAyDi3PZylZeedVjA="; 29 - fetchSubmodules = true; 29 + hash = "sha256-P01pofPLTOa5ynsCkLnxiMzVfCg4tbT+/CcpPTeSViw="; 30 30 }; 31 31 32 32 postPatch = '' 33 33 substituteInPlace pyproject.toml \ 34 34 --replace-fail 'poetry-core >=1.8,<2' 'poetry-core' 35 + rmdir lib/libjpeg 36 + cp -r ${libjpeg-tools.src} lib/libjpeg 37 + chmod u+w lib/libjpeg 35 38 ''; 36 39 37 40 build-system = [