Skip to content

Commit

Permalink
fix libsodium configureFlags (nix)
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Mar 17, 2023
1 parent 9c5fccd commit 921df44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm-test/libsodium.nix
Expand Up @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ autoreconfHook ];

configureFlags = "--enable-static --disable-shared --disable-pie --disable-ssp";
configureFlags = [ "--enable-static" "--disable-shared" "--disable-pie" "--disable-ssp" ];

outputs = [ "out" "dev" ];

Expand Down

0 comments on commit 921df44

Please sign in to comment.