mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
reorder inputs
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
c2baf09dbe
commit
7d184531ad
@ -12,10 +12,10 @@ stdenv.mkDerivation {
|
||||
sha256 = "1gmxyjx7kbr2n33aq84ipa2pfhrdw7v7ggz01qd54nqyvp8hdbzs";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
makeFlags = [
|
||||
"PREFIX=\${out}"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user