Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created November 18, 2018 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/3a7c7f3ff27f71c85c35b626ea03b3f1 to your computer and use it in GitHub Desktop.
Save exarkun/3a7c7f3ff27f71c85c35b626ea03b3f1 to your computer and use it in GitHub Desktop.
modified pkgs/development/libraries/libksba/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "info" ];
buildInputs = [ gettext ];
- propagatedBuildInputs = [ libgpgerror ];
+ propagatedNativeBuildInputs = [ libgpgerror ];
postInstall = ''
mkdir -p $dev/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment