openct: unbreak, modernize#396964
Merged
FliegendeWurst merged 1 commit intoNixOS:masterfrom Apr 8, 2025
Merged
Conversation
haylinmoore
suggested changes
Apr 8, 2025
Contributor
|
haylinmoore
approved these changes
Apr 8, 2025
Member
|
Might as well fix the build inputs while we are here: diff --git a/pkgs/by-name/op/openct/package.nix b/pkgs/by-name/op/openct/package.nix
index 2b25bf2614c5..1f222be31c3e 100644
--- a/pkgs/by-name/op/openct/package.nix
+++ b/pkgs/by-name/op/openct/package.nix
@@ -5,6 +5,7 @@
autoreconfHook,
pkg-config,
pcsclite,
+ libtool,
libusb-compat-0_1,
doxygen,
libxslt,
@@ -35,14 +36,16 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
+ doxygen
+ libxslt # xsltproc
pkg-config
];
buildInputs = [
pcsclite
+ libtool # libltdl
libusb-compat-0_1
- doxygen
- libxslt
];
+ strictDeps = true;
preInstall = ''
mkdir -p $out/etc |
haylinmoore
approved these changes
Apr 8, 2025
FliegendeWurst
approved these changes
Apr 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#388196
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.