-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deepin.dde-network-utils: init at 0.1.2 #59038
deepin.dde-network-utils: init at 0.1.2 #59038
Conversation
The installed configuration file for pkg-config:
I am not sure whether the first line can stay as it is. |
Do we want to call the package Noticed that there's this inconsistency across distros, where it's called |
I prefer keeping the original name. And it is already in the deepin meta package. |
Look at this line at the source code: https://github.com/linuxdeepin/dde-network-utils/blob/master/networkworker.cpp#L83: const bool isAppProxyVaild = QProcess::execute("which", QStringList() << "/usr/bin/proxychains4") == 0; Is it ok to keep the program |
I'm thinking it would be a good idea, for this package specifically, to use a patch with And only because there's those two to hardcode. |
Patching with |
Other packages have a
Is this ok? Edit: adding Is it better to have this fix in the patch file, or with sed in Edit: fxed it using the patch file. |
@GrahamcOfBorg build deepin.dde-network-utils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather interesting that we need to set
QMAKE_PKGCONFIG_PREFIX = $$PREFIX
to get a prefix that's not from qtbase.
Other than that this should be fine.
Thanks @worldofpeace. |
Motivation for this change
Add
dde-network-utils
to nixpkgs.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)