mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
solaar: 1.1.16 -> 1.1.19
This commit is contained in:
parent
54976e3e46
commit
0e930f4628
1 changed files with 3 additions and 3 deletions
|
|
@ -18,14 +18,14 @@
|
|||
# instead of adding this to `services.udev.packages` on NixOS,
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "solaar";
|
||||
version = "1.1.16";
|
||||
version = "1.1.19";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pwr-Solaar";
|
||||
repo = "Solaar";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-PhZoDRsckJXk2t2qR8O3ZGGeMUhmliqSpibfQDO7BeA=";
|
||||
hash = "sha256-Z3rWGmFQmfJvsWiPgxQmfXMPHXAAiFneBaoSVIXnAV8=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
@ -67,7 +67,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
|||
|
||||
preConfigure = ''
|
||||
substituteInPlace lib/solaar/listener.py \
|
||||
--replace-fail /usr/bin/getfacl "${lib.getExe' acl "getfacl"}"
|
||||
--replace-fail getfacl "${lib.getExe' acl "getfacl"}"
|
||||
'';
|
||||
|
||||
# the -cli symlink is just to maintain compabilility with older versions where
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue